@charset "UTF-8";
/*-----------------------------------------------------

	FAQ CSS (LastUpDate:2012.08.24)
	
		- Contents
		- FAQ

-----------------------------------------------------*/
/*-----------------------------------------------------

	Contents

-----------------------------------------------------*/
.Contents {
	margin-right: 46px !important;
}


/*-----------------------------------------------------

	FAQ

-----------------------------------------------------*/
.Contents ul li {
	margin-bottom: 15px;
	background: url(../img/index_framebg.gif) #f8f6f0 repeat-y top right;
}

.Contents ul li.end {
	margin-bottom: 0;
}

.Contents ul li dl {
	padding-bottom: 22px;
	background: url(../img/index_framebtm.gif) no-repeat bottom left;
	position: relative;
}

.Contents ul li dt.Question {
	padding: 17px 0 4px 52px;
	background: url(../img/index_frametop.gif) no-repeat top left;
	font-size: 132%;
	color: #605040;
}

.Contents ul li dd.AnswerBtn {
	position: absolute;
	top: 20px;
	left: 660px;
}

.Contents ul li dd.AnswerBtn a {
	padding-top: 18px;
	height: 0;
	width: 116px;
	overflow: hidden;
	display: block;
}

.Contents ul li dd.AnswerBtn-closed {
	background: url(../img/index_btn_open.gif) no-repeat top left;
}

.Contents ul li dd.AnswerBtn-opened {
	background: url(../img/index_btn_close.gif) no-repeat top left;
}

.Contents ul li dd.Answer {
	padding: 11px 22px 0 52px;
	background: url(../img/index_abg.gif) no-repeat;
	background-position: 19px 11px;
	font-size: 108%;
}

.Contents p {
	margin-bottom: 15px;
	font-size: 108%;
}

.Contents h3.FAQ {
	background: none !important;
	margin-bottom: 10px !important;
	padding: 0 !important;
	font-size: 116%;
	font-weight:bold;
	color:#605040;
}