@charset "Shift_JIS";

/* FAQタブボタン */
#faqTabtop01,
#faqTabtop02 {
	width: 950px;
	height: 43px;
	margin-top: 10px;
}

#faqTabtop01 {
	background: url(/domtour/faq/image/faq_tab_bg01.jpg) repeat-x left bottom;
}

#faqTabtop02 {
	background: url(/domtour/faq/image/faq_tab_bg02.jpg) repeat-x left bottom;
}

#faqTabtop01 ul,
#faqTabtop02 ul {
	list-style-type: none;
}

#faqTabtop01 ul li,
#faqTabtop02 ul li {
	width: 254px;
	height: 43px;
	display: inline;
	float: left;
}

#faqTabtop01 ul li#dppkg {
	background: url(/domtour/faq/image/faq_tab_btn01-on.jpg) no-repeat left top;
	margin-left: 21px;
}

#faqTabtop01 ul li#hrc {
	background: url(/domtour/faq/image/faq_tab_btn02.jpg) no-repeat left top;
	margin-left: 10px;
}

#faqTabtop02 ul li#dppkg {
	background: url(/domtour/faq/image/faq_tab_btn01.jpg) no-repeat left top;
	margin-left: 21px;
}

#faqTabtop02 ul li#hrc {
	background: url(/domtour/faq/image/faq_tab_btn02-on.jpg) no-repeat left top;
	margin-left: 10px;
}

#faqTabtop01 ul li#hrc a,
#faqTabtop02 ul li#dppkg a {
	width: 254px;
	height: 43px;
	display: block;
}

#faqTabtop01 ul li#dppkg span,
#faqTabtop01 ul li#hrc span,
#faqTabtop02 ul li#dppkg span,
#faqTabtop02 ul li#hrc span {
	display: none;
}

#faqTabtop01 p,
#faqTabtop02 p {
	display: inline;
	float: right;
	margin-right: 50px;
}

/* 現在お問い合わせの多いご質問 */
#faqTabbody {
	background: #e7f8ff;
	margin-bottom: 11px;
	padding: 16px 21px 21px 21px;
}

#faqTabbody p.title {
	margin-bottom: 15px;
}

#faqTabbody ul {
	list-style-type: none;
	line-height: 2.0;
}

#faqTabbody ul li {
	background: url(/domtour/faq/image/q_icon.gif) no-repeat 0px 4px;
	padding-left: 18px;
}

/* 各項目ボタン */
#domIndex {
	margin-top: 40px;
}

#domIndex ul {
	padding-bottom: 15px;
}

#domIndex ul li {
	display: inline;
	float: left;
	padding: 0 5px 15px 10px;
}

#btnTop {
	width: 950px;
	background: url(/domtour/faq/hrc/image/hrc_btn_bgtop.gif) no-repeat left top;
	margin-top: 25px;
	padding-top: 5px;
}

#btnTop ul {
	background: #f3f4f9;
	padding: 7px 0 2px;
}

#btnTop ul li {
	display: inline;
	float: left;
	padding: 0 2px 3px 9px;
}

#btnBtm {
	width: 950px;
	background: url(/domtour/faq/hrc/image/hrc_btn_bgbtm.gif) no-repeat left bottom;
	padding-bottom: 5px;
}

/* 2カラム（左コンテンツ） */
#leftCol {
	width: 685px;
	display: inline;
	float: left;
	margin-top: 15px;
}

/* 2カラム（右コンテンツ） */
#rightCol {
	width: 245px;
	display: inline;
	float: right;
	margin-top: 15px;
}

/* 前のページへ戻る */
.pgbefore {
	padding: 15px 0 10px;
	font-size: 80%;
}

.pgbefore a {
	background: url(/common/image/format-icn-uparrow-before.gif) no-repeat 0px 5px;
	padding-left:10px;
}

/* ページトップへ戻るリンク（スペース調整のため新規クラス使用） */
.pgtp01 {
	padding: 15px 0 10px;
	text-align: right;
	font-size: 80%;
}

.pgtp01 a {
	background: url(/common/image/format-icn-uparrow-sky.gif) no-repeat 0px 5px;
	padding-left: 10px;
}

/* Ｑ一覧の青いところ */
#qListFrameA,
#qListFrameB {
	width: 640px;
}

#qListFrameA {
	margin-left: 20px;
	background: url(/domtour/faq/image/q_list_frame01.gif) #e7eff8 no-repeat top center;
}

#qListFrameB {
	background: url(/domtour/faq/image/q_list_frame02.gif) no-repeat bottom center;
}

#qListFrameA ul {
	padding: 10px 10px 10px 20px;
	font-size: 80%;
}

#qListFrameA ul li {
	background: url(/domtour/faq/image/q_list_btn.gif) no-repeat top left;
	_background-position: 0px 3px;
	margin-bottom: 5px;
	padding-left: 17px;
}

#qListFrameA ul a {
	color: #003466;
}

#qListFrameA .subtitle {
	margin:0 10px;
	padding:10px 0 5px 3px;
	border-bottom:1px dotted #aaa;
	font-weight:bold;
	font-size: 80%;
}

/* ＦＡＱ本体（div#FAQbody） */
#FAQbody {
	width: 685px;
	margin-top: 20px;
}

#FAQbody h3 {
	background: url(/domtour/faq/image/q_bg.gif) bottom left;
	margin: 5px 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	border-top: 1px solid #dbdbdb;
}

#FAQbody h3 span {
	background: url(/domtour/faq/image/q_icon.gif) no-repeat top left;
	margin: 8px 8px 0px 5px;
	padding: 1px 0px 8px 20px;
	display: block;
}

#FAQbody .Answer {
	font-size: 80%;
}

#FAQbody .Answer p {
	margin: 0;
	padding: 8px 8px 10px 5px;
	line-height: 1.2;
}

#FAQbody ul li {
	margin: 0 0 4px 15px;
}

#FAQbody ul li a {
	background: url(/common/image/format-icn-link.gif) scroll no-repeat left 1px;
	padding-left: 15px;
}

#FAQbody a:link,
#FAQbody a:visited,
#FAQbody a:hover,
#FAQbody a:active {
	color: #0000CC;
	text-decoration: underline;
}
