/* CSS Document */
/* ----------------------------------- */
#changeArea,#searchArea,#headLine{
display:none;
}
/*################################################################################

	◆タイプセレクタ

################################################################################*/

/*------------------------------
フォントの統一
------------------------------*/
body { 
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
}
/*------------------------------
段落
------------------------------*/
p { 
margin-top:3px; 
}

#contents,#wrapper,#sp,#spHeader,#navi {
display:block;position:relative;
}

/*################################################################################

	◆id／class（body #wrapper > #contents > #sp > ）と　その子供・子孫

################################################################################*/

/*------------------------------
バナー
------------------------------*/
.bn { 
margin-bottom:5px; 
}
/*===============================
方面から選ぶ・目的から探す 
※上書き※
===============================*/
#searchCategory {
}
/*===============================
特集ページ
===============================*/
#sp {
width:auto;
height:auto;
margin:0 auto;
padding:0;
}
div#sp div {display:inline-block;}
/*===============================
パン屑
※上書き※
===============================*/
#breadcrumb {
padding-top:0;
background:#FFFFFF;
border-top:#DDDDDD solid 2px;
border-top:none;
border-bottom:none;
margin-bottom:0;
clear:both;
}
	#breadcrumb .body {
	padding-left:0;
	}
	#breadcrumb ul{
	}
	#breadcrumb li{
	float:left;
	margin-right:0.5em;
	margin-left:0.5em;
	}
		#breadcrumb li a{
		margin-right:10px;
		}
/*===============================
特集ヘッダー
===============================*/
#spHeader {
width:auto;
height:auto;
margin:0 auto;
padding:15px 0 15px 0;
background:#EEEEEE;
border-top:2px solid #CCCCCC;
border-bottom:2px solid #CCCCCC;
}
/* - - - - - - - - - - - - - - - 
タイトル
#spHeader >
- - - - - - - - - - - - - - - -*/
h1 {
margin:0 auto 15px auto;
width:960px;
padding:0;
background:url(../images/sp/head.gif) top center no-repeat;
height:170px;
text-indent:0;
}	
	h1 img {
	margin-left:195px;
	margin-top:15px;
	border:0;
	padding:0;
	}
/*===============================
ナビゲーション
===============================*/
#navi {
width:auto;
height:43px;
margin:0 auto;
}
	#navi ul {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
	}
		#navi ul li {
		width:auto;
		height:auto;
		margin:0;
		padding:0;
		display:inline;
		text-indent:0;
		}
			#navi ul li img {
			width:auto;
			height:auto;
			margin:0;
			padding:0;
			border:none;
			}
			#navi ul li a {
			width:auto;
			height:auto;
			border:none;
			}
			#navi ul li a img:hover , 
			#navi ul li a img:active {
			width:auto;
			height:auto;
			filter: alpha(opacity=85);
			-moz-opacity:0.85;
			opacity:0.85;
			border-bottom:3px solid #000066;
			}
/*===============================
ニュース・メニュー・バナーエリア
#spHeader >
===============================*/
#nmb {
width:960px;
height:auto;
border:#CCCCCC solid 1px;
margin:15px auto 0 auto;
text-align:left;
padding:15px 0 10px 0;
background:#FFFFFF;
}
div#nmb:after{content:"";display:block;clear:both;}
/*------------------------------
特集ヘッダーの中のバナーエリア
#spHeader > #nmb 
------------------------------*/
.bnArea {
width:924px;
height:auto;
text-align:left;
padding-top:0;
margin-left:19px;
}
	.bnArea img {
	margin:0 3px 6px 0;
	padding:0;
	border:none;
	}
	.bnArea a {
	margin:0;
	padding:0;
	}
/*------------------------------
ニュース
#spHeader > #nmb 
------------------------------*/
.news{
width:924px;
height:auto;
margin:0 auto;
text-align:left;
padding-bottom:6px;
}
	.news ul {
	width:901px;
	height:auto;
	float:left;
	margin:0 0 0 10px;
	padding:2px 0 0 0;
	text-indent:0;
	}
		.news ul li {
		list-style:none;
		border-bottom:#999999 dotted 1px;
		margin-bottom:6px;
		font-size:11px;
		line-height:12px;
		}
		.news ul li a {
		font-size:11px;
		}
		.news ul li img {
		margin-bottom:2px;
		}
/*===============================
特集ページボディ
#sp >
===============================*/
#spBody {
width:960px;
height:auto;
padding:0;
margin:15px auto;
text-align:left;
}
/*===============================
特集ページメイン
#sp > #spBody > 
===============================*/
#spMain {
margin:0 15px 0 auto;
width:744px;
float:left;
}
/*-------------------------------
ツアー掲載枠
#sp > #spBody > #spMain > 
-------------------------------*/
.spTourArea {
width:742px;
border:#CCCCCC solid 1px;
margin: 0 0 0 0 ;
}
	/* - - - - - - - - - - - - - - -
	ツアー掲載枠の見出し（h2）
	#sp > #spBody > #spMain > 
	- - - - - - - - - - - - - - - */
	.spTourArea h2 {
	margin:6px 0 10px 0;
	padding: 0;
	width: auto;
	}
	/* - - - - - - - - - - - - - - -
	ツアー掲載枠の小見出し（h3）
	#sp > #spBody > #spMain > 
	全称セレクタのスタイル回避のため #contentsから記述 
	- - - - - - - - - - - - - - - */
	#contents .spTourArea h3 {
	width:702px;
	font-size:16px;
	font-weight: bold;
	color: #004098;
	margin:20px 0 4px 19px;
	padding:0;
	}
	/* - - - - - - - - - - - - - - -
	ツアー掲載枠の小見出し（h4）
	#sp > #spBody > #spMain > 
	全称セレクタのスタイル回避のため #contentsから記述 
	- - - - - - - - - - - - - - - */
	#contents .spTourArea h4 {
	width:722px;
	font-size:14px;
	line-height:15px;
	font-weight: bold;
	color: #000000;
	margin:14px 10px 0 10px;
	background:#FFFF99;
	padding:5px 0 1px 0;
	text-indent:7px;
	}
	/* - - - - - - - - - - - - - - -
	ツアー掲載枠の小見出し（h4）
	#sp > #spBody > #spMain > 
	全称セレクタのスタイル回避のため #contentsから記述 
	- - - - - - - - - - - - - - - */
	#contents .spTourArea h4.h4Img {
	width:722px;
	text-indent:0;
	background:none #FFFFFF;
	padding:0;
	}
	/*-------------------------------
	ツアー掲載内のバナー掲載エリア
	#sp > #spBody > #spMain > 
	-------------------------------*/
	.spTourArea .bnArea {
	width:722px;
	margin:10px 10px;
	padding:10px 0 4px 0;
	border-top:#CCCCCC 2px dashed;
	border-bottom:#CCCCCC 2px dashed;
	}
	/*-------------------------------
	ツアーリスト（テーブル）
	#sp > #spBody > #spMain > 
	-------------------------------*/
	/*-------------------------------------------------------------------------------------
	　　　　　　　　　　商品リスト　クラス名の統一 /宇田/09/09/19作成
	■areatop_900.css「商品リスト　クラス名の統一」で定義されたの同様のセレクタを使用
	■4列合計100%
	----------------------------------------------------------------------------------------*/
	#contents .tour-box {
	width:722px;
	border-top:#DDDDDD 2px solid;
	border-bottom:#DDDDDD 2px solid;
	margin:0 10px 5px 10px;
	}
	#contents .tour-box tr:hover {
	background-color: #F6F6F0
	}
	#contents .tour-box th {
	padding-top:5px;
	padding-bottom:2px;
	line-height:13px;
	background-color:#DDDDDD;	
	}
	#contents .tour-box td {
	border-top:#C2D3fc 1px dotted;
	padding-top:5px;
	padding-bottom:1px;
	line-height:13px;
	}
	#contents .co-cord{
	width: 10%;
	text-align:center;
	}
	#contents .co-title {
	width: 62%;
	padding-left:5px;
	}
	#contents .co-date{
	width: 11%;
	text-align:center;
	}
	#contents .co-price {
	width: 17%;
	text-align:center;
	}
	#contents td.co-price {
	width: 17%;
	text-align:center;
	color:#FF0000;
	}
/*-------------------------------
ページのいちばん上へ戻る
#sp > #spBody > #spMain > 
-------------------------------*/
.toTop {
	width:742px;
	text-align:right;
	margin-top:3px;
	margin-bottom:10px;
}
#contents #spBody .toTop a:link {
	color: #666666;
}
#contents #spBody .toTop a:visited {
	color: #666666;
}
#contents #spBody .toTop a:hover {
	color: #333333;
	text-decoration:none;
}
#contents #spBody .toTop a:active {
	color: #333333;
	text-decoration:none;
}
/* 文字の色 */
#contents .txt_white  {color: #FFFFFF;}
#contents .txt_black  {color: #000000;}
#contents .txt_red    {color: #FF3333;}
#contents .txt_green, {color: #006600;}
#contents .txt_blue   {color: #4169E1;}
#contents .txt_orange {color: #FF8A00;}
#contents .txt_yellow {color: #ffd700;}
#contents .txt_purple {color:#660099;}
/* 文字色＋ウェイト */
#contents .txt_white_bold  {color: #FFFFFF;font-weight: bold;}
#contents .txt_red_bold    {color: #FF3333;font-weight: bold;}
#contents .txt_green_bold  {color: #006600;font-weight: bold;}
#contents .txt_blue_bold   {color: #4169E1;font-weight: bold;}
#contents .txt_orange_bold {color: #FF8A00;font-weight: bold;}
#contents .txt_yellow_bold {color: #ffd700;font-weight: bold;}
#contents .txt_purple_bold {color:#660099; font-weight:bold;}

/* いち押しツアー */
#searchCategory #recommend {
	margin-top:0;
}
#searchCategory #recommend li {
	white-space:normal;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	margin-top:7px;
	vertical-align:bottom;
}
#recommend dt.i {
	width:110px;
	float:left;
	font-size:10px;
	text-align:center;
}
#recommend dt.t {
	width:40px;
	float:left;
}
#recommend dd.r,
#recommend dd.rl {
	width:220px;
	float:left;
	padding:0 10px;
	border-right: 1px dotted #666;
}
#recommend dd.r a,
#recommend dd.rl a {font-size:10px;}
#recommend dd.rl {border: none;}
