@charset "utf-8";
/* ===================================================================
CSS information

 file name  :faq.css
 style info :よくあるご質問ページ
=================================================================== */
#header {
	background: url(../images/main_img.jpg) 0 bottom no-repeat;
}

#sub #lnav dt {
	background: url(../images/menu_title.jpg) 0 0 no-repeat;
}

#faq_area {
}

#faq_area #faq_nav {
}

#faq_area #faq_nav li {
	float: left;
	margin-bottom: 7px;
	padding-left: 12px;
}

#faq_area #faq_nav li a {
	display: block;
	width: 330px;
	height: 69px;
	background: url(../images/fsq_btn.jpg) 0 0 no-repeat;
	text-indent: -5000em;
	overflow: hidden;
}

#faq_area #faq_nav li#faq_nav1 a {
	background-position: 0 0;
}

#faq_area #faq_nav li#faq_nav2 a {
	background-position: -346px 0;
}

#faq_area #faq_nav li#faq_nav3 a {
	background-position: 0 -76px;
}

#faq_area #faq_nav li#faq_nav4 a {
	background-position: -346px -76px;
}

#faq_area #faq_nav li#faq_nav5 a {
	background-position: 0 -154px;
}

#faq_area h2 {
	margin-bottom: 1em;
	padding-left: 2em;
	background: url(../images/faq_title.jpg) 0 0 no-repeat;
	line-height: 30px;
}

#faq_area .all_answer {
	margin-left: 12px;
	width: 11em;
	border: 1px solid #0c3086;
	text-align: center;
	cursor: pointer;
}

#faq_area #faq_list {
	margin-bottom: 1em;
	padding-left: 1em;
}

#faq_area #faq_list li a {
	padding-left: 1em;
	background: url(../../images/share/arrow5.jpg) 0 center no-repeat;
}

#faq_area .faq_section {
	margin-bottom: 30px;
	padding: 0 2em 0 1em;
}

#faq_area .faq_section dl {
}

#faq_area .faq_section dl dt {
	padding: 5px 0 5px 2.5em;
	background: url(../images/faq_icon.gif) 5px -77px no-repeat;
	border-bottom: 1px dashed #999;
	color: #447ce6;
	cursor: pointer;
}

#faq_area .faq_section dl dt:hover {
	background-color: #447ce6;
	color: #fff;
}

#faq_area .faq_section dl dt.open {
	background: url(../images/faq_icon.gif) 5px 6px no-repeat #ccc;
}

#faq_area .faq_section dl dd {
	padding: 5px 0 5px 3.5em;
	background: url(../../images/share/arrow2.jpg) 30px 10px no-repeat;
	border-bottom: 1px dashed #999;
}

#faq_area .faq_section dl dd table {
	font-size: 1em;
}

#faq_area .faq_section dl dd table th,
#faq_area .faq_section dl dd table td {
	padding: 3px 5px;
}

