@charset "utf-8";

@import "../reset.css"; 
@import "../base.css";  
@import "../header.css";  
@import "../main.css";  
@import "../side.css";  
@import "../footer.css";  

/********************************
　よくある質問
********************************/

#faq #main h2{
 background:url(img/faq_h2.jpg) 0 0 no-repeat;
 font-size:22px;
 padding-left:10px;
 margin-bottom:10px;
}

#faq #main h3{
 color:#4655b9;
}

#faq #main dl{
 padding-bottom:20px;
}

#faq #main dl dt{
 font-weight:bold;
 color:#4655b9;
 background:url(img/q_mark.jpg) left no-repeat;
 padding-left:20px;
 margin-top:10px;
}

#faq #main dl dd{
 background:url(img/a_mark.jpg) 0 3px no-repeat;
 padding:0 0 10px 20px;
 border-bottom:1px #999999 dotted;
}

#faq #main dl dd span{
 font-weight:bold;
}

#faq #main dl dd.last{
 border:0px;
}
