/* ===================================================================
CSS information

 file name  :faq.css
 author     :Ability Consultant
style info  :Q&A
=================================================================== */
#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
	background: url(../images/header/bg_main.jpg) center bottom repeat-x;
}
.con_main .box_main {
	height: 250px;
	margin: 0 auto;
	background: url(../faq/images/bg_title.jpg) center 0 no-repeat;
}
.con_main .box_main h2 {
	padding-top: 100px;
	text-align: center;
}

/* -----------------------------------------------------------
	#tabmenu
----------------------------------------------------------- */
.con_tabmenu {
	background: url(../news/images/bg_line_news.png) 0 bottom repeat-x;
	padding-bottom: 2px;
	padding-left: 30px;
	margin: 30px 0 0 0;
}
.con_tabmenu #tabmenu {
	overflow: hidden;
	border-left: 1px solid #cec0a8;
}
.con_tabmenu #tabmenu li {
	float: left;
	display: table;
	border-right: 1px solid #cec0a8;
	border-top: 1px solid #cec0a8;
	border-bottom: 1px solid #cec0a8;
	margin-bottom: -1px;
}
.con_tabmenu #tabmenu li a {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	height: 45px;
	color: #2c2100;
	text-decoration: none !important;
	padding: 0 10px;
	background: #efe0ca;
}
.con_tabmenu #tabmenu li a:hover, .con_tabmenu #tabmenu li a.selected {
	background: url(../images/common/bg_brown.jpg) 0 0;
	color: #fff;
}

/* -----------------------------------------------------------
	.con_faq
----------------------------------------------------------- */
.wrapp_faq {
	margin: 30px 0 0 0;
	padding: 30px;
	background: url(../faq/images/bg_faq.jpg) 0 0;
}

.con_faq .box_title {
	background: url(../images/common/bg_subst.png) 0 bottom repeat-x;
	margin-bottom: 10px;
}
.con_faq .box_title h3 {
	background: url(../images/common/ic_subst.png) 0 5px no-repeat;
	color: #764D17;
	font-size: 120%;
	padding: 2px 0 9px 24px;
}
.con_faq dl {
	overflow: hidden;
}
.con_faq dl dt {
	background: url(../news/images/bg_line_news.png) 0 bottom repeat-x;
	padding: 20px 0;
	text-decoration: underline;
	cursor: pointer;
	width: 100%;
}
.con_faq dl dt:hover {
	text-decoration: none;
}
.con_faq dl dt span {
	padding-left: 40px;
	background: url(../faq/images/ic_q.png) 10px center no-repeat;
}
.con_faq dl dd {
	background: url(../faq/images/bg_a.jpg) 0 0;
	padding: 10px;
	margin-top: 10px;
	display: none;
	float: left;
}
.con_faq dl dd span {
	background: url(../faq/images/ic_a.png) 0 0 no-repeat;
	padding-left: 30px;
	display: block;
}

#main .btn_top {
	background: url(../images/common/bg_subst.png) 0 top repeat-x;
	padding-top: 20px;
	text-align: center;
	margin: 50px 0 0 0;
}
