@charset "utf-8";

/* -------------------------------------------------- */
/* よくある質問*/
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background: url(../img/fv_bg_faq.png) 0 0 no-repeat;
}



/*--------------コンテンツ--------------*/

#faqSe1 {
    margin: 0 auto 100px;
    width: 980px;
}

.faq_toggle {
  margin-bottom: 50px;
}

#faqSe1 h2{
	padding: 0 20px;
  background-image: url(../img/icon9.png);
  background-position: right 20px bottom 50%;
  background-repeat: no-repeat;
  font-size: 180%;
  color: #097c25;
  font-weight: bold;
  margin-bottom: 20px;
  border: 1px #097c25 solid;
  position: relative;
}

#faqSe1 h2.active {
  background-image: url(../img/icon10.png);
  background-position: right 20px bottom 50%;
  background-repeat: no-repeat;
}

.faqtoggleText {
	padding: 0 20px;
	display: none;
	font-size: 140%;
	letter-spacing: 0.1em;
}

#faqSe1 h2 a {
  color: #097c25;
  display: block;
  padding: 17px 0;
}

#faqSe1 p {
  font-size: 134%;
  color: #666666;
  line-height: 1.625;
  width: 875px;
  float: left;
}

.faqtoggleText {
  margin: 0 10px;
}

.faqtoggleText span {
  margin-right: 9px;
}

#faqSe1 p a {
  color: #da2805;
}

#faqSe1 p a:hover, #faqSe1 p a:active{
  text-decoration: underline;
}


