@charset "utf-8";
/* CSS Document */


/*///// faq /////*/
/* tab */

.faq-tab01 a {
	background: url(../images/tab-01.gif) no-repeat top left;
	width: 318px;
	height: 52px;
}

.faq-tab02 a {
	background: url(../images/tab-02.gif) no-repeat top left;
	width: 318px;
	height: 52px;
}

.faq-tab03 a {
	background: url(../images/tab-03.gif) no-repeat top left;
	width: 318px;
	height: 52px;
}


/* content */

.bg-bl01 {
	padding-bottom: 100px;
}

.faq-acdon .faq-toggle {
	cursor: pointer;
	padding: 35px 0 40px 118px;
	background: #fff;
	font-size: 25px;
	font-weight: 200;
	line-height: 30px;
	letter-spacing: 3px;
	border-top: 1px solid #ccc;
	position: relative;
	text-indent: -82px;

}

.faq-acdon .faq-toggle.open {
	padding: 42px 0 40px 118px;
	text-indent: -80px;
}

.faq-acdon .faq-toggle:before {
	content: url(../images/open.gif);
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin-right: 50px;
	position: relative;
	top: 5px;
}

.faq-acdon .faq-toggle.open:before {
	content: "";
	padding-right: 30px;
}

.faq-acdon .faq-toggle.open:after {
	content: url(../images/close.gif);
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin-right: 50px;
	position: absolute;
	top: 40px;
	left: 116px;
}

.lastbd {
	border-bottom: 1px solid #ccc;
}

.lastbd.open {
	border-bottom: 0;
}

.faq-acdon dd {
	display: none;
	background: #fff;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 40px 150px;
}

.f-btn-area {
	width: 960px;
	margin: 50px 0 136px;
	font-size: 0;
}

.f-btn-area li {
	display: inline-block;
	margin-right: 40px;
}

.f-btn-area li:last-child {
	margin-right: 0;
}