@charset "utf-8";

/* reset
----------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,
address,dt,dd,th,ul,ol,dl,p,
form{
	 font-size:12px;
	 font-weight:normal;
	 font-style:normal;
	 margin:0;
	 padding:0;
}
select,option{
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin:0;
}
select{
	margin:0;
}
dt,dd,li{
	list-style-type:none;
}
img,a img{
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
	 -ms-interpolation-mode:bicubic;
}
label,label input{
	cursor:pointer;
}
label input{
	margin:0 3px 0 0;
	vertical-align:middle;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
tr,td{
	padding:0;
	text-align:left;
}
a{
	outline:0;
}
a:link,a:visited	{
	color:#006ce6;
	text-decoration:underline;
}
a:hover,a:active{
	color:#74b0f4;
}
:focus{
	outline:0;
}
a:hover .ro,
.ro:hover,
input.ro:hover,
.ro:hover input{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.float_l{ float:left !important;}
.float_r{ float:right !important;}

.spCont,#spMenu{display: none;}

.pcCont{
	display:block;
}
.spCont{
	display:none;
}
/* clearfix
----------------------------------------------------------------------- */
.clfix:after	{
	content:".";/* 新しい要素を作る */
	display:block;/* ブロックレベル要素に */
	clear:both;
	height:0;
	visibility:hidden;
}
.clfix	{min-height:1px;}
* html .clfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.clear{clear:both;}
.allclear{clear:both; height:0; font-size:0; line-height:0;}

/* body
----------------------------------------------------------------------- */
body{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.5;
	font-family:"MS P Gothic","ＭＳ Ｐゴシック",osaka,sans-serif;
	color:#444;
	position:relative;
	background: url(../img/body.png) center top repeat-y;
}
h1 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:949px;
	height:15px;
	padding:17px 5px 0 0;
	margin:0 auto;
	text-align:right;
	font-size:10px;
	color: #079f00;
	position:relative;
	z-index:1;
	top: 3px;
}
/* header
----------------------------------------------------------------------- */
#wrap-header {
	width:100%;
	overflow:hidden;
	padding:15px 0 0 0;
	margin:-40px 0 0 0;
	position:relative;
	z-index:0;
	background-image:url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: center -98px;
}
#header{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:974px;
	padding:10px 0 0 0;
	margin:0 auto;
	position:relative;
}
#logo {
	margin:0 20px 0 10px;
	padding: 0 100px 0 25px;
	float:left;
}
#jaljta{
	padding-top: 20px;
}
#header .bnrs{
	margin-top: -4px;
}
/* subnav */
#subnav {
	height:20px;
	padding:0;
	overflow: hidden;
	position:absolute;
	top: 60px;
	right: 18px;
	z-index:2;
	clear:both;
}
#subnav li {
	padding:0 0 0 9px;
	margin:0 0 0 11px;
	font-size:10px;
	background:url(../img/point.png) 0 5px no-repeat;
	display:inline;
	white-space:nowrap;
	float:left;
}
#subnav li a{
	color: #000;
	text-decoration: none;
}
#header .credit{
	position: absolute;
	top: 44px;
	right: 20px;
}
/* PC版翻訳メニュー
----------------------------------------------------------------------- */
#translate {
	text-align: right;
	margin: 10px 18px;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 3;
}
select.translate_menu {
	height: 22px;
	width: 90px;
	background: url(../img/icon_translation.png) 4px 3px no-repeat;
	padding-left: 25px;
	border: 1px solid #cfcfcf;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
select.sptranslate_menu option {
	background-color: #fff;
}
select.translate_menu {
	-webkit-appearance:none; 
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
	border-radius: 0;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}
select.translate_menu::-ms-expand{
	display:none;
}

#translate label {
	position: relative;
}
#translate label::after {
	display: block;
	content: " ";
	position: absolute;
	top: 5px;
	right: 10px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #cfcfcf;
	border-right: 2px solid #cfcfcf;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
}
.mobile .translate_menu, .mobile #translate, .mobile #translate label {
	display: none!important;
}

/* nav1（画像をテキスト化のため修正20170815）
----------------------------------------------------------------------- */
#nav1{
	width:974px;
	height:30px;
	padding:0 0 0 0;
	margin:0 auto;
	clear:both;
	background-color: #58BA0B;
}

#nav1 ul{
	height:auto;
	overflow: hidden;
	text-align: center;

}

#nav1 li{
	display:inline-block;
	font-size:12px;
}

#nav1 li.menu-tour{
	margin-top:7px;
	border-right: 1px solid #fff;
	padding-left:10px;
	padding-right:10px;
}
#nav1 li.menu-tour:last-child{
	border: none;
}
/*オレンジ色のツアーの部分*/
	
/*国内旅行
#nav1 li.kokunai{
	width:101px;
	height:53px;
	background-image:url(../img/nav_dom.png);
	background-repeat:no-repeat;}
#nav1 li.kokunai p{
	margin-top:22px;
	font-size:17px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	/*text-shadow:#666 1px 2px 0px;}*/

#nav1 li a{
text-decoration:none;}/*リンク下線なし*/
/*リンク色： */
#nav1 a:link { color: #fff; }/*まだ見ていないリンク色*/
#nav1 a:visited{color: #fff;}/*既に見たリンク色*/
#nav1 a:hover {text-decoration: underline;}/*カーソルが上にある場合の色*/
#nav1 a:active{text-decoration: underline;}/*リンクを選択した時の色*/

/* nav2 （画像をテキスト化のため修正20170822）
----------------------------------------------------------------------- */
#nav2{
	display: inline-block;
	width:974px;
	padding:5px 0;
	background-color: #c3f171;
	clear:both;
}
#nav2  p{
	height:35px;
	float: left;
	text-align:center;
	font-size:14px;
}
#nav2  p b{
	float: left;
	margin:8px 8px 0 18px;
	
}

#nav2  p span{
	font-size:11px;
}

#nav2  p img{
	margin-top:13px;
}
/*目的地を選ぶ*/

#nav2 ul{
	float: left;
	margin:0 8px;
	background: #fff;
	border-radius: 4px;
}
#nav2 li{
	margin:8px 0;
	/*margin-left:7px;
	padding-right:20px;*/
	float:left;
	font-size:13px;
	text-align: center;
	border-right: 1px dotted #bfbfbf;
}
/*.icon{
	float:left;
	margin-top:5px;
	margin-left:3px;}*/
	

#nav2 li a{
	padding:0 20px;
	text-decoration:none;}/*リンク下線なし*/

#nav2 li:last-child{
	border-right:none;
}
/*リンク色：黒 */
#nav2 a:link { color: #000; }/*まだ見ていないリンク色*/
#nav2 a:visited{color: #000;}/*既に見たリンク色*/
#nav2 a:hover {color:#999;}/*カーソルが上にある場合の色*/
#nav2 a:active{color:#999;}/*リンクを選択した時の色*/

/* pankuzu
----------------------------------------------------------------------- */
#wrap-pankuzu1{
	width: 974px;
	margin: 0 auto;
	border-top:1px solid #c9c9c9;
	clear:both;
}
#wrap-pankuzu2{
	width:944px;
	padding:7px 15px;
	margin:0 auto;
	overflow:hidden;
}
#pankuzu{
	padding:0 0 0 17px;
	font-size:10px;
	background:url(../img/point01.png) 0 center no-repeat;
	float:left;
}
#pankuzu a{
	color: #737373;
	padding:0 18px 0 0;
	margin:0 6px 0 0;
	background:url(../img/pankuzu.png) right center no-repeat;
}
#wrap-pankuzu1 .publicity{
	padding:0 0 0 25px;
	margin:0 0 0 15px;
	background:url(../img/point02.png) 0 center no-repeat;
	float:right;
}

#toppage #pankuzu a{ background:none;}

/* contents
----------------------------------------------------------------------- */
#wrap-contents{
	width: 949px;
	margin: 0 auto;
	padding: 16px 12px 0 13px;
	background:url(../img/bg-contents.png) 0 0 repeat;
}
#contents{
	height: auto;
}
#left	{
	width:710px;
	margin:0 0 25px 0;
	float:left;
}
#right	{
	width:226px;
	margin:0 0 25px 0;
	float:right;
}
h2#heading{
	margin:0 0 10px 0;
}

/* sns
----------------------------------------------------------------------- */
#snsBtn{
	height: auto;
}
#snsBtn li{
	float: left;
}
#snsBtn li.mixi{
	padding-left: 10px;
}
#snsBtn li.facebook{
	width: 75px;
	overflow: hidden;
	padding-left: 10px;
}

/* ご予約済みのお客様へ
----------------------------------------------------------------------- */
#block-reserve{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#block-reserve a{
	text-decoration: none;
}
#block-reserve .blocktitle {
	background: #58BA0B;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 9px 11px;
	letter-spacing: 1px;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	text-align: center;
}
#block-reserve{
	margin-bottom: 10px;
}
#block-reserve .inner{
	padding:10px 7px;
	margin:0 0 12px 0;
	border:3px solid #58BA0B;
	border-top:0;
	background: #fff;
	font-size: 0;
	border-radius:5px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	-moz-border-radius:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-radius:5px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
}
#block-reserve span{
	display: inline-block;
	width: 50%;
}
#block-reserve span.w100{
	width: 100%;
	margin-bottom: 8px;	
}
#block-reserve span a{
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #1c65be!important;
	background: #fff url(../img/point.png) 85px -459px no-repeat;
	padding: 7px 9px 7px 0;
	margin: 0 2px;
	border-radius: 4px;
	border: 2px solid #cccccc;
}
#block-reserve span a:hover{
	background: #e9e9e9 url(../img/point.png) 85px -459px no-repeat;
}
#block-reserve span.w100 a{
	font-size: 13px;
	background: #fff url(../img/point.png) 185px -458px no-repeat;
}
#block-reserve span.w100 a:hover{
	background: #e9e9e9 url(../img/point.png) 185px -458px no-repeat;
}
#block-reserve span.check a{
	padding: 17px 0 17px 10px;
	background: #1f61bb url(../img/point.png) 185px -510px no-repeat;
	color: #fff!important;
	font-size: 15px;
}
#block-reserve span.check a:hover{
	background: #4b82cc url(../img/point.png) 185px -510px no-repeat;
}
#block-reserve span.check a b{
	display: block;
	background: url(../img/ico_reserve.png) 0 center no-repeat;
}
#block-reserve p.note{
	padding: 5px 3px 3px 3px;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffffff;
	margin-bottom:7px;
}
#block-reserve p.note span{
	display: block;
	width: auto;
	padding-left: 1em;
	text-indent: -1em;
}
#block-reserve span.step{
	margin-bottom:0;
}
#block-reserve span.step a{
	color:#fff !important;
	background:url(../img/bg_btnstep.png) repeat-x right top;
	padding-top:9px;
	padding-bottom:8px;
}
#block-reserve span.step a:hover{
	background:url(../img/bg_btnstep.png) repeat-x right top;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* ツアー最安値情報
----------------------------------------------------------------------- */
#saiyasune{
	padding:0 0 15px 0;
	margin:0 0 12px 0;
	background:#fff;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
	display:none;
}
#saiyasune .ui-tabs-nav	{
	padding:0px 0 0 13px;
}
#saiyasune .ui-tabs-nav li{
	margin:0 3px 4px 0;
	float:left;
}
#saiyasune .ui-tabs-nav a{
	width:71px;
	height:31px;
	display:block;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#saiyasune .tab1{ background-position:0 0;}
#saiyasune .tab2{ background-position:-71px 0;}
#saiyasune .tab3{ background-position:-142px 0;}
#saiyasune .tab4{ background-position:-213px 0;}
#saiyasune .tab5{ background-position:-284px 0;}
#saiyasune .tab1:hover,
#saiyasune .ui-tabs-selected .tab1{ background-position:0 -31px;}
#saiyasune .tab2:hover,
#saiyasune .ui-tabs-selected .tab2{ background-position:-71px -31px;}
#saiyasune .tab3:hover,
#saiyasune .ui-tabs-selected .tab3{ background-position:-142px -31px;}
#saiyasune .tab4:hover,
#saiyasune .ui-tabs-selected .tab4{ background-position:-213px -31px;}
#saiyasune .tab5:hover,
#saiyasune .ui-tabs-selected .tab5{ background-position:-284px -31px;}
#saiyasune .monthselect{ width:216px; padding:3px 0 3px 10px; margin-bottom:5px;}
#saiyasune .monthselect label{ padding:0 5px 0 0;}
#saiyasune .ui-tabs-panel	{ padding:0 10px;}
#saiyasune .ui-tabs-panel li{ padding:3px 0; overflow:hidden; border-bottom:1px dotted #000;}
#saiyasune .title{ padding:0 0 0 13px; background:url(../img/point04.png) 4px center no-repeat; float:left;}
#saiyasune .price{ color:#f00; float:right;}
#saiyasune .ui-tabs-nav a	{background-image:url(../img/domestic/tabs-saiyasune.png);}
#saiyasune .monthselect		{background:#f9e9c9;}

/* エリア別人気No1ツアー
----------------------------------------------------------------------- */
#popular{
	padding:0 0 15px 0;
	margin:0 0 12px 0;
	background:#fff;	
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
}
#popular .ui-tabs-nav	{ padding:10px 0 0 10px;}
#popular .ui-tabs-nav li{ margin:0 6px 0 0; float:left;}
#popular .ui-tabs-nav a	{
	width:88px;
	height:27px;
	display:block;
	background-image:url(../img/tabs-popular.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#popular .tab1{ background-position:0 0;}
#popular .tab2{ background-position:-88px 0;}
#popular .ui-tabs-selected .tab1{ background-position:0 -27px;}
#popular .ui-tabs-selected .tab2{ background-position:-88px -27px;}
#popular1{ border-top:4px solid #ff9921;}
#popular2{ border-top:4px solid #77aaf0;}
#popular .attention{ padding:8px 8px 0 0; font-size:10px; text-align:right;}
#popular .cassette{
	width:224px;
	padding:8px 3px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px dotted #999;
	position:relative;
}
#popular .travel{ margin:0 0 5px 0; float:left;}
#popular .title	{ width:143px; padding:0 0 4px 0; line-height:1.3; font-weight:bold; clear:both; float:right;}
#popular .thumb	{ padding:1px; border:1px solid #b0c1cd; float:left;}
#popular .price	{ width:143px; padding:0 0 5px 0; color:#f00; font-weight:bold; float:right;}
#popular .depa	{ clear:both;}
#popular .depa li{ float:left;}

/* 注目キーワード
----------------------------------------------------------------------- */
#keyword{
	margin:0 0 12px 0;
	overflow:hidden;
	background:#84b7f3;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	display: none;
}
#keyword a{ text-decoration:none;}
#keyword div{
	width:222px;
	padding:8px;
	margin:0 auto 4px auto;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#keyword div p{ padding:0 0 0 12px; font-size:14px; font-weight:bold;}
#keyword li	{ padding:3px 6px 0 0; display:inline;}
#keyword .domestic p{ background:url(../img/point08.png) 0 center no-repeat;}
#keyword .abroad p{ background:url(../img/point09.png) 0 center no-repeat;}
#keyword .size1	{ font-weight:bold; font-size:18px;}
#keyword .size2	{ font-weight:bold; font-size:14px;}
#keyword .size3	{}

/* rightその他
----------------------------------------------------------------------- */
#bnr-smart-magazine{margin-bottom: 15px;}
#bnr-melmaga{ margin:0 0 10px 0; background:#fff; text-align:center; font-weight:bold; line-height:1.8;}

#mypage-bana { margin:0 0 10px 0; background:#fff; text-align:center; font-weight:bold; line-height:1.8;}

.bnr-affiliate{ margin:0 0 10px 0; text-align:center;}
#right .support{ margin:0 0 8px 0;}
#right .support ul,
#right .support dl	{
	padding:10px 12px 8px 12px;
	background:#fff;
	border:3px solid #b6b6b6;
	border-top:0;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
}
#right .support dt	{ font-weight:bold;}
#right .support li,
#right .support dd	{
	padding:3px 0 3px 12px;
	border-bottom:1px solid #d4d4d4;
	background:url(../img/point03.png) 0 8px no-repeat;
}

/*キャンペーン */
#right .campaign{ margin:0 0 8px 0;}
#right .campaign ul{
	padding:10px 12px 8px 12px;
	background:#fff;
	border:3px solid #ed2a73;
	border-top:0;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
}
#right .campaign li{
	padding:3px 0 3px 12px;
	border-bottom:1px solid #d4d4d4;
	background:url(../img/point03.png) 0 8px no-repeat;
}

/* ジェイトリップの強み*/
#right .forte{
	margin:0 0 8px 0;
	padding:0 0 15px 0;
	margin:0 0 7px 0;
	background:#fff;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
}
#right .forte ul,
#right .forte dl	{
	padding:10px 13px 0 13px;
	background:#fff;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
}
#right .forte dt	{ font-weight:bold;}
#right .forte li,
#right .forte dd	{
	padding:3px 0 3px 12px;
	border-bottom:1px solid #d4d4d4;
	background:url(../img/point03.png) 0 8px no-repeat;
}
#right .forte .hd-group3	{
	background:url(../img/bg-group3.png) no-repeat 0 0;
	color:white;
	font-weight:bold;
	height:21px;
	width:177px;
	padding:3px 0 0 23px;
	margin:10px 0 0 13px;
}
#right .forte .bnr	{	margin:5px 0 15px 14px;}
#right .forte .b-line	{ background:url(../img/b-line.png) no-repeat 0 bottom; padding-bottom:10px; margin-bottom:5px;}
#right .forte .bnr p {padding:0 0 0 13px; background:url(../img/point04.png) 4px center no-repeat; }

/* トラベルサポート */
#right .support .box{
	border-bottom:1px dotted #999;
	padding:0 0 6px 56px;
	margin-bottom:8px;
	position:relative;
	clear:both;
	width: 140px;
}
#right .support .box img{
	position:absolute;
	left:0;
	top:0;
}
#right .support .box p{
	color:#646464;
	line-height:16px;
	margin:0 0 2px 0;
}
#right .support .box p.title{
	color:#646976;
	font-weight:bold;
}
#right .support .box ul{
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#right .support .box li{
	width:50px;
	font-size:10px;
	border:none;
	margin:0 10px 0 0;
	padding:0 0 0 7px;
	float:left;
	background:url(../img/icon-support.png) no-repeat left 4px;
}
#right .forte .box{
	border-bottom:1px dotted #999;
	padding:0 0 6px 0;
	margin-bottom:8px;
	position:relative;
	clear:both;
	width: 200px;
	overflow:hidden;
}
#right .forte .box img{
	float:left;
}
#right .forte .box p{
	color:#646464;
	line-height:16px;
	margin:0 0 2px 0;
	float:right;
	width:146px;
}
#right .forte .box p.title{
	color:#646976;
	font-weight:bold;
}
#right .forte .box ul{
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#right .forte .box li{
	width:50px;
	font-size:10px;
	border:none;
	margin:0 10px 0 0;
	padding:0 0 0 7px;
	float:left;
	background:url(../img/icon-support.png) no-repeat left 4px;
}
#geotrust{
	width:240px;
	height:190px;
	overflow:auto;
	background:#fff;
	border:3px solid #b6b6b6;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:10px;
}

/* お知らせ欄 
----------------------------------------------------------------------- */
.oshirase{
	border:1px solid #ccc;
	background:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:8px 0;
	margin:0 0 15px 0;
}
.oshirase a:link,
.oshirase a:visited{
	color:#f00;
	text-decoration:underline;
}
.oshirase a:hover,
.oshirase a:active{
	color:#f66;
	text-decoration:underline;
}

/* グループサイト
----------------------------------------------------------------------- */
#group{
	width:675px;
	padding:10px 15px 0 15px;
	margin:0 auto 10px auto;
	overflow:hidden;
	background:#fff;
	clear:both;
	font-family:"meiryo","メイリオ";
}
#hd-group{
	padding:0 0 0 8px;
	margin:0 0 10px 0;
	font-weight:bold;
	border-left:5px solid #b0da23;
}
#group .hd-group2	{
	padding:0 0 3px 0;
	margin:0 0 10px 0;
	font-weight:bold;
	border-bottom:1px dotted #aaa;
}
#group ul{
	width:675px;
	margin:0 0 10px 0;
	overflow:hidden;
}
#group li{
	padding:0 0 0 13px;
	margin:0 10px 8px 0;
	vertical-align:bottom;
	font-size:10px;
	font-weight:bold;
	background:url(../img/point05.png) 0 center no-repeat;
	float:left;
	white-space:nowrap;
}

/* about
----------------------------------------------------------------------- */
#about{
	width:968px;
	margin:0 auto 20px auto;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #fff;
	overflow:hidden;
}
#about img{
	float:left;
	display:block;
	padding:16px 32px 17px 32px;
	background-color:#b2dd11;
	margin:0 22px 0 0;
}
#about p{
	color:#666	;
	padding:11px 22px 0 0;
}

/* footer
----------------------------------------------------------------------- */
#footer {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:974px;
	height:340px;
	padding:15px 0 0 0;
	margin:-8px auto 0;
	background:url(../img/sprite.png) -4px 262px no-repeat;
	clear:both;
	position:relative;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
}
#pagetop {
	width:959px;
	height:20px;
	padding:14px 15px 0 0;
	text-align:right;
	background:url(../img/sprite.png) -4px -293px no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#pankuzu_f {
	height:30px;
	line-height: 30px;
	padding:17px 0 13px 105px;
	margin:0 0 0 30px;
	font-size:11px;
	background: url(../img/logo_footer.png) left center no-repeat;
}
#pankuzu_f a {
	padding:0 18px 0 0;
	margin:0 6px 0 0;
	color: #333;
	background:url(../img/pankuzu.png) right center no-repeat;
}
#toppage #pankuzu_f a {
	background: none;
}
#pankuzu_f a:hover{
	color: #999;
}
#footer .nav_f {
	float:left;
	margin-left: 30px;
}
#footer .nav_f p {
	display: block!important;
	padding:0 0 0 15px;
	margin:0 0 7px 0;
	vertical-align:bottom;
	font-size:11px;
	font-weight:bold;
	background:url(../img/point.png) 0 -196px no-repeat;
	clear:both;
}
#footer .nav_f ul {
	display: block!important;
	height: auto;
	overflow: hidden;	
	padding:0 0 0 15px;
	margin-right: 8px;
	font-size:11px;
}
#footer .nav_f li {
	margin:0 0 4px 0;
	float:left;
}
#footer .nav_f li.corp{
	font-weight: bold;
	margin-bottom: 6px;
}
#footer .nav_f .inner{
	display: block;
	height: auto;
	overflow: hidden;
}
#footer .nav_f.separate ul{
	width: auto;
	float: left;
}
#footer .nav_f.separate li{
	float: none;
}
#copy {
	width:974px;
	font-family:'Times', serif;
	text-align:center;
	position:absolute;
	bottom:5px;
	left:0;
	color: #3b4a03;
}

/* css整理＆IE6崩れ解消用（甲斐20110419）※あとで!important取る
----------------------------------------------------------------------- */
.cassette2{
	width:331px;
	padding:10px 0 0 0;
	overflow:hidden;
	border-bottom:1px dotted #999;
	clear:both;
}
.cassette2 .float_r{ line-height:1.4;}
.cassette2 .title{
	margin:0 0 3px 0;
	font-weight:bold;
}
.cassette2 .txt{
	margin:0 0 6px 0 !important;
}
.cassette2 .price{
	margin:0 0 3px 0 !important;
	color:#f00;
}
.cassette2 .float_l{
	padding:1px;
	margin:0 0 5px 0;
	border:1px solid #b0c1cd;
}
.cassette2 .depa{
	padding:3px 0 0 0;
	overflow:hidden;
	clear:both;
	float:none !important;
	text-align:right;
}
.cassette2 .depa li{
	margin:0 !important;
	font-size:11px !important;
	display:inline;
	float:none !important;
}

/* 国内エリア フリープラン */
#freeplan .cassette2{
	width:325px;
	margin-right:16px;
	clear:none;
	float:left;
}
#freeplan .cassette2 .float_r{ width:225px;}
#freeplan .cassette2 p{ padding:0;}
#freeplan .cassette2 .depa{ width:325px;}

/* 国内エリア イチオシツアーラインナップ */
#tourplan .cassette2{
	width:325px;
	margin-right:16px;
	margin-bottom:0 !important;
	clear:none;
	float:left;
}
#tourplan .status	{width:325px; overflow:hidden;}
#tourplan .float_r{ width:225px; clear:both;}
#tourplan .cassette2 p	{ padding:0;}

/* 国内エリア おすすめホテル */
#hotelplan .cassette2{
	width:670px !important;
	padding:10px 0!important;
	float:none !important;
}
#hotelplan .cassette2 .float_r{ width:490px; position:relative;}
#hotelplan .big .float_r{width:446px;}
#hotelplan .cassette2 .float_l{margin:0;}
#hotelplan .cassette2 .copy	{
	padding:2px 0 2px 10px;
	margin:0 0 7px 0;
	color:#fff;
	background:#f07eb8;
}
#hotelplan .cassette2 .title{
	padding:0;
	margin:0 0 7px 0;
	font-size:16px;
}
#hotelplan .cassette2 .txt{
	width:403px;
	margin:0 0 10px 0 !important;
	padding-left:0;
}
#hotelplan .big .txt{
	width:363px;
}
#hotelplan .cassette2 .depa	{ padding:0;}
#hotelplan .big .depa{ width:446px !important;}
#hotelplan .cassette2 .depa dt,
#hotelplan .cassette2 .depa dd{ margin:0 0 6px 0; float:left;}
#hotelplan .cassette2 .depa dt{
	width:253px;
	height:19px;
	padding:3px 0 0 12px;
	background:url(../img/point10.png) 0 center no-repeat;
	text-align:left;
}
#hotelplan .cassette2 .depa dd{ padding:0 0 0 3px;}
#hotelplan .cassette2 .png{
	position:absolute;
	top:10px;
	right:5px;
}
#okinawa #hotelplan .cassette2 .depa dt,
#hokkaido #hotelplan .cassette2 .depa dt{ width:198px;}
#okinawa #hotelplan .big .depa dt{ width:154px;}

/*USJページ内の、格安オススメホテルのみ、カセットの高さを変更*/
#usj .cassette2{ height:200px;}
#usj .highbox .cassette2{	height:245PX;}
#usj .big .img{	margin-top:13px;}

/* ヘッダー下のインフォ */
p.pickup{
	font-size:14px;
	font-weight:bold;
	background:url(../img/icon_pickup.gif) no-repeat;
	margin:10px 0 0 5px;
	padding-left:65px;
}

/* メンテお知らせ 20120629*/
.notice {
	width:700px; 
	background-color:#EEEEEE; 
	border:1px solid #ccc;
	font-size:14px;
	padding:3px 2px 0 2px;
	margin-bottom:5px;
	font-weight:bold;
}

/* PC版へボタン─────────────────────── */
#btn-smart {
	z-index:1000;
	width:95%;
	margin: 30px auto;
	background-color:#999999
}
#btn-smart a {
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size: 50px;
	color: #ffffff;
	padding: 15px 5px;
	margin:auto;
	background: -moz-linear-gradient(  top,  #ffd500 0%,  #ff7700);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#ffd500),  to(#ff7700));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b85f00;
	-moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),  inset 0px -1px 2px rgba(255, 248, 201, 1);
	-webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),  inset 0px -1px 2px rgba(255, 248, 201, 1);
	box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),  inset 0px -1px 2px rgba(255, 248, 201, 1);
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.6),  1px 1px 0px rgba(0, 0, 0, 0.7);
}