@charset "utf-8";
	.question-pic{
		float:left;
		width:30%;
	}
	.question-detail{
		float:right;
		width:68%;
	}
	.question-detail li{
		padding:25px 0;
		border-bottom:1px dotted #a9871b;
	}
	.question-detail dt{
		font-size:20px;
		line-height:44px;
		padding-left:60px;
		color:#a88618;
		min-height:44px;
		background:url(../img/question/question_img02.png)no-repeat top left;
		margin-bottom:15px;
	}
	.question-detail dd{
		margin-left:50px;
		padding-left:60px;
		background:url(../img/question/question_img03.png)no-repeat top left;
	}
@media screen and (max-width:640px){
	.question-pic{display:none;}
	.question-detail{
		float:none;
		width:90%;
		margin:0 auto;
	}
}
@media screen and (max-width:480px){
	.question-detail dt{
		font-size:18px;
		line-height: inherit;
	}
	.question-detail dd{
		font-size:14px;
		margin-left:10px;
	}
}