@charset hutf-8h; 



/* qanda
------------------------------------------- */
.qanda{
padding-top:10px;
}
.qanda dl{
width:100%;
height:auto;
overflow:hidden;
padding-bottom:10px;
margin-bottom:10px;
background:url(../images/dot01.gif) repeat-x 0 bottom;
}
.qanda dl dt{
background:url(../images/icon-q.gif) no-repeat 0 0;
padding:5px 0 10px 40px;
font-weight:bold;
}
.qanda dl dd{
display:block;
background:url(../images/icon-a.gif) no-repeat 0 0;
padding:5px 0 0 40px;
}
