@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
よくあるご質問
------------------------------------------------------------------------------ */
ul.qaList{
margin-left:15px;
}
ul.qaList li {
border-bottom: 1px dashed #CCC;
margin-bottom: 15px;
}
ul.qaList li dt {
background: url(../question/img/icon_q.gif) no-repeat left top;
padding-left: 30px;
font-weight: bold;
color: #10E0E;
margin-bottom: 5px;
padding-bottom:5px;
padding-top: 3px;
}
ul.qaList li dd {
background: url(../question/img/icon_a.gif) no-repeat left 2px;
padding-left: 30px;
padding-bottom: 12px;
}
ul.qaList li.qaImg dl{
width:435px;
float:left;
}
ul.qaList li.qaImg .qaImgR{
width:185px;
float:right;
}
