@charset "UTF-8";

body {
	color: #383a3b;
	font: 13px/1.231 メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/*article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:inherit;
	font:100%;
}*/

/*---------------------------------------------------- */
/* Fonts Size */
/*---------------------------------------------------- */
.fxxsmall {
	font-size: xx-small;
}

.fxsmall {
	font-size: x-small;
}

.fsmall {
	font-size: small;
}

.flarge {
	font-size: x-large;
}

.flarger {
	font-size: xx-large;
}

.normal {
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Fonts Thickness */
/*---------------------------------------------------- */
.bold {
	font-weight: bold;
}

/*---------------------------------------------------- */
/* Fonts Color */
/*---------------------------------------------------- */
.white {
	color: #ffffff;
}

.red {
	color: #df0025;
}

.blue {
	color: #30b3de;
}

.blue2 {
	color: #006bb6;
}

.blue3 {
	color: #3fb1ec;
}

.orange {
	color: #f75802;
}

.green {
	color: #14a770;
}

.yellow {
	color: #ffcc00;
}

.light_green {
	color: #76b802;
}

/*---------------------------------------------------- */
/* Pixels to Percent */
/*---------------------------------------------------- */
.f9 {
	font-size: 70%;
}

.f10 {
	font-size: 77%;
}

.f11 {
	font-size: 85%;
}

.f12 {
	font-size: 93%;
}

.f13 {
	font-size: 100%;
}

.f14 {
	font-size: 108%;
}

.f15 {
	font-size: 116%;
}

.f16 {
	font-size: 123.1%;
}

.f17 {
	font-size: 131%;
}

.f18 {
	font-size: 138.5%;
}

.f19 {
	font-size: 146.5%;
}

.f20 {
	font-size: 153.9%;
}

.f21 {
	font-size: 161.6%;
}

.f22 {
	font-size: 167%;
}

.f23 {
	font-size: 174%;
}

.f24 {
	font-size: 182%;
}

.f25 {
	font-size: 189%;
}

.f26 {
	font-size: 197%;
}