/* よくあるご質問 */
.faqArea {
  background: url(../img/top/faq_bg.gif) repeat;
  padding: 80px 0 50px;
}
.faqArea h2 {
  margin: 0 0 30px;
  text-align: center;
}
.faqArea .contentIn {
  border: none;
  background: none;
}
.faqArea .box {
  font-size: 20px;
  padding: 30px 40px 15px;
  border-bottom: 1px dotted #333;
}
.faqArea .ques {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  min-height: 45px;
  background: url(../img/top/faq_q.gif) no-repeat left top;
  padding: 0 0 0 60px;
}
.faqArea .ans {
  color: #333;
  font-size: 14px;
  background: url(../img/top/faq_a.gif) no-repeat left top;
  min-height: 45px;
  padding: 5px 0 10px 60px;
}
.faqArea .textbox {
  width: 980px;
  max-width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
.faqArea .textbox p {
  color: #000;
}
.faqArea .blog_btn {
  text-align: center;
  margin: 75px auto 0;
}