@charset "utf-8";
/* CSS Document */

.faq_q {
	font-size: 1em;
	font-weight: bold;
	color: #88735B;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E3E0;
}
.faq_a {
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-bottom: 10px;
}

