@charset "utf-8";

/*=====================================

common.css

=====================================*/
/*
基本サイズ13px
表示したいサイズ 	指定する値
10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	170%
23px 	177%
24px 	185%
25px 	193%
26px 	200%
*/

/*-------------------------------------
 layout
-------------------------------------*/
.fltL { float: left !important; }
.fltR { float: right !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clearfix {
	zoom:1;
	overflow:hidden;
}
.clear { clear: both; }


/*-------------------------------------
 text
-------------------------------------*/
.font8 { font-size: 68% !important; }
.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.bold { font-weight: bold; }
.color01 { color: #e00012; }
.sup {
	font-size: 68%;
	position: relative;
	top: -0.6em;
}
.sub {
	font-size: 68%;
	position: relative;
	top: 0.4em;
}


/*-------------------------------------
 list
-------------------------------------*/



/*-------------------------------------
 link
-------------------------------------*/

/*-------------------------------------
 margin
-------------------------------------*/
.mrgT50{
	margin-top: 50px !important;
}
.mrgT200{
	margin-top: 200px !important;
}
.mrgB150{
	margin-bottom:150px !important;
}

/*-------------------------------------
 loading
-------------------------------------*/
#loading {
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 0 0;
	height:16px;
	width:50px;
}

#contents_all, #footer {
	display:none; /*loadingするまで全部消しておく */

}


#loading {
	position:fixed;
	top:50%;
	left:49%;
}

