@charset "utf-8";

body.faq #main .section {
  font-size:93%;
}

body.faq #main h3 {
  margin-top:10px;
}

body.faq #main h4 {
  margin-bottom:10px;
  background:url(../../img/common/ic-arrow2.gif) no-repeat 0 0;
  padding-left:20px;
  line-height:1;
}

body.faq #main div.answer {
  margin-bottom:20px;
  padding:15px;
  border:solid 1px #e8e8e4;
  background-color:#fff;
}

body.faq #main div.answer  p{
  margin-bottom:10px;
}

body.faq #main .imgCenter {
  display: block;
  margin:10px auto;
  text-align: center; 
}

/* ----------  お問い合わせ */
body.faq div.btn {
  margin-top:40px;
  text-align:center;
  font-size:93%;
}
body.faq div.btn p {
  margin-bottom:10px;
}

/* ==========================
    
    各質問別設定
    
========================== */
/* ----------  Q1 */
body.faq div.q1 {
  background-color:#fff;
  width:517px;
  margin:20px 0 10px 0;
  text-align:left:
}
body.faq div.q1 div.q1left {
  float:left;
  width:239px;
  margin:0 19px 0 0;
}
body.faq div.q1 div.q1left img {
  margin:0;
  padding:0;
}

body.faq div.q1 div.q1right {
  float:left;
  width:240px;
  padding-left:18px;
  border-left:dotted 1px #ccc;
}
body.faq div.q1 div.q1right img {
  margin:0;
  padding:0;
}

body.faq div.q1 ul.q1 {
  margin-top:10px;
  font-size:93%;
}
body.faq div.q1 ul.q1 li {
  line-height:22px;
  margin:0 0 5px 0;
  padding:0 0 0 88px;
  list-style:none;
}
body.faq div.q1 ul.q1 li.merit {
  background:url(../../img/faq/001-2-1.gif) no-repeat top left;
}
body.faq div.q1 ul.q1 li.demerit {
  background:url(../../img/faq/001-2-2.gif) no-repeat top left;
}

/* ----------  Q2 */
body.faq div.q2 {
  background-color:#fff;
  width:517px;
  text-align:left;
  margin-top:10px;
}
body.faq div.q2 p.q2 {
  font-weight:bold;
  margin:10px 0;
  padding:0;
}
body.faq div.q2 p.subText {
  width:400px;
  padding:10px;
  margin:10px 0 10px 30px;
  border:solid 1px #E1E1E1;
  font-size:10px;
}
body.faq div.q2 p.subText em {
  font-weight:bold;
}
body.faq div.q2 p.small {
  font-size:10px;
  margin-left:30px;
}

/* ----------  登録してから〜 */
body.faq #main table#touroku {
  background:url(../../img/faq/touroku.gif) no-repeat 0 0;
}

body.faq #main table#touroku td.left {
  width:100px;
}

body.faq #main table#touroku td.right{
  vertical-align:middle;
  height:108px;
}
