<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
#faq .con_faq {
  width: 960px;
  margin: 50px auto 0;
}
#faq .con_faq .box_faq {
  margin: -80px auto 45px;
  padding: 80px 0 0;
}
#faq .con_faq .box_faq h3 {
  margin: 0 0 20px;
}
#faq .con_faq .box_faq dl dt .tit_q {
  padding: 18px 0 15px 40px;
  background: url(../faq/images/ic_q.png) no-repeat left 13px;
  color: #30719e;
  text-decoration: underline;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
#faq .con_faq .box_faq dl dd {
  border-bottom: 1px solid #e9e9e9;
}
#faq .con_faq .box_faq dl dd .txt_a {
  padding: 13px 0 13px 30px;
  background: url(../faq/images/bg_a.gif) repeat 0 0;
}
#faq .con_faq .box_faq dl dd .txt_a .txt {
  background: url(../faq/images/ic_a.png) no-repeat 5px 10px;
  padding: 13px 0 13px 60px;
}

/* -----------------------------------------------------------
	.box_pnav	アンカーリンク
----------------------------------------------------------- */
#contents .box_pnav {
  width: 960px;
  margin: 30px auto 50px;
}
#contents .box_pnav .pnav {
  width: 960px;
  overflow: hidden;
}
#contents .box_pnav .pnav li {
  float: left;
  margin: 0 9px 0 0;
}
#contents .box_pnav .pnav li.last {
  margin: 0;
}
</pre></body></html>