@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}
.f-blue { color: #73d9ff}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14w { font-size: 14px ; font-weight: bold ; color: #ffffff}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}
.f12{
	font-size:12px;
	display:inline;
}
.clear {
	clear: both;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearfix { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
/* end of for macIE */
.clearfix {
	overflow:hidden;
}

ul{
	list-style:none;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
/* CSS初期設定 */
.smpnone{display:none!important;}

#pastlist{
	font-size:1.2rem!important;
	display:block;
	padding-bottom:10px;
}

#pastlist a{
	display:inline;
}

article * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article {
	background-color:#ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#444444;
	text-decoration:none;
	line-height: 1.3em;
	font-size:12px;
}

article img {
	border: none;
}

article h1 {
	font-size:10px;
}
.pageTop {
	width:720px;
	text-align:right;
	margin:5px 0px 10px 0px;
}
p#title {
	margin:0;
}

p#title img{
	width:100%;
	height:auto;
	max-width:800px;
}

h2#title {
	background: url(../images/stit01.jpg) no-repeat;
	width: 950px;
	height: 79px;
	text-indent: -9999px;
	margin:0;
}
h2#title2 {
	background: url(../images/stit02.jpg) no-repeat;
	width: 950px;
	height: 79px;
	text-indent: -9999px;
}

/*----------------------大枠(売りつくしラインナップ)-----------------------*/
#mainWrap{
	display:block;
	margin:10px 0 0 0;
	overflow:hidden;
}
/*まとめて検索*/
#all-web_plan{
	margin:0;
	padding:0;
	display:block;
	background:#FFF;
}

#all-web_plan dt{
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#ff9200;
	font-size:16px;
	font-weight:bold;
	margin: 15px 0 15px 0;
}

#all-web_plan dd{
	background:#FFF;
	margin:0;
	padding:0;
	overflow:hidden;
}

#all-web_plan dd ul{
	margin:0;
	padding:0px 0 5px 0;
	overflow:hidden;
}

#all-web_plan dd ul li{
	display:block;
	font-size:12px;
	text-align:center;
	background:#000;
	margin:0 10px 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#all-web_plan dd ul li#a01{
	background: -moz-linear-gradient(
		top,
		#e8447b 0%,
		#d52542);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e8447b),
		to(#d52542));
		padding:10px;}
		
#all-web_plan dd ul li#a02{
	background: -moz-linear-gradient(
		top,
		#79c650 0%,
		#469e2e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#79c650),
		to(#469e2e));
		padding:10px;}

#all-web_plan dd ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	position:relative;
}
#all-web_plan dd ul li a:after{
border-left: 10px solid #FFF;
border-bottom: transparent 7px solid;
border-top: transparent 7px solid;
content: "";
margin: 0 0 0 10px;
height: 0px;
right: 3px;
position: absolute;
top: -1px;
width: 0px;
font-weight:bold;
}

/*----------------------コメント枠-----------------------*/

#commentWrap{
	display:block;
}

#comment{
	font-size:1rem;
	line-height:1.8em;
	text-align:center;
}

/*----------------------add0611-----------------------*/
/*title*/
#mokutekiTit{
	height:58px;
	background:url(../images/smp/ti_mokuteki.gif) no-repeat;
	line-height:68px;
	padding:0 0 0 30px;
	margin:0 0 5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	text-align:center;
}

#areaTit,
#searchTit{
	height:58px;
	background:url(../images/smp/ti_area.gif) no-repeat;
	line-height:68px;
	padding:0 0 0 30px;
	margin:0 0 15px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	clear:both;
	display:block;
	text-align:center;
}

/*mokuteki*/
#mokutekiWrap .box{
	border:3px solid #d9d0d2;
	padding:5px;
	margin:0 5px 5px;
}

#areaWrap .box{
	border:3px solid #d9d0d2;
	margin:0 5px 10px;
}

.boxLast{
	width:275px;
	float:left;
	border:2px solid #d9d0d2;
	padding:13px;
	margin:0;
}

#hotelTit{
	height:51px;
	background:url(../images/smp/bg_hotel.gif) no-repeat;
	font-size:16px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:51px;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	border-bottom:2px solid #d9d0d2;
}

#rotenTit{
	height:56px;
	background:url(../images/smp/bg_roten.gif) no-repeat;
	margin:0 0 10px 0;
	border-bottom:2px solid #d9d0d2;
	padding:5px 0 0 20px;
	font-size:16px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:20px;
}

#erabareshiTit{
	height:51px;
	background:url(../images/smp/bg_erabareshi.gif) no-repeat;
	margin:0 0 10px 0;
	border-bottom:2px solid #d9d0d2;
	font-size:16px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:51px;
	padding:0;
}

/*areaTit*/
#hokkaidoTit{
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#tohokuTit{
	height:61px;
	background:url(../images/bg_tohoku.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#izuhakoneTit{
	height:66px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#syutokenTit{
    height: 61px;
    background: url(../images/bg_tokyo.jpg) no-repeat 100% 100%;
    margin: 2px 0 10px -3px;
    padding: 3px 0 0 20px;
	font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    display: block;
    border-bottom: 2px solid #d9d0d2;
    line-height: 26px;
    font-size: 18px;
}

#syutokenTit span{
	display:block;
	font-size:16px;
	margin:0;
	padding:16px 0 0 10px;
	line-height:18px;
	letter-spacing:-1px;
}

#niigataTit{
	height:61px;
	background:url(../images/bg_shinshu.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#hidaTit{
	height:61px;
	background:url(../images/bg_tokai.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#hokurikuTit{
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#kitakinkiTit{
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#sanyoTit{
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#shikokuTit{
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#kyushuTit{
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#okinawaTit{
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 100%;
	margin:2px 0 10px -3px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

p.catche{
	margin:0 5px 15px;
	padding:0;
}

p.bigPhoto{
	width:100px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

p.bigPhoto img{
	width:100%;
	height:auto;
}

h4.ichirei{
	margin:0 0 10px 0;
	padding:0;
	display:block;
	text-align:center;
	background:url(../images/bg_osusume.gif);
	padding:5px;
	clear:both;
}

#areaWrap h4.ichirei{
	margin:0 5px 5px;
	font-size: 16px;
}

.box div.plan,.boxLast div.plan{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #d9d0d2;
	cursor:pointer;
	overflow:hidden;
}

#areaWrap .box div.plan{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	padding:0 0 5px 0;
	margin:0 5px 5px 5px;
	border-bottom:1px solid #d9d0d2;
	cursor:pointer;
	overflow:hidden;
}

.box div.plan:hover a,.boxLast div.plan:hover a{
	display:block;
	color:#F90;
	text-decoration:none;
	overflow:hidden;
}

.box div.plan > p,.boxLast div.plan > p{
	width:100px;
	height:auto;
	float:left;
	display:block;
	margin:0 10px 0  0;
	padding:0;
}

.box div.plan > p img,.boxLast div.plan > p img{
	width:100px;
	height:auto;
	display:block;
}

.box div.plan > p,.boxLast div.plan > p >span{
	text-align:center;
	background:#e7f5f7;
	padding:0;
	font-size:10px;
	display:block;
}

.box div > dl,.boxLast div > dl{
	height:auto;
	display:block;
	margin:0;
	padding:0;
overflow:hidden;
}

.box div > dl > dt,.boxLast div > dl > dt{
	margin:0 0 5px 0;
	padding:0;
	display:block;
	font-size:16px;
	font-weight:bold;
}

.box div.plan > dl > dt a,.boxLast div.plan > dl > dt a{
	display:block;
	line-height:1.2em;
}

.box div.plan > dl > dd,.boxLast div.plan > dl > dd{
	margin:0 0 3px 0;
	padding:0;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	font-family:"メイリオ","ＭＳ Ｐゴシック";
	letter-spacing:-0.05em;
	overflow:hidden;
	display:block;
}

.box div.plan > dl > dd span,.boxLast div.plan > dl > dd span{
	font-size:10px;
	display:block;
	color:#333;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック";
	margin:4px 0 3px 0;
}
div#leftWrap .box ul,.boxLast ul{
	display:block;
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

div#leftWrap #areaWrap ul{
	margin:0 5px 5px;
}

div#mainWrap .box ul li.yadoB{
	display:block;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff6ead 0%,
		#ff4e98);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff6ead),
		to(#ff4e98));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #ff4e98;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
		margin:0 0 5px 0;
}

div#mainWrap .box ul li.yadoB a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:10px;
}


div#mainWrap .box ul li.jrB{
	display:block;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#5ec200 0%,
		#499c00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5ec200),
		to(#499c00));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #499c00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
		margin:0 0 5px 0;
}

div#mainWrap .box ul li.jrB a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:10px;
}

div#mainWrap .box ul li.airB{
	text-align:center;
	margin:0 0 5px 0;
	background: -moz-linear-gradient(
		top,
		#62befc 0%,
		#359fe6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#62befc),
		to(#359fe6));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #359fe6;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

div#mainWrap .box ul li.airB a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:10px;
}

div#mainWrap .box ul li a:after{
	content:"";
	width:12px;
	height:12px;
	background:url(../images/smp/im_arrow.png) no-repeat 0 0;
	background-size:100% auto;
	float:right;
}

span.area{
	display:block;
	font-size:10px;
	margin:0 0 4px 0;
	font-weight:normal;
	overflow:hidden;
}

span.iconYado{
	width:100px;
	height:17px;
	display:block;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:18px;
	background:url(../images/bg_plan.gif) no-repeat;
	margin:0 0 5px 0;
	font-weight:normal;
	overflow:hidden;
}

span.iconJr{
	width:100px;
	height:17px;
	display:block;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:17px;
	background:url(../images/bg_plan.gif) no-repeat 0 -17px;
	margin:0 0 5px 0;
	font-weight:normal;
}

span.iconAir{
	width:100px;
	height:17px;
	display:block;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:17px;
	background:url(../images/bg_plan.gif) no-repeat 0 -34px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#mokutekiWrap,#areaWrap{
	display:block;
	margin:0 0 0 0;
	overflow:hidden;
}

ul#tab,
ul#sale_tab{
	display:-webkit-box;
    display:-moz-box;
	list-style:none;
	margin:5px 0 10px 0;
	padding:0;
	overflow:hidden;
	border-bottom:4px solid #ff7400;
	width:100%;
	height:auto;
}

ul#tab li,
ul#sale_tab li{
	width:25%;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
    -webkit-box-flex:1;
    -moz-box-flex:1;

	font-size:10px;
	text-align:center;
	margin:0 0 0 0;
	font-weight:bold;
	font-family:"メイリオ","ＭＳ Ｐゴシック";
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e6e6e6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#e6e6e6));
	border: 1px solid #d4d4d4;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
}

ul#tab li a,
ul#sale_tab li a{
	display:block;
	text-decoration:none;
	color:#676767;
	padding:10px 2px;
}

ul#tab li#now,
ul#sale_tab li#now{
	width:25%;
    -webkit-box-flex:1;
    -moz-box-flex:1;
	padding:0;
	margin:0 0 0 0;
	color:#FFF;
	background: -moz-linear-gradient(
		top,
		#ff8f33 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff8f33),
		to(#ff7300));
	border: 1px solid #ff8f33;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
		padding:10px 2px;
}

.heightLine-group2,.heightLine-group3,.heightLine-group4,.heightLine-group5,.heightLine-group6{
	margin-bottom:10px;
}

.bnone{
	border-bottom:none !important;
	
}

.heightLine-group2{
	margin-bottom:0 !important;
}

/*naviMenu*/
ul#naviMenu{
	display:block;
	background:#fff9ea;
	padding:10px;
	margin:0 0 15px 0;
	overflow:hidden;
}

ul#naviMenu li{
	width: 20%;
    float: left;
    padding: 0;
    margin: 0 0 3% 0;
    border-right: 1px solid #999;
    text-align: center;
}

ul.mb10{
	margin-bottom:10px;
}

/*タブ切り替え*/

.disnon {
  display: none;
}
.content_wrap {

}

ul#navi{
	display:table;
	table-layout: fixed;
	width:100%;
	border-bottom:3px solid #ff7402;
	margin:0 0 10px 0!important;
}

ul#navi li{
	display:table-cell;
	font-size:1.4rem;
	background:#009;
	color:#FFF;
	padding:8px;
	text-align:center;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
	background: -moz-linear-gradient(
		top,
		#a3a3a3 0%,
		#949494);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#a3a3a3),
		to(#949494));
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
			border-top: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;

}

ul#navi li:after{
	content:"";
	width:10px;
	height:10px;
	float:left;
	background:url(../images/smp/im_arrow.png) no-repeat;
	background-size:10px 10px;
	margin:3px 0 0 0;
}

ul#navi li.select{
	background: -moz-linear-gradient(
		top,
		#ff8f33 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff8f33),
		to(#ff7300));
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
	border-top: 1px solid #ff7402;
	border-left: 1px solid #ff7402;
	border-right: 1px solid #ff7402;
	
}

ul#navi li.select:after{
	content:"";
	width:14px;
	height:14px;
	float:left;
	background:url(../images/smp/im_arrow_now.png) no-repeat;
	background-size:100%;
	margin:3px 0 0 0;
}

/*topBtn*/
.topBtn {
	text-decoration: none;
	background: #FF7000;
	background: url(//www.nta.co.jp/sp/images/sp_btn_icon01.png) no-repeat 4% center, -moz-linear-gradient(top, #FF7000, #FF7000);
	background: url(//www.nta.co.jp/sp/images/sp_btn_icon01.png) no-repeat 4% center, -webkit-gradient(linear, left top, left bottom, from(#FF7000), to(#FF7000));
	background-size: 15px, auto;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px auto 16px;
	padding: 14px 0;
	width: 92%;
	display: block;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	color:#FFFFFF;
	text-decoration:none;
}

.topBtn a{
	display:block;
	color:#FFF;
	text-decoration:none!important;
}

.topBtn a:link{
	display:block;
	color:#FFF;
	text-decoration:none!important;
}

.topBtn a:visited{
	color:#FFF;
	text-decoration:none!important;
}

.global-header a{
	text-decoration:none!important;
}

#footSP a{
	text-decoration:none;
}

/*選択時*/
#tabMenuSeason li#webcollesp {background: #1b1b89;}
#tabMenuSeason li#webcollesp a {color:#FFF;}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

/* CSS初期設定 */
article {
	margin: 0 auto !important;
    width: 950px !important;

	background-color:#ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#444444;
	text-decoration:none;
	line-height: 1.3em;
	font-size:12px;
}
article img {
	border: none;
}
article h1 {
	margin:0;
	padding:2px;
	color:#000;
	font-size:12px;
	font-weight:normal;
	background:none;
}
.pageTop {
	width:720px;
	text-align:right;
	margin:5px 0px 10px 0px;
}
p#title {
	margin:0;
	width:950px;
	height:173px;
}
h2#title {
	background: url(../images/stit01.jpg) no-repeat;
	width: 950px;
	height: 79px;
	text-indent: -9999px;
	margin:0;
}
h2#title2 {
	background: url(../images/stit02.jpg) no-repeat;
	width: 950px;
	height: 79px;
	text-indent: -9999px;
}

/*----------------------大枠(売りつくしラインナップ)-----------------------*/
#mainWrap{
	width:950px;
	display:block;
	margin:10px 0 0 0;
	overflow:hidden;
}

/*まとめて検索*/
#all-web_plan{
	line-height:1.8em;
	margin: 1% auto 2%;
}

#all-web_plan dt{
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#ff9200;
	font-size:16px;
	font-weight:bold;
}

#all-web_plan dd{
	background:#FFF;
	margin:5px;
	padding:0;
}

#all-web_plan dd ul{
	margin:0;
	padding:0px 0 5px 0;
	overflow:hidden;
}

#all-web_plan dd ul li {
	display: block;
	float: left;
	width: 46%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	margin: 0 2%;
	border-radius: 5px;
}

#all-web_plan dd ul li#a01{
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#e8447c+0,d62645+100 */
background: #e8447c; /* Old browsers */
background: -moz-linear-gradient(top, #e8447c 0%, #d62645 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e8447c 0%,#d62645 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e8447c 0%,#d62645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8447c', endColorstr='#d62645',GradientType=0 ); /* IE6-9 */
}
#all-web_plan dd ul li#a02{
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#81cb55+0,469e2e+100 */
background: #81cb55; /* Old browsers */
background: -moz-linear-gradient(top, #81cb55 0%, #469e2e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #81cb55 0%,#469e2e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #81cb55 0%,#469e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cb55', endColorstr='#469e2e',GradientType=0 ); /* IE6-9 */
}

#all-web_plan dd ul li a{
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
	text-decoration:none;
	color:#FFF;
}

/*----------------------コメント枠-----------------------*/
#commentWrap{
	width: 950px;
	display:block;
}

#commentWrap #top{
	width: 950px;
	height:15px;
	display:block;
	margin:0;
	padding:0;
	background:top left;
	background:url(../images/im_top.gif) no-repeat;
}

#comment{
	width:763px;
	padding:0 10px 10px 160px;
	font-size:14px;
	background:url(../images/bg_omment.gif) no-repeat;
	background-position:bottom left;
	line-height:2.5em;
}

/*----------------------add0611-----------------------*/
/*title*/
#mokutekiTit{
	width:950px;
	height:58px;
	background:url(../images/ti_mokuteki.gif) no-repeat;
	line-height:68px;
	padding:0 0 0 60px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
}

#areaTit,
#searchTit{
	width:950px;
	height:58px;
	background:url(../images/ti_area.gif) no-repeat;
	line-height:68px;
	padding:0 0 0 60px;
	margin:0 0 15px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	clear:both;
	display:block;
}

/*mokuteki*/
.box{
	width: 213px;
    float: left;
    border: 2px solid #d9d0d2;
    padding: 5px;
    margin: 0 5px 15px;
}

.boxLast{
	width:275px;
	float:left;
	border:2px solid #d9d0d2;
	padding:13px;
	margin:0;
}

#hotelTit{
	height:81px;
	background:url(../images/bg_hotel.gif) no-repeat;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:71px;
	margin:0;
	padding:0 0 0 30px;
}

#rotenTit{
	height:71px;
	background:url(../images/bg_roten.gif) no-repeat;
	margin:0;
	padding:10px 0 0 20px;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:20px;
}

#erabareshiTit{
	height:81px;
	background:url(../images/bg_erabareshi.gif) no-repeat;
	margin:0;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:71px;
	padding:0;
}

/*areaTit*/
#hokkaidoTit{
	width:204px;
	height:61px;
	background:url(../images/bg_hokkaido.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#tohokuTit{
	width:204px;
	height:61px;
	background:url(../images/bg_tohoku.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#izuhakoneTit{
	width:285px;
	height:66px;
	background:url(../images/bg_izuhakone.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#syutokenTit{
	width: 204px;
    height: 55px;
    background: url(../images/bg_tokyo.jpg) no-repeat 100% 0;
    margin: -5px 0 10px -5px;
    padding: 6px 0 0px 20px;
	font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    display: block;
    border-bottom: 2px solid #d9d0d2;
    line-height: 26px;
    font-size: 18px;
}

#syutokenTit span{
	display:block;
	font-size:14px;
	margin:0;
	padding:20px 0 0 10px;
	line-height:18px;
	letter-spacing:-1px;
}

#niigataTit{
	width:204px;
	height:61px;
	background:url(../images/bg_shinshu.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#hidaTit{
	width:204px;
	height:61px;
	background:url(../images/bg_tokai.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#hokurikuTit{
	width:204px;
	height:61px;
	background:url(../images/bg_hokuriku.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#kitakinkiTit{
	width:204px;
	height:61px;
	background:url(../images/bg_kansai.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#sanyoTit{
	width:204px;
	height:61px;
	background:url(../images/bg_sanyo.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#shikokuTit{
	width:204px;
	height:61px;
	background:url(../images/bg_sikoku.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#kyushuTit{
	width:204px;
	height:61px;
	background:url(../images/bg_kyushu.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

#okinawaTit{
	width:204px;
	height:61px;
	background:url(../images/bg_okinawa.jpg) no-repeat 100% 0;
	margin:-5px 0 10px -5px;
	padding:0 0 0 20px;
	font-size:22px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:71px;
	display:block;
	border-bottom:2px solid #d9d0d2;
}

p.catche{
	margin:0 5px 15px;
	padding:0;
}

p.bigPhoto{
	width:210px;
	height:158px;
	margin:0 auto 15px;
	padding:0;
}

h4.ichirei{
	font-size: 16px;
    font-weight: bold;
	height:30px;
	margin:0 0 10px 0;
	padding:0;
	display:block;
	line-height:30px;
	text-align:center;
	background:url(../images/bg_osusume.gif) no-repeat;
}

.box div.plan,.boxLast div.plan{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #d9d0d2;
	cursor:pointer;
}

.box div.plan:hover a,.boxLast div.plan:hover a{
	display:block;
	color:#F90;
	text-decoration:none;
}

.box div.plan > p,.boxLast div.plan > p{
	width:80px;
	height:auto;
	float:left;
	display:block;
	margin:0 10px 0  0;
	padding:0;
}

.box div.plan > p img,.boxLast div.plan > p img{
	width:80px;
	height:auto;
	display:block;
}

.box div.plan > p,.boxLast div.plan > p >span{
	text-align:center;
	background:#e7f5f7;
	padding:0;
	font-size:10px;
	display:block;
}

.box div > dl,.boxLast div > dl{
	width:120px;
	height:auto;
	float:right;
	display:block;
	margin:0;
	padding:0;
}

.box div > dl > dt,.boxLast div > dl > dt{
	margin:0 0 5px 0;
	padding:0;
	display:block;
	font-size:14px;
	font-weight:bold;
}

.box div.plan > dl > dt a,.boxLast div.plan > dl > dt a{
	display:block;
}

.box div.plan > dl > dd,.boxLast div.plan > dl > dd{
	margin:0;
	padding:0;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	font-family:"メイリオ","ＭＳ Ｐゴシック";
	letter-spacing:-0.05em;
}

.box div.plan > dl > dd span,.boxLast div.plan > dl > dd span{
	font-size:10px;
	display:block;
	color:#333;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック";
}
.box ul,.boxLast ul{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

li.yadoB{
	width:214px;
	height:36px;
	display:block;
	margin:0 0 8px 0;
	padding:0;
	background:url(../images/bg_btn.gif) no-repeat;
	line-height:36px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

li.yadoB a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

li.yadoB a:hover{
	background:url(../images/bg_btn.gif) no-repeat 0 -36px;
}

li.jrB{
	width:104px;
	height:36px;
	display:block;
	margin:0 5px 0 0;
	padding:0;
	background:url(../images/bg_btn.gif) no-repeat 0 -72px;
	line-height:36px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

li.jrB a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 0 0 15px;
}

li.jrB a:hover{
	background:url(../images/bg_btn.gif) no-repeat 0 -108px;
}

li.airB{
	width:104px;
	height:36px;
	display:block;
	margin:0;
	padding:0;
	background:url(../images/bg_btn.gif) no-repeat -110px -72px;
	line-height:36px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

li.airB a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 0 0 15px
}

li.airB a:hover{
	background:url(../images/bg_btn.gif) no-repeat -110px -108px;
}

span.area{
	display:block;
	font-size:10px;
	margin:0 0 2px 0;
	font-weight:normal;
}

span.iconYado{
	width:100px;
	height:17px;
	display:block;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:18px;
	background:url(../images/bg_plan.gif) no-repeat;
	margin:0 0 5px 0;
	font-weight:normal;
}

span.iconJr{
	width:100px;
	height:17px;
	display:block;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:17px;
	background:url(../images/bg_plan.gif) no-repeat 0 -17px;
	margin:0 0 5px 0;
	font-weight:normal;
}

span.iconAir{
	width:100px;
	height:17px;
	display:block;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:17px;
	background:url(../images/bg_plan.gif) no-repeat 0 -34px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#mokutekiWrap,#areaWrap{
	width:950px;
	display:block;
	margin:0 0 0 0;
	overflow:hidden;
}

ul#tab,
ul#sale_tab{
	display:block;
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
	border-bottom:4px solid #FF0066;
}

ul#tab li,
ul#sale_tab li{
	width:234px;
	height:55px;
	background:url(../images/tab_normal.gif) no-repeat;
	display:block;
	font-size:16px;
	text-align:center;
	margin:0 0 0 3px;
	float:left;
	font-weight:bold;
	font-family:"メイリオ","ＭＳ Ｐゴシック";
}

ul#tab li a,
ul#sale_tab li a{
	display:block;
	text-decoration:none;
	color:#676767;
	padding:30px 0 10px 0;
}

ul#tab li a:hover,
ul#sale_tab li a:hover{
	background:url(../images/tab_normal.gif) no-repeat 0 -59px;
}

ul#tab li#now,
ul#sale_tab li#now{
	width:234px;
	height:55px;
	line-height:58px;
	padding:0;
	margin:0 0 0 0;
	color:#FFF;
	background:url(../images/tb_on.gif) no-repeat;
}

.heightLine-group2,.heightLine-group3,.heightLine-group4,.heightLine-group5,.heightLine-group6{
	margin-bottom:10px;
}

.bnone{
	border-bottom:none !important;
}

.heightLine-group2{
	margin-bottom:0 !important;
}

/*naviMenu*/
ul#naviMenu{
	width:950px;
	display:block;
	background:#fff9ea;
	padding:10px;
	margin:0 0 15px 0;
	overflow:hidden;
}

ul#naviMenu li{
	width: 60px;
    float: left;
    text-align: center;
    padding: 0 9px 0 0;
    margin: 0 9px 0 0;
    border-right: 1px solid #999;
}

ul.mb10{margin-bottom:10px;}
div#footSP{display:none;}

/*選択時*/
#tabMenuSeason li#webcollesp {background: #1b1b89;}
#tabMenuSeason li#webcollesp a {color:#FFF;}

}