@charset "utf-8";

/*-----------------------
font
-----------------------*/
.fwb{font-weight:bold;}
.fw100{font-weight:100;}
.fw200{font-weight:200;}
.fw300{font-weight:300;}
.fw400{font-weight:400;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}

.fs50{font-size:50%;}
.fs55{font-size:55%;}
.fs60{font-size:60%;}
.fs65{font-size:65%;}
.fs70{font-size:70%;}
.fs75{font-size:75%;}
.fs80{font-size:80%;}
.fs85{font-size:85%;}
.fs90{font-size:90%;}
.fs95{font-size:95%;}
.fs105{font-size:105%;}
.fs110{font-size:110%;}
.fs115{font-size:115%;}
.fs120{font-size:120%;}
.fs125{font-size:125%;}
.fs130{font-size:130%;}
.fs135{font-size:135%;}
.fs145{font-size:145%;}
.fs150{font-size:150%;}
.fs160{font-size:160%;}
.fs170{font-size:170%;}
.fs180{font-size:180%;}
.fs190{font-size:190%;}
.fs200{font-size:200%;}
.fs250{font-size:250%;}
.fs275{font-size:275%;}
.fs280{font-size:280%;}
.fs300{font-size:300%;}
.fs350{font-size:350%;}
.fs400{font-size:400%;}
.fs450{font-size:450%;}
.fs500{font-size:500%;}

.t_center{text-align:center;}
.t_left{text-align:left;}
.t_right{text-align:right;}

.c1{color:#FFF;}
.c2{color:#f6a201;}
.c3{color:#44aeea;}
.c4{color:#28549d;}
.c5{color:#44aeea;}
.c6{color:#1a1a1a;}
.c7{color:#665541;}
.c8{color:#fb6088;}

.lh20{line-height:2.0;}
.lh15{line-height:1.5;}
.lh10{line-height:1.0;}
.lh05{line-height:0.5;}

/*-----------------------
margin
-----------------------*/

.mlr_center{margin: 0 auto;}

.mtb15{margin:15px auto;}
.mtb20{margin:20px auto;}
.mtb25{margin:25px auto;}
.mtb30{margin:30px auto;}
.mtb35{margin:35px auto;}
.mtb40{margin:40px auto;}
.mtb45{margin:45px auto;}
.mtb50{margin:50px auto;}
.mtb60{margin:60px auto;}
.mtb70{margin:70px auto;}
.mtb80{margin:80px auto;}
.mtb90{margin:90px auto;}
.mtb100{margin:100px auto;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}


/*-----------------------
width
-----------------------*/

.w100{width:100%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w33{width:33%;}
.w25{width:25%;}

.w960x{
	width:100%;
	max-width:960px;
}
.w860x{
	width:100%;
	max-width:860px;
}
.w640x{
	width:100%;
	max-width:640px;
}
.w480x{
	width:100%;
	max-width:480px;
}
.w320x{
	width:100%;
	max-width:320px;
}
