/* CSS Document */

@charset "utf-8";

.faqBlock{
font-size:1.2em;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dashed #918c89;
}

body:first-of-type .faqBlock{
font-size:1.2em;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dashed #918c89;
}

.faqBlock dt{
margin:0 0 7px 0;
padding:2px 0 5px;

}

.faqBlock dt span{
background:#faf9e9;
display:block;
width:620px;
margin-left:10px;
padding:6px 0 3px 10px;
border-left:2px solid #86a906;
}

.faqBlock dd{
background: url(img/index_icn_001.gif) no-repeat left top;
padding:1px 0 0 30px;
margin-left:25px;
}

.faqBlock.noborder{
border:none;
}

body:first-of-type .faqBlock.noborder{
border:none;
}