@charset "UTF-8";
/* =====================
	よくあるご質問
 ======================= */
#FAQ .detail dl {
  max-width: 690px;
  margin: 0px auto;
}

#FAQ .detail dl dt {
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 0px 5px 35px;
  background: url(../images/faq/faq_icon-question.gif) left center no-repeat #eeeeee;
}

#FAQ .detail dl dd {
  margin-top: 0.3em;
  line-height: 150%;
  padding: 5px 0px 0px 35px;
  background: url(../images/faq/faq_icon-answer.gif) left top no-repeat;
}
