@charset "utf-8";
/* CSS Document */

.faq_content{
	width:90%;
	margin:0 auto;
	text-align:justify;
}

.faq_quiz{
	font-size: 24px;
	font-weight: bold;
}

.faq_answer{
	padding-left: 30px;
}

.faq_line{
	height: 10px;
	border-bottom: solid thin #cccccc;
	margin-bottom: 30px;
}