@charset "utf-8";


.box, .inner {
    margin: 0;
}

.ToggleTtl {
    font-size: 18px;
    display: table;
    width: 240px;
    height: 60px;
    background: url('/sp/img/faq/toggle-arrow.png') right center no-repeat;
    background-size: 13px 7px;
    padding-right: 20px;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: -20px;
}

.ToggleTtl span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}

.toggleBox .inner-box {
    margin-top: 10px;
}

.ToggleTtl.on {
    background: url('/sp/img/faq/toggle-arrow-on.png') right center no-repeat;
    background-size: 13px 7px;
}

.qAndA {
    margin: 10px 0px;
}

.qAndA span {
    display: block;
    float: left;
}

.qAndA span:last-child {
    display: block;
    float: left;
    margin-left: 10px;
    width: 235px;
}

.heading {
	width: 290px;
	height: 26px;
	padding: 0;
	background: url(/sp/img/common/bg_heading.png) 0 100% no-repeat;
	background-size: 290px 18px;
}

/*------------------------------------*/
/* insert 2014.05.14. KIPM */
/*------------------------------------*/
.faq_link {
	text-decoration: underline;
}

.faq_link:hover {
	text-decoration: none;
}

.faq_arrow {
	color: #ccc;
	font-size: 8px;
	font-weight: bold;
	padding-right: 5px;
}
.faq_pt {
	padding-top: 15px;
}
