﻿@charset "utf-8";


/* =======================================
	ページング
======================================= */

#sort_limit {
	width: 928px;
	margin: 30px auto 0;
	border: 1px solid #eee\9;
	padding: 15px 15px;
	background-color: #EEE;
	/*border-bottom: 1px dotted #ddd;*/
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	position: relative;
	color: #000;
}
p.obititle{
	width: 100%;
	padding: 0 0 5px 0px;
	margin-bottom:15px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	float: left;
	/*border-bottom:1px dotted #ddd;*/
}
div.sort_limit_box{
	position: absolute;
	bottom:5px;
	right: 13px;
}
#sort_limit a{
	font-size:11px;
	color: #000;
	text-decoration: underline;
}
#sort_limit a:hover{
	text-decoration: none;
}


#sort_limit select {
	padding: 0;
	width: 50px;
	height: 20px;
}
#set_sort {
	padding: 2px 5px 0 0;
}
#set_sort a.selected {
	color: #000;
	font-weight: bold;
	padding: 0 8px;
	background: #87CEFA;
	text-decoration:none;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


div.nav_box {
	display: none;
	width: 930px;
	margin: 15px auto;
	font-size: 12px;
}
div.nav_count {
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 5px 0 10px 0;
}

div.nav_number {
	font-size: 12px;
	float: right;
}
div.nav_number ul {
	list-style-type: none;
}
div.nav_number li {
	float: left;
	list-style: none;
	display: block;
}
div.nav_number li span {
	border: 1px solid #ccc;
}
div.nav_number li a {
	display: block;
	background-color: #fff;
	padding: 3px 5px;
	margin-left: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}
div.nav_number li a:hover {
	color: #0099CC;
	text-decoration: none;
	background-color: #eeeeee;
	display: block;
}
div.nav_number:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
div.nav_number li.number a.selected {
	color: #333333;
	background: #87CEFA;
	text-decoration:none;
	cursor: auto;
}
div.nav_number li.space {
	padding-top: 4px;
	margin-left: 3px;
}


/* =======================================
	検索結果
======================================= */
#tour_cont{
	width: 958px;
	margin: 0 auto 30px;
	padding: 15px 0;
	border: 1px solid #eee\9;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#tour_cont > p, #tour_cont > li {
	line-height: 16px;
}
#tour_cont div.loading {
	margin: 30px;
	line-height: 180%;
	color: #aa3333;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#tour_cont div.loading span {
	color: #3366cc;
	font-size: 14px;
	font-weight: normal;
}
#tour_cont div.preload_img {
	display: none;
}
#tour_cont div.course {
	margin-bottom: 8px;
}

div.item {
	width: 958px;
	font-size: 12px;
	padding-bottom: 20px;
	margin: 0 auto 25px;
	font-style: normal;
	background-color:#FFF;
	/*background-color: #FAFAFA;*/
	cursor: pointer;
	overflow: hidden;
	/*box-shadow:rgba(113, 135, 164, 0.341176) 0px 7px 5px -5px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.341176) 0px 7px 5px -5px;
	-moz-box-shadow:rgba(113, 135, 164, 0.341176) 0px 7px 5px -5px;*/
	box-shadow:rgba(113, 135, 164, 0.278431) 0px 2px 3px 1px;
-webkit-box-shadow:rgba(113, 135, 164, 0.278431) 0px 2px 3px 1px;
-moz-box-shadow:rgba(113, 135, 164, 0.278431) 0px 2px 3px 1px;
}
div.item:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.item h2 {
	font-size: 16px;
	/*background-color: #F1F1F1;
	background-color: #EDF3FD;*/
	padding: 8px 10px 6px;
	line-height: 20px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	/*border-top-color: #00AFEB;*/
	border-top-color: #89D889;
	background-image: url(../img/tour/bg-obi-tour.jpg);
	/*background-repeat: no-repeat;*/
}
div.item .tourname a{
	color: #1E323C;
	font-weight: bold;
}

#tour_cont div.item a { color: #006699; }
#tour_cont div.item a:hover { color: #0066CC; }


div.item dl {
	overflow: hidden;
}
div.item dt,
div.item div.photo {
	width: 240px;
	margin: 0 20px 0 20px;
	float: left;
}
div.item dt img,
div.item div.photo img {
	width: 240px;
	box-shadow: 0px 0px 3px #CCC;
}
div.item dd,
div.item div.detail {
	width: 650px;
	float: left;
}

#tour_cont div.item p img {
	margin-bottom: 4px;
	vertical-align: middle;
}

/*------料金-------*/
#tour_cont div.item .price {
	color: #CC0000;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
}
/*------出発日-------*/
#tour_cont div.item .departureDate {
	padding: 4px 0 0 10px;
	font-size: 12px;
}
/*------お問い合わせコード-------*/
div.item table {
	border-collapse: collapse;
	border: 1px solid gray;
	font-size: 11px;
}
div.item th, div.item td {
	border: 1px solid #D4D4D4;
	padding: 4px 6px 2px;
	line-height: 100%;
	height:18px;
}
div.item th {
	background: #D7E9F7;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
}
div.item td {
	background: #FFF;
}
/*------詳細情報-------*/
ul.info li {
	overflow: hidden;
	margin: 10px 0 8px 0;
}
ul.info h4 {
	/*width: 75px;*/
	line-height: 1;
	text-align: center;
	display: table-cell;
	padding: 3px 10px;
	background-color: #FFF0A1;
	/*background-color: #87CEFA;*/
	color: #20303B;
	border-radius: 2px;
	font-size: 12px;
	vertical-align: middle;
}
ul.info p {
	display: table-cell;
	line-height: 1;
	text-align: left;
	padding: 3px 15px 3px 5px; 
	color: #20303B;
	font-size: 12px;
}

/*------何らかのスタイル-------*/
/*#tour_cont div.detail {
	width: 200px;
	padding-top:30px;
	text-align: right;
	float: right;
	display:none;
}*/
#tour_cont div.detail a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#tour_cont div.detail a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

div.searchmsg, div.paging { display: none; }





/*------アイコン-------*/
/*
ul.icon {
	height: 40px;
	margin: 0 0 0 0;
	line-height: 1.0;
	overflow: hidden;
}
ul.icon li {
	display: inline-block;
	border: 1px solid #FFF;
	border-radius: 2px;
	margin: 0 0 4px 0;
	padding: 3px;
	background-color: #FFF;
	font-size: 10px;
	color: #000;
}
.mosaic-overlay:hover ul.icon li {
	border: 1px solid #FFF;
	/*background-color: transparent;*/
/*	color: #000;
}


/*------追加のアイコン-------*/
/*ul.icon2 {
	margin: 3px 0 0 0;
	overflow: hidden;
	text-align: center;
}
ul.icon2 li {
	display: inline-block;
	padding: 0 0 3px 0;
}
ul.icon2 li:first-child {
	display: inline-block;
	padding: 0 5px 3px 0;
}
ul.icon2 li:last-child {
	padding: 0 0 0 0;
}


/*------方面タイトル-------*/
/*div.mosaic-block h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	padding: 5px 0; 
	color: #FFF;
	/* background: rgb(0, 0, 0); fallback color */
	/*background: rgba(0, 0, 0, 0.75);*/
/*	background: url(../img/bg-black-80.png);
	color: #FFF;
	z-index: 99;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px 0 rgb(0,0,0);
}

/*------商品タイトル-------*/
/*.mosaic-block h3 {
	display: table-cell;
	height: 40px;
	padding: 0 5px 5px 0;
	vertical-align: middle;
	font-size:16px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 1px 1px 0 rgb(0,0,0);
}

/*------料金-------*/
/*.mosaic-block p.price {
	font-size: 23px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	text-shadow: 1px 1px 0 rgb(0,0,0);
}

/*------ホテルグレード-------*/
/*.mosaic-block p.hotel {
	font-size: 14px;
	height: 40px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 0 rgb(0,0,0);
}


/*------キャッチコピー-------*/
/*.mosaic-block p.copy {
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 3px 0;
	text-shadow: 1px 1px 0 rgb(0,0,0);
}
.mosaic-block .mosaic-overlay:hover p.copy {
	color: #FFF;
}

/*------出発日-------*/
/*.mosaic-block p.departureDate {
	margin: 0 0 4px 0;
	font-size: 12px;
	text-shadow: 1px 1px 0 rgb(0,0,0);
}
.mosaic-block .mosaic-overlay:hover p.departureDate {
	color: #FFF;
}



/* =======================================
	フッター　ソーシャルアイコン
======================================= */

/*#socialBox{
	width: 960px;
	height: 20px;
	margin: 30px auto 15px;
}
#socialBox ul{
	float: right;
}
#socialBox ul li{
	float: left;
}
#socialBox ul li.twitter{
	float: left;
	width: 93px;
}
#socialBox ul li.facebook{
	float: left;
	width: 104px;
}






/* =======================================
	フッター　プライバシー＆TEL
======================================= */


.contents_box{
	width:960px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
}
.ds10{padding-bottom: 10px;}
.ds11{padding-bottom: 11px;}
.ds12{padding-bottom: 12px;}
.ds16{padding-bottom: 16px;}
.ds20{padding-bottom: 20px;}

.mr2{margin-right: 2px;}
.mr3{margin-right: 3px;}
.mr4{margin-right: 4px;}
.mr5{margin-right: 5px;}
.mr6{margin-right: 6px;}


/*-----オンライン先行-----*/
/*
.online_info a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.online_info{
	/*border: 3px solid #EBEBEB;*/
/*	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
	margin-bottom:0px;
	padding-top: 20px;
}
.online_info div.title{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
	background-color: #EBEBEB;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
}
.online_info div.contents{
	background-color: #FFF;
	padding: 15px 0px 12px 0px;
}

.online_info div.contents div ul{ margin:0; padding:0; list-style-type:none;}
.online_info div.contents div ul li{ float:left; list-style-type:none;}
.online_info div.contents div ul li div.qa{
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding:6px;
	border-radius:3px;
}
.online_info div.contents div ul li div.qa p{ float:left; margin:2px 4px 0px 0;}

.online_senkou{
	background-image: url(../img/top/bg_online.jpg);
	height: 180px;
	width: 960px;
	margin-bottom:16px;
}

.online_senkou ul{ list-style-type:none; padding-top:70px; padding-left:18px;}
.online_senkou ul li{ list-style-type:none; float:left; margin-right:6px;}

.online_senkou ul li a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}



/*-----ポリシー-----*/
/*
.policy_box{
	color: #333333;
	margin-bottom: 0px;
	margin-top:0px;
	padding: 12px 0;
	background:#fff;
	border-top: 1px solid #DADADC;
}
.policy_box ul{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height:18px;
	}
.policy_box ul li.midashi{
	font-size: 14px;
	color: #F36;
	font-weight: bold;
	line-height: 18px;
}

/*-----お問合せ（電話）-----*/
/*
#contact_tel{
	width:920px;
	/*border: 3px solid #DADADC;*/
/*	border-top: 1px solid #DADADC;
	padding:15px 0px 5px 0px;
	margin:0 0 0px 0;
	/*border-radius:6px;*/
/*	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact_tel ul li{ margin-bottom:12px;}
#contact_tel ul li.telmidashi{
	background-image: url(../img/common/ic_contact_tel.jpg);
	padding-left: 60px;
	height: 31px;
	background-repeat: no-repeat;
	padding-top: 14px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
#contact_tel ul li.telyoyaku{ font-size:24px; line-height:24px; font-weight:bold; margin-bottom:0;}
#contact_tel ul li.teltime{ font-size:16px; line-height:18px; font-weight:bold;}
#contact_tel ul li.telcopy{
	font-size:12px;
	line-height:16px;
	margin-bottom:0;
	padding-bottom: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
/*}
table.othertel{
	font-size: 16px;
	font-weight:bold;
	color: #333;
	margin-top:12px;
}
table.othertel span{ padding-left:10px; color:#F60;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*-----お問合せ（店舗）-----*/

/*#contact_tenpo{
	width:920px;
	/*border: 3px solid #DADADC;*/
/*	border-top: 1px solid #DADADC;
	padding:15px 0px 20px 0px;
	margin:0 0 16px 0;
	/*border-radius:6px;*/
/*	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact_tenpo ul li{ margin-bottom:12px;}
#contact_tenpo ul li.tenpomidashi{
	background-image: url(../img/common/ic_contact_tenpo.jpg);
	padding-left: 60px;
	height: 31px;
	background-repeat: no-repeat;
	padding-top: 14px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
#contact_tenpol ul li.telyoyaku{ font-size:24px; line-height:24px; font-weight:bold; margin-bottom:0;}
#contact_tenpo ul li.teltime{ font-size:16px; line-height:18px; font-weight:bold;}
#contact_tenpo ul li.telcopy{ font-size:12px; line-height:16px; margin-bottom:0;}
*/
#contact_tel td{ vertical-align: top !important;}




/*-----誤表記のお知らせ-----*/
/*
.oshirase{
	color: #333;
	background-color: #EFEFEF;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 5px;
}


#contact_tenpo ul li a{
	color:#006699;
	text-decoration:underline;
}
#contact_tenpo ul li a:hover{
	color:#FF3333;
	text-decoration:none;
}



div.senkou_box{
	width: 100%
	height:50px;
	background-color: #EEE;
}

/* =======================================
	フッター　Air Banner
======================================= */
.bnr_box {
	width: 960px;
	margin: 0 auto 30px;
	overflow: hidden;
}


.bnr_box a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
