/* CSS Document */

@charset "utf-8";

.faqBlock{
font-size:1.2em;
margin-bottom:20px;
padding:5px 0 20px;
border-bottom:1px dashed #918c89;
}

body:first-of-type .faqBlock{
font-size:1.2em;
margin-bottom:20px;
padding:5px 0 20px;
border-bottom:1px dashed #918c89;
}

.faqBlock dt{
background:url(img/index_ico_001.gif) no-repeat left top;
padding-left:30px;
}

.faqBlock dd{
background:url(img/index_ico_002.gif) no-repeat left top;
margin-top:10px;
padding-left:30px;
}

body:first-of-type .faqBlock.noborder{
border:none;
}

.faqBlock dd.nobg{
background:none;
}

.faqBlock.noborder{
border:none;
}

.anchorLinkBlock{
background:#FAF9E9;
margin-bottom:30px;
padding:10px;
font-size:1.2em;
line-height:1.6;
border:1px dotted #260909;
}
