@charset "utf-8";

.mainimg {
	background: url(../faq/images/main.jpg) no-repeat top center;
}

.f_ttl {
	font-size: 20px;
	border-top: 1px solid #a62324;
	border-bottom: 1px solid #a62324;
	height: 50px;
	line-height: 47px;
	color: #a62324;
	position: relative;
	margin-bottom: 20px;
}
.f_ttl .en {
	display: inline-block;
	background-color: #f0e6cf;
	color: #632e1e;
	width: 160px;
	height: 20px;
	text-align: center;
	line-height: 21px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
	vertical-align: middle;
	position: absolute;
	top: 14px;
	right: 0;
}
.f_box dt, .f_box dd {
	min-height: 30px;
	padding-top: 2px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #595757;
}
.f_box dt {
	background: url(../faq/images/mk_q.gif) no-repeat 0 0;
	margin-bottom: 10px;
}

.f_box dd {
	background: url(../faq/images/mk_a.gif) no-repeat 0 0;
	margin-bottom: 40px;
}





