﻿@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;
  display: inline-block!important;
}
#sort_limit a:hover{
	text-decoration: none;
}


#sort_limit select {
	padding: 0;
	width: 50px;
	height: 20px;
}
#set_sort {
	padding: 2px 5px 0 0;
}
.sort_limit_box p#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;
  display: inline-block!important;
}


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;}









/* =======================================
	フッター　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;
}

/*****初夢特集バナー*****/
#bannerbox{
  width:100%;
  margin-top: 30px;
  padding:10px 0;
}
#bannerbox h2{
  margin:0 auto 5px;
  text-align: center;
  font-size:18px;
  font-weight: bold;
}
ul.recommend_item{
  width:960px;
	margin:20px auto;
	padding:10px;
	overflow: hidden;
	box-sizing: border-box
}
ul.recommend_item li{
	width:278px;
	float:left;
  margin-right:53px
}
ul.recommend_item li:last-child{
  margin-right: 0;
}

ul.recommend_item li a{
	display: block;
	width:100%;
	margin:0 auto;
}
ul.recommend_item li a span{
	display:block;
	color:#333;
  margin-top:5px;
	font-size:0.9em;
	line-height: 1.5em;
}
ul.recommend_item li a:hover{
	opacity: 0.7;
}
