@charset "utf-8";
h3{
	background:url(../img/faq/bg_pk1.png) left top no-repeat,url(../img/faq/bg_pk2.png) right top no-repeat;
	background-size:10px 22px;
	background-color:#ff8bc2;
	height:22px;
	color:#ffffff;
	font-size:14px;
	margin-top:22px;
	padding-left:10px;
	line-height:22px;
}

/* ----------------------------------------*/
label {
    background: url(../img/faq/faq_q.gif) left no-repeat;
    padding: 12px 0 12px 24px;
    display: block;
    margin: 0;
	font-weight:bold;
}

input[type="checkbox"].on-off{
    display: none;
}

.faq_list .ans {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	margin:0;
	padding-left:26px;
    list-style: none;
	background:url(../img/faq/faq_ans.gif) no-repeat left 2px;
}
input[type="checkbox"].on-off + .ans{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + .ans{
    height: auto;
	margin-bottom:12px;
}
hr.faqhr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #696969; /* 線色 */
	height: 1px; /* 高さ */
	margin:0;
	padding:0;
}
