@charset "UTF-8";


/*
	--------------------------
	faq.css
	modefied: 2013.9.20
	--------------------------
*/



/* -----------------------------
	FAQ
------------------------------ */

/*	ページ内共通
------------------------------ */


#mainContent .section {
	width: 610px;
	margin: 20px 0 0 0;
	padding: 16px 20px 20px 20px;
	background: #fff;
}


/*	タイトル
------------------------------ */

#title {
	margin: 0 0 20px 0;
}

#title h2 {
	position: relative;
	width: 950px;
	padding: 16px 0 10px 0;
	background: #fff url(../../common/img/h_line_01.png) no-repeat;
}

#title h2 span {
	display: block;
	padding: 0 0 0 57px;
	background: url(../../common/img/h_ico_tour_01.png) no-repeat 13px 2px;
	color: #001352;
	font-size: 125%;
	line-height: 1.5;
	font-weight: bold;
}



/*	FAQ共通
------------------------------ */

.faqCatName {
	padding: 0 0 7px 0;
	background: url(../../img/faq/h_line_01.png) no-repeat left bottom;
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
}

dl.faqQ {
	width: 580px;
}

dl.faqQ dt {
	width: 26px;
}

dl.faqQ dt img {
	display: block;
}



/*	ページ内ナビ
------------------------------ */

#mainContent #faqNav {
	margin: 0;
}

#faqNav .faqCategory {
	padding: 0 0 20px 0;
}

#faqNav ul {
	padding: 3px 0 0 15px;
}

#faqNav ul li {
	padding: 11px 0 0 0;
}

#faqNav ul li dl.faqQ dd {
	margin: -22px 0 0 26px;
	font-size: 87.5%;
	line-height: 1.786;
}

#faqNav ul li dl.faqQ dd a {
	color: #444444;
}

#faqNav ul li dl.faqQ dd a:hover {
	color: #666666;
	text-decoration: none;
}



/*	FAQ コンテンツ
------------------------------ */

#faqContents .faqCategory {
	padding: 0 0 25px 0;
}

#mainContent #faqContents:first-child {
	margin-top: 0;
}

#faqContents .faqSet {
	margin: 30px 0 0 0;
	padding: 22px 0 0 15px;
	background: url(../../common/img/ds_h_01.png) repeat-x;
}

#faqContents .faqCatName + .faqSet {
	margin: 0;
	background: none;
}

#faqContents .faqSet dl.faqQ dd {
	margin: -24px 0 0 26px;
	font-size: 100%;
	line-height: 1.813;
	font-weight: bold;
}

#faqContents .faqSet dl.faqA {
	width: 555px;
	padding: 6px 0 0 0;
}

#faqContents .faqSet dl.faqA dt {
	width: 26px;
	padding: 0 0 0 25px;
	background: url(../../img/faq/bg_a.png) no-repeat 7px 4px;
}

#faqContents .faqSet dl.faqA dt img {
	display: block;
}

#faqContents .faqSet dl.faqA dd {
	margin: -21px 0 0 51px;
	font-size: 87.5%;
}

#faqContents ul.btns li.btnBack a {
	display: block;
	width: 190px;
	margin: 40px auto 0 auto;
	padding: 5px;
	border: none;
	border-radius: 3px;
	background: #828278;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

#faqContents ul.btns li.btnBack a:hover {
	filter: alpha(opacity=80);
	opacity: 0.80;
}

#faqContents .faqSet .pagetop {
	padding: 20px 15px 3px 15px;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}

#faqContents .faqSet .pagetop a {
	padding: 0 0 0 18px;
	background: url(../../img/faq/arw_u_01.png) no-repeat left center;
	color: #444444;
}