@charset "utf-8";

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




#content p.end{
  margin-bottom:25px;
}

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

#content ul.fir li{
  float:left;
  width:257px;
  font-weight:bold;
  margin-bottom:7px;
  padding: 3px 0 3px 33px;
  background:url(../image/faq_q.jpg) left top no-repeat;
}



/* sec
--------------------------------------------------------------------*/
#content .sec{
  margin-bottom:32px;
}

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

#content .sec dl.spa{
  margin-bottom:0;
}

#content .sec dl dt{
  font-weight:bold;
  padding: 3px 0 0 32px;
  margin-bottom:16px;
  background:url(../image/faq_q.jpg) left center no-repeat;
}

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