@charset "utf-8";

#main #content #boxSubVisual.faq {
  background:url("../img/bg_visual.jpg") no-repeat center center;
  background-size:cover;
}

#main #content #body .section dl {
  padding:30px 0 30px;
}
#main #content #body .section dl dt {
  padding:0 0 10px 40px;
  color:#900;
  background:url("../img/bg_qanda_q.png") no-repeat 0 0;
  background-size:30px 30px;
}
#main #content #body .section dl dd {
  padding:0 0 50px 40px;
  background:url("../img/bg_qanda_a.png") no-repeat 0 0;
  background-size:30px 30px;
}





/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {


}

