.header_img{
	background: url("../faq/images/header_back.jpg") center;
	background-size: cover;
}

.faq dl{
	max-width: 900px;
	margin: 30px auto;
}
.faq dt{
	margin:20px 0;
}
.faq dt:first-letter{
	font-size:2em;
	color:#dd7017;
	margin:0 20px 0 0;
}
.faq dd:first-letter{
	font-size:2.5em;
	color:#ddd;
	margin:0 20px 0 0;
}
.faq dd{
	width:70%;
	margin:10px 0 50px 30%;
	line-height: 2em;
	border-left:1px #aaa solid;
	padding:50px 0 0 20px;
	font-size:0.9em;
}

@media screen and (max-width: 640px) {
	dt{
		margin-left: 20px !important;
	}
	dd{
		margin-left: 60px !important;
	}

}
