@charset "UTF-8";
/* CSS Document */

/* FAQ index.html
----------------------------------------------------*/
h3.faq_img {
  width: 641px;
  height: 44px;
  background-image: url(/src/img/faq/about_bg.png);
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding-left: 45px;
  padding-top: 12px;
}

.faq_img a {
  color: #000000!important;
  font-size: 16px!important;
  width: 580px;
  height: 28px;
  display: block;
}

.faq_img a:hover {  color: #FF6600!important;}


/* FAQ about-****.html
----------------------------------------------------*/
div.cont-faq {}

.cont-faq h2 {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

.cont-faq h3 {
  width: 641px;
  height: 44px;
  background-image: url(/src/img/faq/detail_bg.png);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
/*  text-indent: 45px;*/
  padding-left: 45px;
  padding-top: 12px;
/*  margin-top: 8px;*/
}

.cont-faq div.faq-detail {
/*  width: auto;*/
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 3px;
  margin-bottom: 20px;
  padding: 5px;
}

.faq-detail h4 {
  color: #15628B;
  font-size: 14px;
  font-weight: bold;
  background-color: #F6F6F6;
  background-image: url(/src/img/faq/faq_q.gif);
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 1.4;
  margin-bottom: 7px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 3px;
  padding-left: 35px;
  padding-top: 5px;
}

.faq-detail p {
  background-image: url(/src/img/faq/faq_a.gif);
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 1.4;
  margin: 0px;
  padding-left: 35px;
  padding-right: 10px;
  padding-top: 3px;
}



/* 非表示中...
.faq_top {
  background-image: url(/src/img/faq/faq_top.gif);
  background-repeat: no-repeat;
  height: 42px;
  width: 641px;
  margin-top: 20px;
}
.faq_top_text {
  font-weight: bold;
  color: #15628b;
  text-indent: 50px;
  font-size:15px;
  padding-top: 12px;
}
.faq_mid {
  background-image: url(/src/img/faq/faq_mid.gif);
  background-repeat: repeat-y;
  width: 641px;
  height: auto;
  clear: both;
}
.faq_mid_text {
  width: 560px;
  padding-left:50px;
}
.faq_bot {
  background-image: url(/src/img/faq/faq_bot.gif);
  background-repeat: no-repeat;
  height: 7px;
  width: 641px;
}
.faq_a {
  width:18px;
  height: auto;
  margin-left: 16px;
  float:left;
}
.faq_det {
}
*/
