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

@import url("/matrix/css/sub.css");

#faq_title_img {
	width:667px;
	height:174px;
	margin:0 auto 21px;
	position:relative;
}
#faq_title_img img {
	position:absolute;
}
#faq_title_img p{
	position:absolute;
	top:90px;
	left:90px;
	line-height:1.7;
}

.faq_section {
	margin:0 0 20px;
	position:relative;
}
.question {
	clear:both;
	border-top:3px solid #dbd7be;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-image:url(/matrix/images/sub/title_h3_bg.jpg);
	background-position:0 100%;
	background-repeat:repeat-x;
	position:relative;
	cursor:pointer;
}
.toggle_btn {
	position:absolute;
	top:9px;
	right:9px;
}
.question span.outer {
	display:block;
	border-top:1px solid #cccccc;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	background-image:url(/faq/matrix/images/icon_q.jpg);
	background-position:12px 8px ;
	background-repeat:no-repeat;
	padding-left:46px;
	line-height:1.4;
	font-size:1.14em;
}
.question .outer span {
	display:block;
	padding:12px 60px 12px 0;
	text-decoration:underline;
	color:#4978d8;
}
.answer {
	display:none;
	clear:both;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fffeea;
	background-image:url(/faq/matrix/images/icon_a.jpg);
	background-position:14px 8px ;
	background-repeat:no-repeat;
	line-height:1.5;
	zoom:1;
}
.answer_inner {
	padding:3px 13px 13px 45px;
}
.answer p{
	margin:0.5em;
}

.historyback {
	text-align:right;
	display:block;
	padding:10px 0 0;
}

.historyback img {
	text-decoration:underline;
	color:#4978d8;
	cursor:pointer;
}
