@charset "utf-8";
* html .clearfix {
	height: 1%; /* IE5-6 */
}
*+html .clearfix {
	display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;	
}
sub{
	
}
sup {
	vertical-align: top;	
}
.cl {
	clear: both;
}
.mb_5px {
	margin-bottom: 5px;
}
.mb_10px {
	margin-bottom: 10px;
}
.mb_20px {
	margin-bottom: 20px;
}
.mb_30px {
	margin-bottom: 30px;
}
.mb_40px {
	margin-bottom: 40px;
}
.mb_50px {
	margin-bottom: 50px;
}
.mb_60px {
	margin-bottom: 60px;
}
.mb_70px {
	margin-bottom: 70px;
}
.mr_5px {
	margin-right: 5px;
}
.mr_10px {
	margin-right: 10px;
}
.mr_20px {
	margin-right: 20px;
}
.mr_25px {
	margin-right: 25px;
}
.mr_30px {
	margin-right: 30px;
}
.mr_50px {
	margin-right: 50px;
}
.ml_20px {
	margin-left: 20px;
}
.ml_40px {
	margin-left: 40px;
}
.ml_60px {
	margin-left: 60px;
}
.mt_5px {
	margin-top: 5px;
}
.mt_10px {
	margin-top: 10px;
}
.mt_20px {
	margin-top: 20px;
}
.mt_30px {
	margin-top: 30px;
}
.mt_40x {
	margin-top: 40px;
}
.mt_50px {
	margin-top: 50px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.w_10px {
	width: 10px;
}
.w_20px {
	width: 20px;
}
.w_30px {
	width: 30px;
}
.w_50px {
	width: 50px;
}
.w_80px {
	width: 80px;
}
.w_100px {
	width: 100px;
}
.w_120px {
	width: 120px;
}
.w_150px {
	width: 150px;
}
.w_200px {
	width: 200px;
}
.w_320px {
	width: 320px;
}
.w_400px {
	width: 400px;
}
.w_30per {
	width: 30%;
}
.w_40per {
	width: 40%;
}
.w_50per {
	width: 50%;
}
.w_60per {
	width: 60%;
}
.w_70per {
	width: 70%;
}
.w_80per {
	width: 80%;
}
.w_90per {
	width: 90%;
}
.w_100per {
	width: 100%;
}

.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_bold {
	font-weight: bold;
}
.text_size_10px {
	font-size: 10px;
}
.text_size_11px {
	font-size: 11px;
}
.text_size_12px {
	font-size: 12px;
}
.text_size_13px {
	font-size: 13px;
}
.text_size_14px {
	font-size: 14px;
}
.text_size_18px {
	font-size: 18px;
}
.color_FFFFFF {
	color: #FFF;
}
.color_d3d3d3 {
	color: #d3d3d3;
}
.color_999999 {
	color: #999999;
}

.color_EFA900 {
	color: #efa900;
}
.color_red {
	color: #e60012;
}
.color_blue {
	color: #004eff;
}
.hide {
	display: none;
}
.ml_mr_auto {
	margin-left: auto;
	margin-right: auto;
}
.bb_dot {
	border-bottom: 1px dotted #5C5C5C;
}
