@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#faq{
    margin-bottom: 45px;
}
#faq dl {
	margin-bottom: 22px;
}
#faq dl dt {
  font-size: 1.142em;
  font-weight: bold;
  background: url(../image/icon_q.jpg) top left no-repeat;
  padding: 7px 0 2px 56px;
  margin-bottom: 7px;
  overflow: hidden;
  /zoom: 1;
}
#faq dl.last dd {
  margin-bottom: 0px;
}