@charset "utf-8";
/* CSS Document */

/* ベースルール */
body {
  margin: 0;
  padding: 0;
}

/* レイアウトルール */

#l-wrapper{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	background-image: url(../img/bg-pattern01.jpg);
	background-repeat: repeat-x;
}
 
/* モジュールルール */

.header{
	background-image: url(../img/headimg.jpg);
	height: 489px;
	margin:0 auto auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.footer{}

/*-------ツアー指定-------*/

.l-tour-cont{ padding:0; margin:0 auto;}

.l-tour-cont ul{
	font-size: 0;
	list-style-type: none;
	margin:0 -30px 0 0;
	padding:0;
	overflow: hidden;
    _zoom: 1;
	}

.l-tour-cont ul li{
	/*float:left;*/
	width:300px;
	margin:30px 30px 0 0;
	display: inline-block;
	vertical-align: top;
}

a.tourlnk{text-decoration:none;}
a:hover.tourlnk{
	text-decoration: underline;
}
a:hover.price-s{text-decoration:none;}

/*-------航空券指定-------*/

.l-air-cont{ padding:0; margin:0 auto;}
.l-air-cont ul{
	font-size: 0;
	list-style-type: none;
	margin:0 -30px 0 0;
	padding:0;
	overflow: hidden;
    _zoom: 1;
	}
.l-air-cont ul li{
	width:465px;
	margin:30px 30px 0 0;
	display: inline-block;
	vertical-align: top;
}
.air1{
	border: 2px solid #FF95BF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/bg-air.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.carrier{
	font-size:14px;
	background-color: #3FBA43;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding:4px 10px 2px 10px;
}
.air-price01{
	font-size:50px;
	line-height:48px;
	font-weight:bold;
	color: #C00;
}
.air-price02{
	font-size:24px;
	line-height:normal;
	font-weight:bold;
	color: #C00;}
.air-searchbox{
	background-color:#FFF;
	padding:20px 0;
	/*border: 2px solid #FF95BF;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.3);
	}
a.airlnk{text-decoration:none; display:block;}
a:hover.airlnk {
    text-decoration: none;
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/*-------検索メニュー-------*/

.menu-search{
	width:100%;
	padding:0;
	margin:0 auto;
	background-color:#FFFFFF;
 }

/*-------スクロールトップ-------*/

#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:10000000;
	display:none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 4px;
	background-color: #ACACAC;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* ----------------------------------------------------------------------
	ナビゲーション
 ---------------------------------------------------------------------- */
#swHrefTopWrap{
	width:auto;
	background-color:#FFFFFF;
	border-top:#DDDDDD solid 1px;
	border-bottom:#DDDDDD solid 1px;
	margin-top:0;
	margin-bottom:0;
	}
ul#swHrefTop{
	width:1000px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	}
ul#swHrefTop li{
	width:10.00%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	}
	/* IE7ハック */
	*:first-child+html .pc ul#swHrefTop li{
		width:10.00%;
		display:inline-block;
		*display:inline;
		*zoom:1;
		}
ul#swHrefTop li a{
	background-color:#FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:0;
	color:#333333;
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration: none;
	border-left:#DDDDDD 1px solid;
	}
	ul#swHrefTop li:first-child a{
		border-left:none;
		}
	ul#swHrefTop li.active a{
	background-color:#E3E3C8;
		}
/* ----------------------------------------------------------------------
	検索フォーム見出し
 ---------------------------------------------------------------------- */
#h_kensaku{
	margin:0 auto;
	text-align:center;
}