@charset "utf-8";


/*==================================
¤è¤¯¤¢¤ëÙ|†–
================================== */


#faq h4{
  color:#9A2C6B;
  font-size:123.1%;
  border-bottom:1px solid #9A2C6B;
  margin-bottom:15px;
  padding:7px 0px;
  font-weight:bold;
}

dl.qaList{
  margin-bottom:30px;
}

dl.qaList dt{
  font-size:108%;
  padding:10px 0px;
  display:block;
  cursor:pointer;
   border-bottom:1px dotted #999999;
}

dl.qaList dt span{
  font-size:116%;
  margin-right:8px;
  background:#9A2C6B;
   color:#fff;
   padding:5px 10px;
}

dl.qaList dd{
  background:#FCF5F9;
  margin:10px 0px 15px 35px;
 padding: 15px 15px 15px 2.5em;
text-indent:-1.5em;
line-height:165%;
display:none;
}

dl.qaList dd span{
  font-size:116%;
  margin-right:5px;
  font-weight:bold;
   color:#9A2C6B;
}

dl.qaList dd a{
  text-decoration:underline;
}