@charset "utf-8";

/*
=================================================================================
faq top
=================================================================================
*/

#faq_box {
	width: 700px;
	margin: 0 auto;
}

#faq_box_inner {
	padding-top: 15px;
	border-bottom: #33CC33 1px dashed;
	padding-bottom: 15px;
}

.question {
	width: 670px;
	padding-top: 1px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	background: url(/pc/images/faq_icon_q.gif);
	background-repeat: no-repeat;
}

.answer {
	width: 670px;
	padding-left: 30px;
	background: url(/pc/images/faq_icon_a.gif);
	background-repeat: no-repeat;
}

.m_bottom_5 {
	margin-bottom: 5px;
}

