
.questionWrap {
	width:940px;
	margin:0 auto;
	text-align:left;
	zoom:1;
	padding:0 10px;
}

.questionWrap:before,.questionWrap:after {
	display:block;
	height:0;
	visibility:hidden;
	content:"\0020";
}

.questionWrap:after {
	clear:both;
}

.questionWrap .faqWrap dl {
	width:760px;
	margin:0 auto;
	background:#fff;
	padding:40px 50px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	border-right:1px solid #ddd;
}

.questionWrap .faqWrap dl dt {
	margin-bottom:25px;
	color:#e95b1d;
	letter-spacing:1px;
	font-size:17px;
	font-size:1.7rem;
	line-height:1.5;
	background:#fff;
	background:url(../img/share/bg_dotted2.gif) repeat-x left bottom;
	padding:0 0 15px 10px;
	max-height:100%;
}

.questionWrap .faqWrap dl dd {
	font-size:14px;
	font-size:1.4rem;
	line-height:2;
	padding:0 10px;
	text-align:justify;
	max-height:100%;
}

.questionWrap .faqWrap dl dd a {
	background:#79bf4b;
	color:#fff;
	font-weight:700;
	display:inline-block;
	padding:10px 20px;
	margin-top:25px;
	line-height:1;
	position:relative;
	left:-20px;
}