@charset "utf-8";
/* ===================================================================
	index.css
=================================================================== */

#qa_area .q_item {
	background: url("../images/content_sub_title_bg.png") left top no-repeat;
	min-height: 38px;
	padding: 12px 0px 0px 30px;
	font-size: 166%;
	font-weight: bold;
	color: #faeddb;
}
#qa_area .question_area {
	border-bottom:1px solid #e6d5bd;
	margin-bottom:15px;
}
#qa_area .question {
	background:url("../images/content_q_bg.png") left top no-repeat;
	min-height:30px;
	padding:10px 0px 0px 10px;
	cursor:pointer;
}
#qa_area .question span {
	display: inline-block;

	/display:inline;
	/zoom:1;
	vertical-align: middle;
	font-size: 116%;
	font-weight: bold;
	color: #550200;
}
#qa_area .question span.icon {
	background:url("../images/content_icon_que.png") left center no-repeat;
	width:40px;
	min-height:16px;
	padding-left:17px;
	font-size:141%;
	color:#860300;
	font-weight:bold;
}
#qa_area .answer {
	background: url(../images/content_answer_bg.png) left top repeat-y;
	border-left: 1px solid #e6d5bd;
	border-right: 1px solid #e6d5bd;
	border-top: 1px solid #e6d5bd;
	display: none;
	line-height: 1.5;
}
#qa_area .answer a {
	text-decoration:underline;
}
#qa_area .answer p {
	text-align:justify;
	margin:10px;
}
#qa_area .answer span {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top;
	color:#ffffff;
	width:650px;
	padding-top:5px;
}
#qa_area .answer p span.icon {
	background: url(../images/content_icon_ans.png) no-repeat left 3px;
	width: 40px;
	min-height: 16px;
	padding-left: 17px;
	padding-top: 0px;
	font-size: 141%;
	color: #fff4c3;
	font-weight: bold;
}
#qa_area .answer .answer_close {
	cursor:pointer;
}
