@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 18px;
}
#content h4.spa{
	margin-bottom: 20px;
}
#content p.no1{
	margin: 7px 0 33px;
	font-size:0.93em;
	line-height:1.6;
}
/* fir
--------------------------------------------------------------------*/
#content ul.fir{
  padding:0 0 23px;
  margin: 0 0 20px;
  border-bottom: 1px dotted #6B93D0;
}

#content ul.fir li{
  font-weight:bold;
  margin-bottom:8px;
  padding: 0 10px 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 29px;
}

#content .sec dl.clean{
  margin: 0;
}

#content .sec dl dt{
  color:#FF6600;
  font-weight:bold;
  font-size:1.14em;
  padding: 0 10px 0 30px;
  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;
}

#content .sec dl dd.spa{
  text-align:right;
  background:none;
  padding-top:11px;
}

#content div.faq{
	margin-bottom:30px;
}