@charset "utf-8";

/*基本フォント*/
body {
	font-size: 12px;
	font-family:"Noto Sans JP",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;		
	color: #333333;
	-webkit-text-size-adjust: none;
}
/*ie7*/
*:first-child+html body {
	font-size:75%;
}	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*相対文字サイズ*/
.x-small {
	/*10px*/
	font-size: 83.4%;
	letter-spacing: -0.001em;
}
.small {
	/*11px*/
	font-size: 91.6%;
	letter-spacing: -0.001em;
}
.large {
	/*13px*/
	font-size: 108.3%;
}
.x-large {
	/*14px*/
	font-size: 116.7%;
}
.xx-large {
	/*15px*/
	font-size: 125%;
}
.xxx-large {
	/*16px*/
	font-size: 133.4%;
}
.xxxx-large {
	/*17px*/
	font-size: 141.7%;
}
/*18px
font-size: 150%;
*/
/*19px
font-size: 158.4%;
*/
/*20px
font-size: 166.6%;
*/


/*両端揃え*/
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}


/*文字色*/
.fontRed {
	color: #ff0000;
}

/*ウェイト*/
.bold {
	font-weight: bold;
}

