/************************************************************
 * reset css
************************************************************/
*{margin: 0;padding: 0;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	/* margin:0;*/
	/* padding:0;*/
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}


html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
	font-size: 62.5%;
	
	/* テキストレンダリング */
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	font-size: 16px; 
	font-size: 1.6rem; /* =14px */
	font-family: 'メイリオ',Meiryo, 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro'; /* iPhoneバンドル */
	color:#333;
	font-weight:bold;
	line-height: 1.5;
	background: url('') repeat fixed; height: 100%;
}

h1, h2, h3, h4, h5, h6 {margin:0;}

img {border: none;vertical-align: middle;}
ul, li {margin:0;padding:0;}
ol, ul { list-style:none; }
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align: left;vertical-align: top;font-weight: normal;}
fieldset {border: none;}
input, textarea, select {font-size: 100%;vertical-align: middle;}
textarea {overflow: auto;}
em, strong {font-weight: bold;font-style: normal;}
mark {font-weight: bold;}
object {vertical-align: middle;outline: none;}
nav ul {list-style:none;}

/*--------------- ▼▼ブロック要素で囲まれてる枠をテキスト（英字）がはみ出して表示されてしまう現象への対処方法 ----------------*/
*{
	word-break: break-word;
}	
	
/*-------------------------------------------------- ▼▼clearfix▼▼--------------------------------------------------*/
.clearfix { /zoom: 1; } /* lte ie7 */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
/*-------------------------------------------------- ▼▼box-sizing▼▼--------------------------------------------------*/
*{
    -webkit-box-sizing: border-box;     /* Safari 3 */
       -moz-box-sizing: border-box;     /* Firefox */ 
         -o-box-sizing: border-box;	/* Opera */
        -ms-box-sizing: border-box; 	/* Internet Explorer 8 */ 
            box-sizing: border-box;	/* Opera */   
}

/*--------------------------------------------------親要素全体をリンクにする  -------------------------------------------------*/
.big_link {z-index:900;}
.big_link a {display:block; -webkit-tap-highlight-color:rgba(0,0,0,0.3); position:absolute; left:0; top:0; height:100%; width:100%; text-align:left; text-indent:-9999px; z-index:901; overflow:hidden; outline:none;}


/*///////////////////// ▼change colors to suit your needs▼//////////////////////////////////////// */
a {
	color:#660033;
	font-weight:bold;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
	text-decoration: none;
}
a:hover {
	color:#b45384;
	font-weight:bold;
}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
hr {display:block;height:1px;border:0;   border-top:1px solid #cccccc;margin:1em 0;padding:0;}

/*///////////////////// ▲change colors to suit your needs▲//////////////////////////////////////// */
/*----------------------------------------------------------------*/
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
code {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
