@charset "utf-8";
/*
------------------------------------------
1. よくある質問　用CSS
------------------------------------------

/* faq 
-------------------------------------------------------------------- */

div#contents {
}

div#contents div#faq_box {
margin:50px 0 50px 0;
}

div#contents div#faq_box li {
border-bottom:1px solid #999999;
margin:40px auto;
padding:0 0 25px 0;
}

div#contents div#faq_box li dt {
color:#3F007D;
font-weight:bold;
background:url(../faq/img/faq_bg_q.gif) 0 0 no-repeat;
padding:3px 0 0 46px;
}

div#contents div#faq_box li dd {
background:url(../faq/img/faq_bg_a.gif) 0 12px no-repeat;
padding:1px 20px 0 86px;
}


/* /faq
******************************************************************** */
