@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
よくある質問
------------------------------------------------------------------------------ */
.faqTit {
font-size: 123.1%;
font-weight: bold;	
margin-bottom: 10px;
}
.accordion {
margin-bottom: 40px;	
}
.accordion li {
margin-bottom: 20px;
}
.faqQuestion {
margin-bottom: 10px;	
border-bottom: dotted 1px #5158A0;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 3px;
}
.faqQuestion a {
background-image: url(../faq/img/arrow_open.gif);
background-repeat: no-repeat;
background-position: right center;	
padding-right: 23px;
}
.faqQuestion a.selected {
background-image: url(../faq/img/arrow_close.gif);
}
.faqQuestion a:hover {
text-decoration: none;
}
.faqQuestion a:link {
text-decoration: none;
}
.faqQuestion span {
font-size: 1.5em;
font-weight: bold;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding-right: 0.5em;
}
.faqAnswer {
padding-left: 2.4em;
text-indent: -2.3em;
margin-bottom: 30px;
}
.faqAnswer span {
color: #f00;
font-size: 1.6em;
font-weight: bold;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding-right: 0.5em;
}
.faqContent {
display: none;
}