@charset "UTF-8";
/* CSS Document */
.faq_box {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.ti_faq_q {
	font-size: 22px;
	padding: 0 30px 12px 60px;
	margin-bottom: 10px;
	color: #6a3906;
	background: url(../img/ti_faq_q.png) no-repeat left top;
	cursor: pointer;
}
.ti_faq_a {
	font-size: 15px;
	padding: 6px 30px 12px 60px;
	margin-bottom: 15px;
	color: #6a3906;
	background: url(../img/ti_faq_a.png) no-repeat left top;
}
