@charset "utf-8";

/*       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;
}
.center02 {
	text-align: center;
}
.red {
	color: #D80306;
}
.small {
	font-size: 10px;
}
.f_05 {
	font-size: 0.5rem;
}
.f_06 {
	font-size: 0.6rem;
}
.f_07 {
	font-size: 0.7rem;
}
.f_08 {
	font-size: 0.8rem;
}
.f_09 {
	font-size: 0.9rem;
}
.f_14 {
	font-size: 14px;
}
.f_16 {
	font-size: 16px;
}
.f_20 {
	font-size: 20px;
	line-height: 1.4em;
}
.f_30 {
	font-size: 30px;
	line-height: 1.4em;
}
.f_wh {
	color: #fff !important;
}
.a_black a {
	color: #333 !important;
}
/*            border
***************************************** */
.bd_1 {
	border: 1px solid #402000;
}
.bd_1_lg {
	border: 1px solid #ccc;
}
.bdb1 {
	border-bottom: 1px solid #ddd;
}
.bdt1 {
	border-top: 1px solid #402000;
}
.bdr1 {
	border-right: 1px solid #333;
}
.bdbd1 {
	border-bottom: 1px dotted #ddd;
}
.bdb_b1 {
	border-bottom: 1px solid #21375F;
}
/*           margin/padding
***************************************** */
.mt_0 {
	margin-top: 0 !important;
}
.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;
}
.mt_70 {
	margin-top: 70px !important;
}
.mt_80 {
	margin-top: 80px !important;
}
.mt_90 {
	margin-top: 90px !important;
}
.mt_100 {
	margin-top: 100px !important;
}
.ml_5 {
	margin-left: 10px !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_10 {
	margin-right: 10px !important;
}
.mr_15 {
	margin-right: 15px !important;
}
.mr_20 {
	margin-right: 20px !important;
}
.mr_40 {
	margin-right: 40px !important;
}
.mr_50 {
	margin-right: 50px;
}
.mr_60 {
	margin-right: 60px;
}
.mb_5 {
	margin-bottom: 5px !important;
}

.mb_0 {
	margin-bottom: 0 !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_50 {
	margin-bottom:50px !important;
}
.mb_60 {
	margin-bottom:60px !important;
}
.mb_70 {
	margin-bottom:70px !important;
}
.mb_80 {
	margin-bottom:80px !important;
}
.mb_90 {
	margin-bottom:90px !important;
}
.mb_100 {
	margin-bottom:100px !important;
}

.ml_0 {
	margin-left: 0 !important;
}
.mr_0 {
	margin-right: 0 !important;
}
.mg_20 {
	margin: 20px;
}
.pt_10 {
	padding-top: 10px;
}
.pt_20 {
	padding-top: 20px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pl_20 {
	padding-left: 20px;
}
.pr_10 {
	padding-right: 10px;
}
.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;
	overflow: hidden;
}
/*           float/clear
***************************************** */

.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.clear {
	clear: both;
}
.ovf_h {
	overflow: hidden;
}
img {
	vertical-align: bottom;
}
.lh_1 {
	line-height: 1em;
}
.b_rs5 {
	border-radius: 5px;
}

/*           消す
***************************************** */
.pc_no {
	display: none;
}
@media only screen and (max-width: 1000px){
.sp_no {
	display: none;
}
}
