@CHARSET "utf-8";

.question_ol{
	width:100%;
	height:auto;
	list-style-type:none;
	counter-reset:level1;
}

.question_li{
	width:100%;
	height:auto;
	font-size:14px;
	color:#555555;
	font-weight:bold;
	margin-top:30px;
}

.question_li:before{
	content: counter(level1) ". ";
    counter-increment: level1;
}

.question_name{
	width:100%;
	text-indent:2em;
	margin-top:30px;
	font-weight:normal;
}

.question_name_first{
	margin-top:12px;
}

.question_answer{
	width:100%;
	text-indent:2em;
	font-weight:normal;
}