@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



#content h3{
  margin-bottom:20px;
}

/* fir
--------------------------------------------------------------------*/
#content ul.fir{
  padding: 0 0 20px 2px;
  margin: 0 0 18px;
  background:url(../image/faq_firbg.jpg) left bottom no-repeat;
}

#content ul.fir li{
  font-weight:bold;
  line-height:1.6;
  margin-bottom:11px;
  padding: 0 0 0 31px;
  background:url(../image/faq_q.jpg) left top no-repeat;
}

#content ul.fir li.clean{
  margin-bottom:0;
}

/* sec
--------------------------------------------------------------------*/
#content .sec{
  padding: 0 0 30px 2px;
}

#content .sec dl{
  margin: 0 0 18px;
}

#content .sec dl.clean{
  margin: 0;
}

#content .sec dl dt{
  font-weight:bold;
  font-size:1.14em;
  padding-left:31px;
  margin-bottom:1px;
  background:url(../image/faq_q.jpg) left 3px no-repeat;
}

#content .sec dl dd{
  letter-spacing:-0.4px;
  padding: 0 0 3px 31px;
  background:url(../image/faq_a.jpg) left 3px no-repeat;
}


