@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
	background:url(/fuji/common/images/bg_main.jpg) repeat-x top;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}




/* -----------------------------------------------------------
	#pagetop
		ページトップへ
----------------------------------------------------------- */

.div-page-top{
	text-align:center;
	clear:both;
	overflow:hidden;
	width:904px;
}


p.re-page-top{
	float:right;
	background:url(/fuji/common/images/icons/icon_top.gif) no-repeat left;
	width:10em;
	margin:10px 0 0 0;
	padding-left:6px;
	text-align:right;
	font-size:13px;
}

p.re-page-top a, a:hover{
	text-decoration:underline;
	color:#333;
}


























/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
.cource-block{
	overflow:hidden;
	clear:both;
}

.cource-block #h1-2day{
	background:url(images/h1_title_2day.gif) no-repeat top;
	height:52px;
	padding:23px 0 0 95px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

.cource-block #h1-2day .f12{
	line-height:0.5;
	font-weight:normal;
}

/*Aコース*/
.cource-block #title-A{
	background:url(../common/images/title/h1_title_a.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 65px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*Bコース*/
.cource-block #title-B{
	background:url(../common/images/title/h1_title_b.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 65px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*Cコース*/
.cource-block #title-C{
	background:url(../common/images/title/h1_title_c.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 65px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*Dコース*/
.cource-block #title-D{
	background:url(../common/images/title/h1_title_d.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 65px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*D1コース*/
.cource-block #title-D1{
	background:url(../common/images/title/h1_title_d1.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 100px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*D2コース*/
.cource-block #title-D2{
	background:url(../common/images/title/h1_title_d2.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 100px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}


/*Eコース*/
.cource-block #title-E{
	background:url(../common/images/title/h1_title_e.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 65px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*Fコース*/
.cource-block #title-F{
	background:url(../common/images/title/h1_title_f.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 65px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*Gコース*/
.cource-block #title-G{
	background:url(../common/images/title/h1_title_g.gif) no-repeat top;
	height:47px;
	padding:12px 0 0 65px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

/*ニチアン・スゴ売れコース*/
.cource-block #title-sp{
	background:url(../common/images/title/h1_title_special.gif) no-repeat top;
	height:70px;
	padding:34px 0 0 130px;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0 0 20px 0;
}

.cource-block .f12{
	line-height:0.5;
	font-weight:normal;
}

.small-text{
	font-size:13px;
	margin-left:20px;
	margin-right:5px;
	font-weight:normal;
	}


h1 .yen{
		color:#ea0000;
		font-size:11px;
		font-weight:bold;
}

h1 .price{
	color:#ea0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:0.8;
}

#tour-img{
	width:240px;
	margin-right:20px;
	float:left;
}

#tour-img2{
	width:290px;
	margin-right:20px;
	float:left;
}

#tour-copy{
	width:594px;
	float:right;
}

#tour-catch-strong{
	font-size:16px;
	color:#f15b00;
	margin-bottom:4px;
	font-weight:bold;
	line-height:1.2;
}

#tour-catch{
	margin:0;
	padding:0;
}

#tour-catch ul li{
	font-size:14px;
	line-height:1.4;
	margin:2px 0 0 0;
}

/* -----------------------------------------------------------
	#アイコンの入ったテーブル
----------------------------------------------------------- */

#icon-table table{
	width:594px;
	margin:16px 0 0 0;
}

#icon-table tr td{
	padding:0;
	}

td.width86px{
	width:86px;
}

td.width86px img{
	margin-bottom:4px;
}

td.width88px{
	width:88px;
}

td#width237px{
	width:237px;
	background:#f4f4f4;
}

td#width237px img{
	margin:0 2px 3px 0;
}

td#width237px p{
	font-size:13px;
	font-weight:bold;
	width:231px;
	margin:3px;
}
/* -----------------------------------------------------------
	#ページ内部リンク
----------------------------------------------------------- */


div.pagelink-block{
	width:888px;
	overflow:hidden;
	margin:16px 0;
	background:#e5f0f2;
	font-size:15px;
	line-height:1.6;
	clear:both;
}


#page-link{
	width:670px;
	float:left;
	padding:0;
	line-height:1.4;
}

#btn-yoyaku-link{
	display:block;
	width:169px;
	float:right;
	margin:0 0 0 0;
	padding:0;
}

/* -----------------------------------------------------------
	#コンテンツごとのブロック
----------------------------------------------------------- */

.content-block{
	width:904px;
	margin-bottom:16px;
	overflow:hidden;
	clear:both;
}

#model_plan{
	overflow:hidden;
	}

.content-block h2{
	display:block;
	background:url(images/h3_title_blue.gif) no-repeat top;
	width:814px;
	height:37px;
	padding:10px 0 0 90px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:16px;
}

.content-block h2 span{
	font-size:12px;
	color:#555;
	margin-left:20px;
	font-weight:normal;
}



#h2-yoyakusuru{
	display:block;
	background:url(images/h3_title_orange.gif) no-repeat top;
	width:814px;
	height:37px;
	padding:10px 0 0 90px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:16px;
}

#h2-caution{
	display:block;
	background:url(images/h3_title_gray.gif) no-repeat top;
	width:814px;
	height:37px;
	padding:10px 0 0 90px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:16px;
}

/* -----------------------------------------------------------
	#schedule
		行程表
----------------------------------------------------------- */

/*#schedule table{
	width:904px;
	margin:0 0 10px 0;
	border-top:1px solid #ccc;
}

#schedule table strong{
	color:#333;
	font-size:14px;
	font-weight:bold;
}

#schedule table strong span{
	font-size:11px;
}

#schedule table tr th{
	background:#b1b6b7;
	width:2.3em;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	padding:auto;
	border-bottom:1px solid #ccc;
	}

#schedule table tr td{
	font-size:13px;
	line-height:1.6;
	padding:4px 8px;
	text-align:left;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}*/


#bus-route .list-chuui{
	width:510px;
	float:right;
	margin:0 0 0 10px;
}

.list-chuui{
	margin-top:10px;
	font-size:12px;
	line-height:1.4;
}

.list-chuui h4{
	color:#333;
}

.list-chuui ul li{
	margin-bottom:3px;
	color:#555;
}

.list-chuui table{
	width:300px;
}


.list-chuui tr th{
	background:#eee;
	padding:3px;
}

/* -----------------------------------------------------------
	#schedule
		カレンダー
----------------------------------------------------------- */

/*カレンダーの中の色*/

/*ニチアン*/
td.td-A{
	background:#fa8989;
	text-align:center;
	color:#333;
	}
	
td.td-B{
	background:#ffd823;
	text-align:center;
	color:#333;
	}

td.td-C{
	background:#ddff23;
	text-align:center;
	color:#333;
	}

td.td-D{
	background:#9deb5d;
	text-align:center;
	color:#333;
	}

td.td-E{
	background:#b8e0ea;
	text-align:center;
	color:#333;
	}

td.td-F{
	background:#93c5f7;
	text-align:center;
	color:#333;
	}

td.td-G{
	background:#d7c970;
	text-align:center;
	color:#333;
	}

td.td-H{
	background:#fcff00;
	text-align:center;
	color:#333;
	}
	
td.td-I{
	background:#ddd;
	text-align:center;
	color:#333;
	}

td.yellow{
	background-color:#FBD951;
	text-align:center;
	color:#333;
}

td.pink{
	background-color:#f187b1;
	text-align:center;
	color:#333;
}

td.blue{
	background-color:#68ceec;
	text-align:center;
	color:#333;
}

td.white{
	background-color:#fff;
	text-align:center;
	color:#333;
}



#cal_box{
	overflow:hidden;
	clear:both;
	margin:0 0 16px 0;
	text-align:center;
	padding:1px 95px 0 95px;
	width:714px;
	
}


#cal_box-nit2{
	overflow:hidden;
	clear:both;
	margin:0 0 16px 0;
	text-align:center;
	padding:1px 0 0 0;
	width:904px;
	
}

#cal_box-nit2 #banner{
	width:180px;
	float:left;
	margin:130px 0 0 5px;
}

.cal_box2{
	overflow:hidden;
	clear:both;
	margin:0 auto 16px auto;
	text-align:center;
	padding:3px 8px;
	
}

.cal_list{
	float:left;
	width:226px;
	margin:1px 0 0 0;
	font-size:12px;
	text-align:center;
}

.cal_list table{
	width:220px;
	margin:1px;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
}

.cal_list tr td{
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
}


#price_tag{
	clear:both;
	overflow:hidden;
}



.td_calt{
	text-align:center;
	background:#ededed;
	font-weight:bold;
	padding:3px;
}

.td_01{
	padding:2px;
	text-align:center;
	font-size:13px;
}
.fee {
	clear:both;
	margin:10px 0;
	font-size:87.5%;
}

.fee td {
	padding:5px 20px;
	text-align:center;
	border:1px solid #ccc;
}

.fee span {
	padding:3px;
	border:1px solid #ccc;
	background-color:#FFCCCC;
}

.margin-right15px{
	margin-right:15px;
}


div.fee-table{
	width:712px;
	overflow:hidden;
	clear:both;
	margin:3px auto;
	text-align:left;
	padding:3px;
	font-size:13px;
	text-align:center;
}


div.fee-table table{
border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}	

div.fee-table tr td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:2px;
}

div.fee-table tr th{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:1px;
	color:#555;
	background:#ededed;
}

	
td.td-price{
	color:#ea0000;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	}
	
	.kuuseki-btn{
	text-align:center;
	padding:6px auto;
}

.kuuseki-btn a{
	display:block;
	width:131px;
	height:29px;
	padding:5px 6px 0 6px;
	background:url(images/btn_kuuseki_off.gif) no-repeat top;
	margin:6px auto 2px;
	font-size:14px;
	font-weight:bold;
}

.kuuseki-btn a:hover{
	background:url(images/btn_kuuseki_on.gif) no-repeat top;
	color:#fff;
}


*html .kuuseki-btn{
	text-align:center;
	padding:6px auto;
}

*html .kuuseki-btn a{
	display:block;
	width:131px;
	height:29px;
	padding:5px 6px 0 6px;
	background:url(images/btn_kuuseki_off.gif) no-repeat top;
	margin:6px auto 2px;
	font-size:14px;
	font-weight:bold;
}

*html .kuuseki-btn a:hover{
	background:url(images/btn_kuuseki_on.gif) no-repeat top;
	color:#fff;
}
	.kuuseki-btn2{
	text-align:center;
	padding:6px auto;
}

.kuuseki-btn2 a{
	display:block;
	width:131px;
	height:29px;
	padding:5px 6px 0 6px;
	background:url(images/btn_kuuseki_off.gif) no-repeat top;
	margin:6px auto 2px;
	font-size:14px;
	font-weight:bold;
}

.kuuseki-btn2 a:hover{
	background:url(images/btn_kuuseki_on.gif) no-repeat top;
	color:#fff;
}



div.fee-table{
	overflow:hidden;
	clear:both;
	margin:3px auto;
	text-align:left;
	padding:3px;
	font-size:13px;
	text-align:center;
	width: 790px;
}


div.fee-table table1{
	margin:2px 0 0 0;
border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}	

div.fee-table tr td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:2px;
	text-align:center;
}

div.fee-table tr th span{
	font-size:11px;
	line-height:1.4;
}

div.fee-table tr th{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:3px;
	color:#555;
	background:#ededed;
	text-align:center;
}

td.yellow{
	background-color:#FBD951;
	text-align:center;
	color:#555;
}

td.pink{
	background-color:#f187b1;
	text-align:center;
	color:#555;
}

td.blue{
	background-color:#acdff3;
	text-align:center;
	color:#555;
}

td.green{
	background-color:#bae879;
	text-align:center;
	color:#555;
}

td.purple{
	background-color:#ddabf4;
	text-align:center;
	color:#555;
}

td.white{
	background-color:#fff;
	text-align:center;
	color:#555;
}

td.hadairo{
	background:#ffd7a8;
	text-align:center;
	color:#555;
}
	
td.orange{
	background:#ff9000;
	text-align:center;
	color:#555;
}
	
td.td-price{
	color:#ea0000;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	}
	
h4{
	width:100%;
	border-left:9px solid #68ceec;
	margin:0 0 6px 0;
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}


.td-off{
	color:#999;
}

.cal_list tr td{
	padding:3px;
	text-align:center;
}

.price_cal tr th{
	text-align:center;
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:3px;
}


.text-orange{
	color:#df5205;
}

.text-red{
	color:#c53300;
}

.f12{
	font-size:12px;
	line-height:1.3;
}

.margin-top18px{
	margin:18px 0 0 0;
}

/*
	clearfix
*/

.clearfix{
	clear:both;
}

.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#yoyaku
		予約する！
----------------------------------------------------------- */
.left{
	float:right;
	width:502px;
	overflow:hidden;
}

.right{
	width:385px;
	float:left;
	overflow:hidden;
	padding:6px 0 6px 0;
	margin-right: 15px;
}

.right2{
	width:495px;
	float:left;
	overflow:hidden;
	padding:6px 0 6px 0;
	margin-right: 15px;
}



#yoyaku-bg{
	background:#fff6d5;
	padding:6px;
	overflow:hidden;
	text-align:center;
	font-size:13px;
	width:491px;
}

#yoyaku-bg table{
	width:480px;
	margin:0 auto;
}

#yoyaku-bg tr td {
	text-align:left;
}

#yoyaku-bg tr td img{
	margin:0;
	padding:0;
	border:0;
}

#yoyaku-bg p{
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin:0 auto 10px auto;
}

#yoyaku-btn{
	margin:8px auto;
}

#yoyaku-btn2{
	margin:0 auto;
}

#yoyaku-p{
	padding:6px;
	margin-right:15px;
	text-align:left;
	font-size:13px;
	color:#737373;
	line-height:1.3;
}

.yoyaku-tel{
	font-size:14px;
}

.yoyaku-tel-num{
	font-size:22px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.2;
}

.yoyaku-right dl dd{
	margin-bottom:10px;
	font-size:13px;
	padding:0 0 3px 10px;
	text-align:left;
}

/*予約ボタン注意事項include用*/
.yoyaku_alart{
	padding:6px;
	margin-right:15px;
	text-align:left;
	font-size:13px;
	color:#DB390B;
	line-height:1.3;
}

/*予約ボタン注意事項include用（will）*/
.yoyaku-alart-will {
	font-size:13px;
	text-align:left;
	color:#f00;
	margin:0 0 5px;
	padding:0;
}

#calender p.campaign {
	width:904px;
	text-align:right;
	margin:0 0 10px;
}

#calender p.campaign span.yoyaku-alart-will {
	text-align:right;
	margin:0 0 10px;
}


/*----------------------------------------------------
 * 
 * 地図の部分・タブ切替▽▽▽
 * 
----------------------------------------------------*/

.tabContainer {
	background:url(images/bg_tab.gif) repeat-x top;

}

ul.tabMenu{
	display:block;
	height:31px;
	clear:both;
}

/* タブ */
.tabContainer ul.tabMenu li {
	float: left;
	width:180px;
	position: relative;
	color: #000;
	background:url(images/tab_plan_off.gif) no-repeat top;
	margin-right:10px;
	text-align:center;
}

/* 未選択のタブ */
.tabContainer ul.tabMenu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #999;
	text-decoration: none;
	text-align:center;
	width:160px;
}


/* 選択中のタブ */
.tabContainer ul.tabMenu li.active a {
	width:160px;
	height:31px;
	position: relative;
	color: #000;
	background:url(images/tab_plan_on.gif) no-repeat top;
	text-decoration:underline;
}

/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
	color: #000;
	text-decoration:underline;
}


#qa01_area,#qa02_area,#qa03_area,#qa04_area,#qa09_area{
	margin:20px 0 0 0;
	overflow:hidden;
/*	border-bottom:2px solid #86cee0;
*/}


#qa11_area,#qa12_area,#qa13_area{
	margin:10px 0 0 0;
	overflow:hidden;
	border-bottom:2px solid #86cee0;
}


#qa21_area,#qa22_area,#qa23_area{
	margin:10px 0 0 0;
	overflow:hidden;
	border-bottom:2px solid #86cee0;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/

.left{
	float:left;
	width:503px;
	overflow:hidden;
}


.left dl dt{
	font-size:14px;
	font-weight:bold;
	color:#269cba;
	margin-bottom:4px;
	line-height:1.1;
	background:url(/fuji/common/images/line.gif) repeat-x bottom;
	padding:0 0 3px 0;
}

.left dl dd{
	font-size:13px;
	line-height:1.5;
	margin-bottom:12px;
	color:#666;
}


.left h3{
	font-size:16px;
	border-left:4px solid #ff9c00;
	padding:0 0 0 5px;
	margin:0 0 10px 0;
}

.left5{
	float:left;
	width:904px;
	overflow:hidden;
}


.left5 table{
	float:left;
}

.left5 dl dt{
	font-size:14px;
	font-weight:bold;
	color:#269cba;
	margin-bottom:4px;
	line-height:1.1;
	background:url(/fuji/common/images/line.gif) repeat-x bottom;
	padding:0 0 3px 0;
}

.left5 dl dd{
	font-size:13px;
	line-height:1.5;
	margin-bottom:12px;
	color:#666;
}


.left5 h3{
	font-size:16px;
	border-left:4px solid #ff9c00;
	padding:0 0 0 5px;
	margin:0 0 10px 0;
}

.tabMenu h2{
	font-size:13px;
	font-weight:bold;
}


.f15{
	font-weight:bold;
	font-size:15px;
	line-height:1.3;
}

.f18{
	font-weight:bold;
	font-size:18px;
	padding:3px;
	background:#EFFDC1;
}

.text-green{
	color:#547109;
}


#chuui h3{
	font-size:14px;
	font-weight:bold;
	border-left:5px solid #39C;
	line-height:1.4;
	padding:0 0 3px 5px;
	margin-bottom:2px;
}

#chuui ul{
	margin:0 0 14px 0;
}

#chuui ul li{
	padding:0 0 0 12px;
	}

/* -----------------------------------------------------------
	#集合場所
		予約する！
----------------------------------------------------------- */

.kinkyu-tel{
	/*width:256px;*/
	width:280px;
	background-color:#ededed;
	padding:12px;
	margin:6px auto;
	text-align:center;
	font-size:12px;
}

.kinkyu-tel .tel{
			color:#ea0000;
			font-family:Verdana, Geneva, sans-serif;
			font-size:22px;
			font-weight:bold;
			line-height:0.8;
			margin-bottom:8px;}

.kinkyu-tel .attention{
			font-size:11px;}

.left table{
	float:left;
}

.left5 table{
	float:left;
}

.left table tr td{
	text-align:center;
	padding:0;
}
.left table tr td img{
	margin:5px;
	border:1px solid #ddd;
	}
	
.left5 table tr td img{
	margin:5px;
	border:1px solid #ddd;
	}

.place-title{
	background:#37b4dd;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	color:#fff;
}

.place-pic{
	background:#ffffff;
	text-align:center;
}

.place-shugo{
	font-size:14px;
	margin:0 auto;
	color:#333;
	text-align:center;
	}

.place-shugo ul li{
	width:102px;
	display:block;
	padding:5px;
	float:left;
}

.place-text{
	text-align:center;
}

.place-text strong{
	font-weight:bold;
	font-size:13px;
}

.shugo{
	background:#ffb4c4;
	font-weight:bold;
	margin:0 3px 0 0;
	}

.shuppatsu{
	background:#9ddaee;
	font-weight:bold;
}


#shisetsu{
	clear:both;
	overflow:hidden;
}

#shisetsu-kanto{
	clear:both;
	overflow:hidden;
	text-align:center;
	padding:0 auto;
}

#casual{
	float:left;
	width:260px;
	margin-right:24px;
	overflow:hidden;
}

#casual dl dt{
	display:block;
	background:url(/fuji/common/images/shisetsu/dl_casual_bg.gif) no-repeat top;
	height:31px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	padding:3px 0 0 0;
}

#casual dl dd{
	padding:7px;
	background:#e3f5f6 url(/fuji/common/images/shisetsu/casual_btm_bg.gif) no-repeat bottom;
	text-align:left;
}

#casual dl dd img{
	margin:0 auto 6px 0;
}

#casual dl dd p{
	font-size:13px;
	line-height:1.4;
}

.relax{
	width:301px;
	float:left;
	overflow:hidden;
}

.relax dl dt{
	background:url(/fuji/common/images/shisetsu/dl_relax_bg.gif) no-repeat top;
	height:31px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	padding:3px 0 0 0;
}


.relax dl dd{
	padding:7px;
	background:#fff6d5 url(/fuji/common/images/shisetsu/relax_btm_bg.gif) no-repeat bottom;
	text-align:left;
}

.relax dl dd img{
	margin:0 auto 6px 0;
}

.relax dl dd p{
	font-size:13px;
	line-height:1.4;
}



.premium{
	width:301px;
	float:left;
	overflow:hidden;
}

.premium dl dt{
	background:url(/fuji/common/images/shisetsu/dl_premium_bg.gif) no-repeat top;
	height:31px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	padding:3px 0 0 0;
}


.premium dl dd{
	padding:7px;
	background:#fadfd2 url(/fuji/common/images/shisetsu/premium_btm_bg.gif) no-repeat bottom;
	text-align:left;
}

.premium dl dd img{
	margin:0 auto 6px 0;
}

.premium dl dd p{
	font-size:13px;
	line-height:1.4;
}

.f14{
	font-size:14px;
	line-height:1.4;
}

.caution-block dl dt{
	font-size:14px;
	font-weight:bold;
	color:#269cba;
	margin:16px 0 4px 0;
	line-height:1.1;
	background:url(/fuji/common/images/line.gif) repeat-x bottom;
	padding:0 0 3px 0;
}

.caution-block dl dd{
	font-size:13px;
	line-height:1.3;
	color:#666;
	margin: 0 0 6px 0;
}



.content-blockB{
	width:820px;
	clear:both;
	padding:23px 0 0 0;
	overflow:hidden;
}


/*----------------------------------------------------
	ツアー一覧のスタイル
----------------------------------------------------*/

#cource-map{
	background:url(images/map_img_right.gif) no-repeat right top;
	margin-bottom:18px;
}

p#zenkoku-map{
	margin:0;
	padding:0;
	float:left;
	width:685px;
}

div#zenkoku-map-right{
	margin:0;
	padding:10px;
	float:right;
	width: 198px;
}


/*----------------------------------------------------
	ツアー一覧のタイトル
----------------------------------------------------*/
.title-hatsuchi{
	display:block;
	background:url(images/title_hatsuchi.gif) no-repeat top;
	width:834px;
	height:35px;
	padding:8px 0 0 70px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:18px;
}


.hatsuchi-block{
	width:904px;
	overflow:hidden;
	clear:both;
}



/*----------------------------------------------------
	ツアー一覧のタイトル
----------------------------------------------------*/

.div-cource-block{
	overflow:hidden;
	clear:both;
	border:2px solid #e7e7e7;
	background:url(images/div_block_bg.gif) repeat-x bottom;
	width:888px;
	padding:6px;
	margin-bottom:14px;
}


.cource-img{
	width:128px;
	float:left;
	margin:0 12px 0 0;
}

.div-cource-shosai{
	float:right;
	width:748px;
	text-align:left;
}

/*----------------------------------------------------
	ツアー一覧・朝
----------------------------------------------------*/

.table-cource-mor{
	border:1px solid #f98500;
}

.table-cource-mor tr th{
	background:#f98500;
	padding:5px;
	width:4.0em;
	text-align:center;
	font-size:15px;
	color:#FFF;
}

.table-cource-mor tr td{
	padding:5px;
}

.table-cource-mor tr td dl dt{
	font-size:16px;
	line-height:1.2;
	margin:0 10px 2px 0;
	font-weight:bold;
	float:left;
}

.table-cource-mor tr td dl dd{
	float:left;
	font-weight:bold;
	font-size:14px;
	line-height:1.2;
}

.table-cource-mor tr td p{
	font-size:14px;
	line-height:1.4;
	margin:0;
	padding:0;
}

.table-cource-text tr td{
	padding:5px;
}

.table-cource-text tr td p{
	margin:0;
	padding:0;
}


/*----------------------------------------------------
	ツアー一覧・夜
----------------------------------------------------*/

.table-cource-nig{
	border:1px solid #1a3da0;
}

.table-cource-nig tr th{
	background:#1a3da0;
	padding:5px;
	width:4.0em;
	text-align:center;
	font-size:15px;
	color:#FFF;
}

.table-cource-nig tr td{
	padding:5px;
}

.table-cource-nig tr td dl dt{
	font-size:16px;
	line-height:1.2;
	margin:0 10px 2px 0;
	font-weight:bold;
	float:left;
}

.table-cource-nig tr td dl dd{
	float:left;
	font-weight:bold;
	font-size:14px;
	line-height:1.2;
}

.table-cource-nig tr td p{
	font-size:14px;
	line-height:1.4;
	margin:0;
	padding:0;
}

.table-cource-text tr td{
	padding:5px;
}

.table-cource-text tr td p{
	margin:0;
	padding:0;
}

#r-table{
	border:none;
}

#r-table tr td{
	border:none;
}


#ohachimeguri{
	overflow:hidden;
	clear:both;
}

#ohachimeguri #img{
	float:left;
	width:128px;
	margin:0 15px 15px 0;
}

#ohachimeguri p{
	margin:0;
	line-height:1.4;
}


/*----------------------------------------------------
	ツアー詳細・タイムテーブル
----------------------------------------------------*/

#div-timetable {  
	width:904px;
	clear:both;
	overflow:hidden;
	}
	
	
#div-day1  p{
	background:#bae4f5;
	padding:6px 0;
	border-bottom:1px solid #52add4;
	margin:1px 0 2px 0;
}

#div-day2  p{
	background:#bae4f5;
	padding:6px 0;
	border-bottom:1px solid #52add4;
	margin:1px 0 2px 0;
}

#div-day3  p{
	background:#bae4f5;
	padding:6px 0;
	border-bottom:1px solid #52add4;
	margin:1px 0 2px 0;
}

#div-day1 dl dd div{
	text-align:center;
	color:#777;
}

#div-day2 dl dd div{
	text-align:center;
	color:#777;
}


#div-day3 dl dd div{
	text-align:center;
	color:#777;
}
#div-day1{
	float:left;
	width:444px;
	overflow:hidden;
	margin-right:15px;
}

#div-day2{
	float:left;
	width:445px;
	overflow:hidden;
}

#div-day3{
	clear:both;
	width:904px;
	overflow:hidden;
}

#div-day1 dl dt{
	float:left;
	width:135px;
	padding:3px 5px 3px 3px;
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;

	}  
#div-day1 dl dd{
	width:293px;
	margin-left:145px;
	padding:3px 0 3px 3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background:#fff;
	
	} 

#div-day2 dl dt{  
	float:left;  
	width:130px;  
	padding:3px 10px 3px 3px;  
	clear:both;  
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	}  
#div-day2 dl dd{
	width:290px;
	margin-left:145px;
	padding:3px 3px 3px 3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background:#fff;
	} 


#div-day3 dl dt{  
	float:left;  
	width:130px;  
	padding:3px 10px 3px 3px;  
	clear:both;  
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	}  
#div-day3 dl dd{
	width:753px;
	margin-left:145px;
	padding:3px 3px 3px 3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background:#fff;
	} 
	
	
#div-day1 dl dt{
	clear:both;
	text-align:center;
}

#div-day2 dl dt{
	clear:both;
	text-align:center;
}

#div-day3 dl dt{
	clear:both;
	text-align:center;
}



#nit3-jogai{
	float:left;
	margin:0 0 0 10px;
	width:180px;
}

#nit3-jogai dl dt{
	background:#999;
	color:#FFF;
	font-weight:bold;
	padding:3px;
	font-weight:15px;
}

#nit3-jogai dl dd{
	padding:3px;
	width:172px;
	border:1px double #999;
}


#width635px{
	width:635px;
	margin:0 16px 0 0;
	float:left;
}

#kanban{
	float:left;
	margin:32px 0 0 0;
}

/* -----------------------------------------------------------
	#sub
		関東・関西発のコース一覧
----------------------------------------------------------- */
.cource-title{
	background:url(/fuji/top_images/bg_title.gif) repeat-x right;
	width:904px;
	clear:both;
	height:51px;
}

.cource-title h2{
	width:368px;
	float:left;
}

.cource-title p img{
	margin:8px 10px 0 0;
	float:right;
}


.pic-text{
	background:url(/fuji/top_images/line.gif) repeat-x bottom;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	line-height:1.4;
	font-size:13px;
}

.cource-table tr td{
	padding:3px;
}

#telephone{
	width:888px;
	padding:5px;
	text-align:center;
	border:3px solid #eee;
	margin:12px 0 0 0;
}

#telephone p{
	text-align:left;
}

#telephone img{
	margin:6px auto ;
}

#div-koutei-tate{
	float:left;
	width:444px;
	overflow:hidden;
	margin-right:15px;
}

#seiha{
	margin:10px 0 0 0;
	clear:both;
	overflow:hidden;
}

#seiha img{
	float:left;
}

.margin-top23px{
	margin:23px 0 0 0;
}

#waribiki{
	font-size:12px;
	line-height:1.3;
	width:450px;
	margin:4px 0 4px 6px;
}

#waribiki span{
	color:#C53300;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:1.0;
	font-weight:bold;
}

#waribiki ul li{
	font-size:12px;
	line-height:1.5;
}

#waribiki .small{
	font-size:10px;
	font-weight:normal;
	color:#333;
}

#qa01_area,#qa02_area,#qa03_area,#qa04_area,#qa05_area,#qa06_area,#qa07_area,#qa08_area{
	margin:20px 0 0 0;
	overflow:hidden;
/*	border-bottom:2px solid #86cee0;
*/}

.hatsuchi-block{
	width:910px;
	overflow:hidden;
	clear:both;
}
