@charset "euc-jp";
/* CSS Document */
/*       box-sizing
******************************************** */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
/*            font
***************************************** */
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.red {
	color: #FF0000;
}
.green {
	color: #2DB200;
}
.small {
	font-size: 10px;
}
/*            border
***************************************** */
.bd1 {
	border: 1px solid #ccc;
}
.bdb1 {
	border-bottom: 1px solid #ccc;
}
.bdt1 {
	border-top: 1px solid #ccc;
}
.bdr1 {
	border-right: 1px solid #333;
}
.bdbd1 {
	border-bottom: 1px dotted #333;
}
.bdb_b1 {
	border-bottom: 1px solid #21375F;
}
/*           margin/padding
***************************************** */
.mt_5 {
	margin-top: 5px !important;
}
.mt_10 {
	margin-top: 10px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_40 {
	margin-top: 40px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.mt_60 {
	margin-top: 60px !important;
}
.ml_10 {
	margin-left: 10px !important;
}
.ml_20 {
	margin-left: 20px !important;
}
.ml_40 {
	margin-left: 40px !important;
}
.ml_50 {
	margin-left: 50px !important;
}
.ml_60 {
	margin-left: 60px !important;
}
.mr_5 {
	margin-right: 5px !important;
}
.mr_10 {
	margin-right: 10px !important;
}
.mr_15 {
	margin-right: 15px !important;
}
.mr_20 {
	margin-right: 20px !important;
}
.mr_25 {
	margin-right: 25px !important;
}
.mr_40 {
	margin-right: 40px !important;
}
.mr_50 {
	margin-right: 50px !important;
}
.mr_60 {
	margin-right: 60px !important;
}
.mb_5 {
	margin-bottom: 5px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_80 {
	margin-bottom: 80px !important;
}
.ml_0 {
	margin-left: 0 !important;
}
.ml_20 {
	margin-left: 20px !important;
}
.mr_0 {
	margin-right: 0 !important;
}
.mg_20 {
	margin: 20px;
}
.pt_10 {
	padding-top: 10px;
}
.pl_20 {
	padding-left: 20px;
}
.pr_20 {
	padding-right: 20px;
}
.pdy_5 {
	padding: 5px;
}
.pdy_10 {
	padding: 0 10px;
}
.pdy_20 {
	padding: 0 20px;
}
.pdy_30 {
	padding: 30px 0;
}
.pr_30 {
	padding-right: 30px;
}
.pd_20 {
	padding: 20px;
}
/*           float/clear
***************************************** */
.fl_l {
	float: left;
	margin-bottom: 10px;
}
.fl_r {
	float: right;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.ovf_h {
	overflow: hidden;
}
img {
	vertical-align: middle;
}
.lh_1 {
	line-height: 1em;
}