@charset "utf-8";

#faq-list .article {
	width:698px;
	margin-left:17px;
	padding-top:4px;
	border-top:3px solid #636;
	color:#666;
	font-size:1.2em
}

#faq-list .article .section {
	margin-top:14px;
	padding-bottom:14px;
	border-bottom:1px dashed #ccc
}

#faq-list .article .question,
#faq-list .article .answer {
	padding-left:30px
}

#faq-list .article .question {
	background:transparent url(../images/faq/icon-question.png) 4px 0 no-repeat;
	cursor:pointer
}

#faq-list .article .answer {
	display:none;
	margin-top:20px;
	background:transparent url(../images/faq/icon-answer.png) 3px 0 no-repeat;
	color:#9054ac
}
