@charset "utf-8";
/* CSS Document */

.problem-box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.question{
	width:100%;
	height:auto;
	font-size:16px;
	color:#ca4341;
	overflow:hidden;
	margin-top:20px;
}
.question .question-img{
	width:30px;
	height:25px;
	float:left;
	background:url(../images/question.png) 0px center no-repeat;
	display:inline-block;
}
.question .question-word{
	width:660px;
	height:auto;
	line-height:25px;
	float:left;
	display:inline-block;
}
.answer{
	width:100%;
	height:auto;
	font-size:15px;
	color:#666666;
	margin-top:10px;
	overflow:hidden;
}
.answer .answer-img{
	width:30px;
	height:25px;
	float:left;
	background:url(../images/answer.png) 0px center no-repeat;
	display:inline-block;
}
.answer-word{
	width:660px;
	height:auto;
	line-height:25px;
	float:left;
	display:inline-block;
}