.faq-list {
	max-width: 1260px;
	margin: 0 auto;
}
.faq-list li {
	margin-bottom: 25px;
}
.faq-question {
	position: relative;
	cursor: pointer;
	padding: 10px 10px 10px 60px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: #D9D9D9 1px solid;
	box-sizing: border-box;
}
.faq-question:hover,  .faq-item.active .faq-question {
	border: #FF5700 1px solid;
	color: #000;
	box-sizing: border-box;
}
.faq-question:before {
	content: " ";
	background: url(../images/faq/icon_q.png) no-repeat;
	display: block;
	width: 42px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 0 0 10px;
}
.faq-question:after {
	content: " ";
	background: url(../images/faq/qa02.png) no-repeat;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 2px 10px 0 0;
}
.faq-answer {
	display: none;
	background: url(../images/faq/icon_a.png) no-repeat 0 10px;
	padding: 15px 15px 15px 60px;
}
.faq-list_btn_box {
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	max-width: 1260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-list_btn_box .active {
	border: 1px solid #FF8000;
}
.faq-list_btn_box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.faq-list_btn {
	min-width: 30px;
	height: auto;
	float: left;
	background: #E8E8E8;
	border: 1px solid #E8E8E8;
	font-size: 16px;
	color: #474747;
	margin: 0 10px 10px 0;
	font-weight: bold;
	line-height: 38px;
	padding: 0 10px;
}
.faq-list_btn:hover {
	border: 1px solid #FF8000;
}

@media screen and (max-width: 768px) {
.faq-question {
	padding: 10px 50px 10px 60px;
}

}

@media screen and (max-width: 480px) {
.faq-question,  .faq-answer {
	padding-left: 60px;
}
.faq-question {
	padding: 10px 50px 10px 60px;
}
}
