@charset "UTF-8";
#content:after, #content .faq .change_btn:after, #content .faq .faqlist li a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* what/
/* -------------------------- */
#content .faq {
	padding: 80px 0;
}
#content .faq p.lead {
	margin-bottom: 30px;
	text-align: center;
}
#content .faq .change_btn {
	margin-bottom: 60px;
}
#content .faq .change_btn li a {
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: solid 1px #76a93f;
	padding: 15px 15px 15px 40px;
	color: #76a93f;
	background: url(../images/common/arrow_bottom_g.png) no-repeat 20px 20px;
	float: left;
	margin: 0 20px 0 0;
}
#content .faq .change_btn li.active a {
	background: url(../images/common/arrow_bottom_w.png) no-repeat #76a93f 20px 20px;
	color: #ffffff;
}
#content .faq .faqlist li a {
	border-bottom: dashed 1px #b6b6b6;
	padding: 30px 0;
	display: block;
	width: 100%;
}
#content .faq .faqlist li a .category {
	background: #76a93f;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	font-size: 0.8em;
}
#content .faq .faqlist li a .time {
	text-align: right;
	width: 145px;
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 0.8em;
}
#content .faq .faqlist li a .title {
	text-align: left;
	float: left;
	line-height: 1.6;
	padding: 0px 0 0 10px;
	width: 780px;
}
#content .faq .faqlist li.open a {
	border-bottom: none;
	width: 250px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 60px auto 0 auto;
	background: url(../images/common/arrow_bottom_w.png) no-repeat 200px 20px #76a93f;
	padding: 0;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#content .faq .head .category {
	background: #76a93f;
	width: 110px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	font-size: 0.8em;
}
#content .faq .head .time {
	text-align: right;
	width: 170px;
	height: 25px;
	line-height: 25px;
	float: left;
}
#content .faq .head .title {
	text-align: left;
	line-height: 1.2;
	padding: 20px 0;
	width: 100%;
	display: block;
	clear: both;
	font-size: 1.6em;
	border-bottom: dashed 1px #b6b6b6;
}
#content .faq .free_area {
	padding: 20px 0;
	line-height: 1.6;
}
p.btn_link a {
	border-bottom: none;
	width: 250px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 60px auto 0 auto;
	background: url(../images/common/arrow_left_w.png) no-repeat 20px 20px #76a93f;
	padding: 0;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

@media screen and (max-width: 1034px) {
#content .faq {
	padding: 20px 0;
}
#content .faq p.lead {
	margin-bottom: 15px;
}
#content .faq .change_btn {
	margin-bottom: 30px;
}
#content .faq .change_btn li a {
	display: block;
	float: none;
	margin: 0 0px 5px 0;
	width: 100%;
}
#content .faq .faqlist li a {
	padding: 15px 0;
}
#content .faq .faqlist li a .title {
	float: none;
	clear: both;
	padding: 10px 0 0 0px;
	width: 100%;
	display: block;
}
#content .faq .faqlist li.open a {
	width: 100%;
	margin: 30px auto 0 auto;
	background: url(../images/common/arrow_bottom_w.png) no-repeat 95% 20px #76a93f;
}
#content .faq .head .category {
	background: #76a93f;
	width: 110px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	font-size: 0.8em;
}
#content .faq .head .time {
	text-align: right;
	width: 140px;
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 0.8em;
}
#content .faq .head .title {
	text-align: left;
	line-height: 1.2;
	padding: 10px 0;
	width: 100%;
	display: block;
	clear: both;
	font-size: 1.2em;
	border-bottom: dashed 1px #b6b6b6;
}
#content .faq .free_area {
	padding: 10px 0;
	line-height: 1.6;
}
p.btn_link a {
	width: 100%;
	margin: 30px auto 0 auto;
}
}
/* -------------------------- */
/* clumb */
/* -------------------------- */
.clumb ul.inbox li {
	display: inline-block;
	color: #323232;
}
.clumb ul.inbox li a {
	color: #0575ad;
}
