@charset "utf-8";
/* CSS Document base.css */


/* font color
=========================================*/
.red {
	color: #FF0000;}
.textgray {
	color: #414141;}
	
.textgray02 {
	color: #5F5E5F;}
.linkorange {
	color: #E46A24;}
.deeporange {
	color: #D85500;}
.deepbrown {
	color: #46210C;}
.textdeepbrown {	
	color: #452D05;}
strong {
	font-weight: bold;
}
	
/* img
=========================================*/
.radiImg {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);
	position: relative;}
.text150 {
	font-size: 150% !important;;
}

@media only screen and (max-width: 640px) {
.img100 {
	width: 100%;

}
}
/* xx. Align
=========================================*/
.aR {text-align: right !important;}
.aC {text-align: center !important;}
.aL {text-align: left !important;}
.vT {vertical-align:top !important;}
.vM {vertical-align:middle !important;}
.vB {vertical-align:bottom !important;}
.fR {float: right !important;}
.fL {float: left !important;}
/* xx. Margin, Padding
=========================================*/
.firstChild {margin-top: 0 !important;}


.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}


.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb80 {	margin-bottom: 80px !important;}

.ml5 {margin-left: 5px !important;}
.mr10 {margin-right: 10px !important;}
.pl20 {	padding-left: 20px !important;;}
/* xx. Width
=========================================*/

.w50 {width: 50px !important;}
.w70 {width: 70px !important;}
.w90 {width: 90px !important;}
.w100 {width: 100px !important;}
.w150 {width: 150px !important;}
.w200 {width: 200px !important;}
.w240 {width: 240px !important;}
.w250 {width: 250px !important;}
.w300 {width: 300px !important;}
.w350 {width: 350px !important;}
.w400 {width: 400px !important;}
.w450 {width: 450px !important;}
.w500 {width: 500px !important;}
.w510 {width: 510px !important;}
.w550 {width: 550px !important;}
.w600 {width: 600px !important;}
.w740 {width: 740px !important;}

.h50 {height: 50px!important;}
.w10p {width: 10% !important;}
.w15p {width: 15% !important;}
.w20p {width: 20% !important;}
.w30p {width: 30% !important;}
.w40p {width: 40% !important;}
.w50p {width: 50% !important;}
.w100p {width: 100% !important;}


/* clear fix
=========================================*/
 
.clearfix:after {
 content: "";
 clear: both;
 display: block;
}