@charset "UTF-8";



/* guide
------------------------------------------*/

#mainc{
	width:713px;
}

#mainc_inner{
	width:712px;
}

.guide_list li{
	background:url('/webImg/html/info/faq/img/icn_q.png') no-repeat 5px 14px;
	padding:10px 0 15px 45px;
	border-bottom:dotted 1px #cdcdcd;
}

.guide_faqbox dl{
	border-top:dotted 1px #cdcdcd;
}

.guide_faqbox dt{
	background:url('/webImg/html/info/faq/img/icn_q.png') no-repeat 5px 14px;
	padding:10px 0 10px 45px;
	border-bottom:dotted 1px #cdcdcd;
	font-weight:bold;
}

.guide_faqbox dd{
	background:url('/webImg/html/info/faq/img/icn_a.png') no-repeat 5px 14px;
	padding:10px 0 10px 45px;
	border-bottom:dotted 1px #cdcdcd;
}

.line_1em{
	display: inline-block;
	width: 1em;
}

.line_7em{
	display: inline-block;
	width: 7em;
}

.line_12em{
	display: inline-block;
	width: 12em;
}

.li_type_disc{
	list-style-type:disc;
	list-style-position:outside;
}

.li_type_none{
	list-style-type:none;
	list-style-position:outside;
}

.li_type_none li{
	margin:0 0 0.3em 0;
}

.li_type_none li p{
	margin:-1.5em 0 0 0;
	padding:0 0 0 1.5em;
}

.li_type_decimal {
  list-style-type: decimal;
  list-style-position: outside
}

#faq07 dd li {
    margin: 0 0 0.5em 0;
}