@charset "utf-8";

/*** よくある質問
----------------------------------------- */
.faq_list{
background:url(../../img/line.gif) repeat-x 0 100%;
margin-bottom:40px;
}

.faq_list dt{
font-weight:bold;
background:url(../../img/icon/ar03.gif) no-repeat 0 50%;
padding-left:18px;
}

.faq_list dd{
background:url(../../img/icon/ar02.gif) no-repeat 28px 10px;
padding-left:40px;
}

.faq_list dd.last{
padding-bottom:20px;
}

.q{
background:#f9eff0 url(../../../faq/img/q.gif) no-repeat 10px 9px;
padding:5px 10px 5px 30px;
font-weight:bold;
}

.a{
background:url(../../../faq/img/a.gif) no-repeat 10px 0;
padding:0 20px 0 40px;
}

/*--end of this file--*/