@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



/* fir
--------------------------------------------------------------------*/
#content ul.fir{
  padding:0 0 19px;
  margin: 0 0 20px;
  border-bottom: 1px dotted #6B93D0;
}

#content ul.fir li{
  font-weight:bold;
  line-height:1.6;
  margin-bottom:12px;
  padding: 0 0 0 30px;
  background:url(../image/faq_q.jpg) left top no-repeat;
}

#content ul.fir li.clean{
  margin-bottom:0;
}

/* sec
--------------------------------------------------------------------*/
#content .sec{
  padding: 0 0 33px;
}

#content .sec dl{
  margin: 0 0 21px;
}

#content .sec dl.clean{
  margin: 0;
}

#content .sec dl dt{
  color:#333;
  line-height:1.6;
  font-weight:bold;
  font-size:1.14em;
  padding: 0 0 0 30px;
  margin-bottom: 3px;
  background:url(../image/faq_q.jpg) left top no-repeat;
}

#content .sec dl dd{
  padding: 0 0 0 30px;
  background:url(../image/faq_a.jpg) left 2px no-repeat;
}



