@charset "utf-8";
/**
 * 99-font.css
 * (c) FOURDIGIT Inc.
 *
 */
/* for all */
body {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}

/* for - ie6 */
* html body { font-size: 77%; vertical-align:baseline !important;}

/* for ie7 */
*+html body { font-size: 77%; }



/* for ie8 */
html > /**/body { font-size /*\**/: 77%\9; }

.font-01,
.font-01b,
.font-01e {
	font-size: 85%;
}
.font-03,
.font-03b,
.font-03e {
	font-size: 116%;
}
.font-04,
.font-04b,
.font-04e {
	font-size: 146.5%;
}
.font-01b,
.font-02b,
.font-03b,
.font-04b {
	font-weight: bold;
}
.font-01e,
.font-02e,
.font-03e,
.font-04e {
	font-style: oblique;
}
