@charset "UTF-8";
/* -----------------------------------------------

 CSS for Fonts

----------------------------------------------- */

body {
	font-size: 13px/1.231;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.4;
}

*:first-child+html body {
	font-family: 'ＭＳ Ｐゴシック' !important;
	line-height: 1.4;
	font-size: 100%;
}

*html body {
	font-size: 100%;
}
