@charset "UTF-8";

/*========================================

	faq.css
	
========================================*/

@import "common.css";
@import "base.css";


/* ●トップページ -------------------- */
/* corner_menu */
#faq-menu {
	height: 106px;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

#faq-menu li {
	list-style: none;
	font-weight: bold;
	float: left;
	text-align:center;
}

/*#faq-menu li a {
	display: block;
	width: 108px;
	height: 35px;
	margin: 0 3px 0 0;
	padding: 18px 5px 0 10px;
	font-weight: bold;
	background: url(/img/faq/sub_menu_bg.gif) no-repeat;
}*/

#faq-menu li a {
	display: block;
	height: 35px;
	padding: 18px 5px 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.faq-menu01 a {
	display: block;
	width: 193px;
	margin: 0 3px 0 0;
	margin-top: 3px;
	background: url(../img/faq/sub_menu_bg.gif) right no-repeat;
}

.faq-menu02 a {
	display: block;
	width: 193px;
	margin: 0;
	margin-top: 3px;
	background: url(../img/faq/sub_menu_bg.gif) right no-repeat;
}

.faq-menu01 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/faq/sub_menu_bg2.gif) right no-repeat;
}

.faq-menu02 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/faq/sub_menu_bg2.gif) right no-repeat;
}

.faq-box {
	
}

.faq-box li {
	list-style: none;
	margin: 0;
	padding: 9px 5px 9px 2px;
	background: url(../img/faq/line.gif) no-repeat bottom;
}

.faq-box li p {
	padding: 0 0 0 15px;
	background: url(../img/common/icon_link.gif) 0 3px no-repeat;
}

.faq-box-det a,
.faq-box a{
	color:#bb5e48;
	text-decoration:none;
}

.faq-box-det a:hover,
.faq-box a:hover {
	color:#bb5e48;
	text-decoration: underline;
}

/* ●詳細ページ -------------------- */
.faq-box-det {

}

.faq-box-det p {
	padding: 0 5px 12px 5px;
}

.faq-box-det ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
}

.faq-box-det li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-space {
	width: 630px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.faq-reason-btn {
	width: 630px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.on a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(/img/faq/sub_menu_bg2.gif) right no-repeat;
}

.on2 a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(/img/faq/sub_menu_bg2.gif) right no-repeat;
}

.faq-box-data {
	margin: 20px auto 0 auto;
	padding: 0 0 4px 12px;
	text-align: right;
	font-size: 78%;
}
.faq-box-data a {
	color: #222;
	text-decoration: none;
}
.faq-box-data a:hover {
	color: #222;
	text-decoration: underline;
}


