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


/* font color
=========================================*/
.red {
	color: #FF0000;}
.blue {
	color: #2d308c;
}
.big {
	font-size: 130%;
	font-weight: bold;
}
.note {
	font-size: 90%;
}
.hideText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.bold,
.bold,
.bold,
strong {
	font-weight: bold;
}
.small {
	font-size: 13px;
}

.clearfix .alignright,
.clearfix .alignleft {
	margin-left: 35px;
	margin-right: 35px;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
	float: right;
}
img.alignright {
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	padding: 10px;
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	background-color: #FFFFFF;
}
.alignleft{
	text-align: left;
	float: left;
}
img.alignleft {
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	padding: 10px;
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	background-color: #FFFFFF;
}
.alignleft img{
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	padding: 10px;
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	background-color: #FFFFFF;
}
.imgBox {
	-webkit-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	padding: 10px;
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.20);
	background-color: #FFFFFF;}

/* img
=========================================*/

@media only screen and (max-width: 640px) {
img {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.mt60 {
	margin-top: 30px !important;
}
img.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 5px;
	width: 60%;
}
img.alignright {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #FFFFFF;
	width: 60%;
}
#attachment_47 {
	width: 90% !important;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.alignleft img {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
p.wp-caption-text {
    left: 15px;
    bottom: -10px;
    font-weight: bold;
}
.clearfix .alignright,
.clearfix .alignleft {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.imgBox {
    padding: 5px;
}
}
/* 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
=========================================*/
.mA20{margin:20px!important;;}
.mA30{margin:30px!important;}
.mA40{margin:40px!important;}
.mA50{margin:50px!important;}
.mt0 {margin-top: 0px !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;}
.mt50 {margin-top: 50px !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;}
.mb60 {	margin-bottom: 60px !important;}
.mb80 {	margin-bottom: 80px !important;}

.ml5 {margin-left: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.pl20 {	padding-left: 20px !important;;}

@media only screen and (max-width: 640px) {
  img.mA20 {width: 80%}
}

/* 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;}
.w25p {width: 25% !important;}
.w30p {width: 30% !important;}
.w40p {width: 40% !important;}
.w50p {width: 50% !important;}
.w100p {width: 100% !important;}


/* clear fix
=========================================*/
.clearfix:after {
	content: url(/images/common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

#header:after{
	content: url(/images/common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

*{ box-sizing:border-box;}

iframe[name="google_conversion_frame"] { position:absolute; }