@charset "utf-8";
/* CSS Document */






/*06　*/


.section_faq{
	width:670px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
}

.section_faq h2{
	display:block;
	width:670px;
	height:32px;
	margin:0px 0px 15px 0px;
}

.section_faq dl{
	display:block;
	width:670px;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:0px 0px 15px 0px;
}


.section_faq dt{
	display:block;
	width:630px;
	height:27px;
	padding:10px 0px 0px 40px;
	background:url(../../junior/faq/images/icon_q.jpg) left top no-repeat;
	font-size:13px; 
	font-weight:bold;
	color:#F60;
}


.section_faq dd{
	display:block;
	width:630px;
	height:auto;
	padding:10px 0px 10px 40px;
	margin:0px 0px 10px 0px;
	background:url(../../junior/faq/images/icon_a.jpg) left top no-repeat;
	border-bottom:1px dotted #ccc;
}














