<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";
/* CSS Document */

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


.cb10{
	clear: both;
	height: 10px;
	width: 100%;
}

/*-------三角アイコンつける デフォルト白なので色変えるときは各クラスで設定　2016.6.10ﾏｴｶﾜ---------*/
a.arrow{
	position: relative;
}
a.arrow::before,
a.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
a.arrow::before{
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #FFF;
}
/*三角アイコン左側*/
a.arrowL::before{
	left: 3px;
}
/*三角アイコン右側*/
a.arrowR::before{
	left: 98%;
}
/*-------アコーディオン　2016.6.10ﾏｴｶﾜ---------*/
.accordion {
	min-width:100%;
	margin: 0 auto;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	background: #9fb7d4;
	cursor: pointer;
	padding: 10px;
	text-align:center;
	border-bottom: 1px solid #fff;
	color:#FFFFFF;
	position: relative;
}
.accordion label:before,
.accordion label:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.accordion label:before{
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-top: 6px solid #FFF;
	left: 96%;
	top:10%;
}
.accordion label:hover {
	background: #ccc;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #ddd;
	padding: 0 5px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 5px;
}

/*ランキングのランク画像重ねる*/
.rankSp{
	background:url(//www.tabione.comimg/category/hatobus/medal.png) no-repeat;
	background-size:50px 60px;
	width:50px;
	height:60px;
	position:absolute;
	left:2px;
	top:2px;
	font-weight:bold;
	color:#F00;
	font-size:1.2em;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}
/* 見出し画像------------------------------------------------------------------------------------------ */

article h2 {
	background: none!important;
}

article h2 img {
	margin: 0 auto;
	display:block;
}
article h4,
section h4 {
	clear:both;
	border-top: 2px solid #FF7F0E;
	background:url(../img/common/label_bg.png)0 0 repeat-x!important;
	-webkit-background-size: 100% 35px !important;
	-moz-background-size: 100% 35px !important;
	-o-background-size: 100% 35px !important;
	color:#FFF;
	font-weight:bold;
}
/*追加2016.6.9ﾏｴｶﾜ*/
article h4.blueBg{
	background:url(/img/pref/miyako/miyakoBg.gif) repeat!important;
	border-top:none;
}

#area01{
	margin-top:5px;
}
#area01 li {/*background: url("../img/common/arrow2.png") no-repeat scroll left center / 50px 35px transparent;*/
    background: url("//www.tabione.comsp/module/img/common/arrow2.png") no-repeat scroll left center transparent!important;
	-webkit-background-size: 50px 35px !important;
	-moz-background-size: 50px 35px !important;
	-o-background-size: 50px 35px !important;
    border-bottom: 1px solid #DBDBDB!important;
	clear:both;
}
#area01 li a {
    display: block;
    padding: 10px 10px 10px 60px!important;
    text-decoration: none !important;
}
#area01 .photobox{
	float:left;
}
#area01 span.title {
    color: #0E6AA4 !important;
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: underline !important;
}
#area01 p.float{
	float:left;
	width:70%;
}
/* 各カテゴリー　矢印---------------------------------------------------------------------------------- */
#area02 {
	clear:both;
}
#area02 li {
	background:url(../img/special/arrow.png) right no-repeat ;
	-webkit-background-size: 18px 69px !important;
	-moz-background-size: 39px 69px !important;
	-o-background-size: 39px 69px !important;
	padding-bottom:5px;
	border-bottom:1px solid #dbdbdb;
}

#area02 li a {
	display:block;
	padding:10px 0 10px 10px;
	text-decoration:none !important ;
}


#area02 li p {
	float:left;
	width:70%;
	line-height:1.2;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	line-height:1.4 !important;
}
#area02 span.mainText {
	display:block;
	text-decoration:underline!important;
	padding-bottom:3px ;
	font-weight:bold;
	font-size: 14px !important;
}

#area02 span.subText {
	display:block;
	line-height:1.4 !important;
	font-size:10px !important;
	color:#666666 !important;
}

/* 各カテゴリー　矢印---------------------------------------------------------------------------------- */

#area03 li {
	background:url(../img/special/arrow.png) right no-repeat ;
	-webkit-background-size: 18px 69px !important;
	-moz-background-size: 39px 69px !important;
	-o-background-size: 39px 69px !important;
	border-bottom:1px solid #dbdbdb;
}

#area03 li a {
	display:block;
	padding:10px 0 10px 10px;
	text-decoration:none !important ;
}

#area03 li p {
	float:left;
	width:70%;
	line-height:1.2;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	line-height:1.4 !important;
}
#area03 span.mainText {
	display:block;
	text-decoration:underline!important;
	padding-bottom:3px ;
	font-weight:bold;
	font-size: 14px !important;
}

#area03 span.subText {
	display:block;
	line-height:1.4 !important;
	font-size:10px !important;
	color:#666666 !important;
}
/* 各カテゴリー　矢印---------------------------------------------------------------------------------- */

#area04 li {
	background:url(../img/special/arrow.png) right no-repeat ;
	-webkit-background-size: 18px 69px !important;
	-moz-background-size: 39px 69px !important;
	-o-background-size: 39px 69px !important;
	padding-bottom:5px;
	border-bottom:1px solid #dbdbdb;
}

#area04 li a {
	display:block;
	padding:10px 0 10px 10px;
	text-decoration:none !important ;
/*	height:47px;*/
}

#area04 li p {
	float:left;
	width:70%;
	line-height:1.2;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	line-height:1.4 !important;
}
#area04 span.mainText {
	display:block;
	text-decoration:underline!important;
	padding-bottom:3px ;
	font-weight:bold;
	font-size: 14px !important;
}

#area04 span.subText {
	display:block;
	line-height:1.4 !important;
	font-size:10px !important;
	color:#666666 !important;
}
/* 特集①　内容----------------------------------------------------------------------------------------------- */

article#special01 span.photobox {
	float:left;
	display:block;
	border:1px solid #dbdbdb;
	margin-right:5px;
}

article#special01 p {
	float:left;
	display:block;
}

article#special01 span.mainText {
	display:block;
	text-decoration:underline;
	padding-bottom:3px ;
	font-weight:bold;
}

article#special01 span.subText {
	display:block;
	line-height:1.4 !important;
	font-size:13px !important;
	color:#666666 !important;
}

/* 特集②　内容----------------------------------------------------------------------------------------------- */

article h3 {
	background:#fff4d0;
	color:#e14d19;
	font-weight:bold;
	font-size:14px;
	border-bottom:2px solid #ffc994;
	padding:12px 10px;
	margin-top:10px;
	line-height:1.4;
}

article .specialDate {
	border-bottom:1px solid #dbdbdb;
}

article span.photobox02 {
	float:left;
	padding:10px 0 10px 10px;
	width:20%;
}

article span.photobox02 img {
	border:1px solid #dbdbdb;
	display:block;
	margin: 0 auto;
}

article span.detailList {
	float:left;
	padding:5px 10px 10px 10px ;
	font-weight:bold;
	color:#666666;
	width:70%;
	display:block;
}

article ul.details li {
	border-bottom:1px dashed #dbdbdb;
	line-height:1 !important;
	padding:4px 0 3px;
}

article ul.details .deta01 {
	font-size:9px;
	color:#e14d19;
	font-weight:bold;
	width:80px;
	float:left;
}

article ul.details .deta02 {
	font-size:9px;
	float:left;
	line-height:1.2;
	width:63%;
}

ul.tour_list li {
	background:url(../img/special/arrow.png) right no-repeat ;
	-webkit-background-size: 18px 69px !important;
	-moz-background-size: 39px 69px !important;
	-o-background-size: 39px 69px !important;
	border-bottom:1px solid #dbdbdb;
	font-size:10px;
	font-weight:bold;
}

ul.tour_list li a {
	display:block;
	padding:10px 0 8px 10px;
	text-decoration:none !important ;
}

ul.tour_list li span {
	width:90%;
	display:block;
}

.imgcenter{
	margin-left:auto;
	margin-right:auto;
}
/*掲載プラン*/
article#special01 p#keisai{
	background:url(../../img/topics/yakushima/keisai_back.jpg)0 0 repeat-x!important;
	-webkit-background-size: 100% 53px !important;
	-moz-background-size: 100% 53px !important;
	-o-background-size: 100% 53px !important;
	width: 100%;
}

.planlist {
	margin-top:5px;
	clear:both;
	background:url(../img/common/label_bg_plan.png)0 0 repeat-x!important;
	-webkit-background-size: 100% 35px !important;
	-moz-background-size: 100% 35px !important;
	-o-background-size: 100% 35px !important;
}
/* paddingなど------------------------------------------------------------------------------------------ */
.pl10{
	padding-left:10px;
}
.pr10{
	padding-right:10px;
}
.pt10{
	padding-top:10px;
}
.pb10{
	padding-bottom:10px;
}
/* table----------------------------------------------------------------------------------------- */
table{
	clear:both;
	width:95%;
	margin:5px auto;
	text-align:center;
	font-size:90%;
}
table th{
	background:#FC0;
}
/* 検索----------------------------------------------------------------------------------------- */
#ndSearch{
	margin-bottom:5px;
}
#ndSearch table,#ndSearch table tr,#ndSearch table td{
	border:0;
	padding:0;
	text-align:left;
	vertical-align:middle;
}

#ndSearch .title{
	margin-left:5px;
}
#ndSearch label{
	font-size:13px;
	margin-left:1px;
}
#ndSearch td.useDay01{
	width:70%;
}
#ndSearch .btn{
	
}
/* 見どころ----------------------------------------------------------------------------------------- */
#spot{
	clear:both;
	margin-top:5px;
}

#spot .spotBox{
	border:#999 1px solid;
	width:90%;
	margin:3px auto;
	padding:5px;
}
#spot p.spotTtl{
	font-weight:bold;
	font-size:110%;
	text-align:center;
}
#spot .spotBox dl{
	clear:both;
	display:table;
	table-layout:fixed;
}
#spot .spotBox dl dt{
	display:table-cell;
	width:150px;
	vertical-align:top;
	padding-right:5px;
}
#spot .spotBox dl dd{
	display:table-cell;
}

/*2015.02.17追加template用*/
p.linkPcBn{
	float:right!important;
	margin:5px;
}
#area05{
	clear:both;
}
#area05 li{
	border-top:#999 1px solid;
}
#area05 li a{
	display: table;
    table-layout:fixed;
}
#area05 span.photo{
	display: table-cell;
    vertical-align: top;
	padding:5px;
	width:120px;
}
#area05 p{
	display: table-cell;
    vertical-align: top;
	padding:5px;
}
#area05 li:last-child{
	border-bottom:none;
}
.outline{
	/*filter:dropshadow(color=#FF8C00,offX= 0,offY=-1);
	dropshadow(color=#FF8C00,offX= 1,offY= 0)
	dropshadow(color=#FF8C00,offX= 0,offY= 1)
	dropshadow(color=#FF8C00,offX=-1,offY= 0);
 
	-webkit-text-stroke-color: #FF8C00;
	-webkit-text-stroke-width: 1px;
 
	text-shadow: #FF8C00 1px 1px 0px, #FF8C00 -1px 1px 0px,
             	 #FF8C00 1px -1px 0px, #FF8C00 -1px -1px 0px;*/
	padding:5px 0px 5px 10px;
	font-size:15px;
}
#area06{
	clear:both;
	padding-bottom:5px;
}
#area06 .planBox{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}
#area06 .planBox:last-child{
	border-bottom:none;
}
#area06 p.planTitle{
	font-size:110%;
	padding-left:10px;
	width:95%;
	font-weight:bold;
	color:#F60;
	margin-bottom:5px;
}
#area06 .changephoto{
	width:95%;
	margin:5px auto;
}
#area06 .changephoto p img{
	width:100%;
}

#area06 .changephoto ul {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}
#area06 .changephoto li {
    display: inline-block;
    margin-left: 1px;
    text-align: center;
	vertical-align:top;
    width: 31%;
}
#area06 .changephoto li img {
    cursor: pointer;
    height: auto;
    width: 96%;
	height:80px;
}
#area06 .changephoto li {
    padding-top: 5px;
}
#area06 .changephoto li img{
    border: 3px solid #fff;
}
/*.changephoto li img:hover, .changephoto li.active img {
    border: 3px solid #ff9915;
}
.changephoto li.active {
    background: url("../img/photo_active.png") no-repeat scroll 50% top rgba(0, 0, 0, 0);
}*/
#area06 .tourDetailT table{
	width:95%;
	margin:5px auto;
}
#area06 .tourDetailT table th,#area06 .tourDetailT table td{
	border:#999 1px solid!important;
}
#area06 .tourDetailT table th{
	font-weight:bold;
}
#area06 .tourDetailT table td span{
	font-weight:bold;
	color:#F00!important;
	font-size:120%!important;
}
#area06 .tourDetail{
	width:95%;
	margin:5px auto;
}
#area06 .tourDetail dt{
	font-weight:bold;
	font-size:110%;
	color:#F60;
}
#area06 .tourDetail dl{
	border-bottom:#999 1px dotted;
}
#area06 .tourDetail p span{
	font-weight:bold;
	color:#F00!important;
	font-size:120%!important;
}
#area06 div.yoyakubtn{
	clear:both;
	padding:8px 0px;
	width:70%;
	margin:5px auto!important;
	text-align:center;
	font-weight:bold;
	background:#F90;
	border:#C60 1px solid;
}
#area06 .yoyakubtn a{
	display:block;
	color:#FFF!important;
	text-decoration:none;
}
#area06 .mainView {
	float:none;
	text-align:center;
}
/*大小プラン表示混在型*/
#area07{
	clear:both;
	padding-bottom:5px;

}
#area07 li{
	clear:both;
	border-bottom:#999 1px solid;
}
#area07 li a{
	display:table;
	text-decoration:none;
	table-layout:fixed;
}

/*追加　2016.6.3*/
#area07 li a{
	position: relative;
}
#area07 li a::before,
#area07 li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#area07 li a::before{
	left: 95%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*↑ここまで　2016.6.3*/
#area07 span.photo{
	display: table-cell;
    vertical-align: top;
	padding:5px;
	width:40%;
}
#area07 p{
	display: table-cell;
    vertical-align: top;
	padding:5px 14px 0px 3px;	
}

#area07 li:first-child{
	border-top:none;
}
#area07 li:last-child{
	border-bottom:none;
}
#area07 .planBox{
	padding-bottom:5px;
	margin-bottom:5px;
	border-top:1px solid #999999;
}
/*#area07 .planBox:last-child{
	border-bottom:none;
}*/
#area07 p.planTitle{
	font-size:110%;
	padding-left:10px;
/*	width:100%;*/
	font-weight:bold;
	color:#F60;
	margin-bottom:5px;
}
#area07 p.planTitle:after{
	clear:both;
}
#area07 .changephoto{
	width:95%;
	margin:5px auto;
}
#area07 .changephoto p img{
	width:100%;
}

#area07 .changephoto ul {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}
#area07 .changephoto li {
    display: inline-block;
    margin-left: 1px;
    text-align: center;
	vertical-align:top;
    width: 31%;
}
#area07 .changephoto li img {
    cursor: pointer;
    height: auto;
    width: 96%;
	height:80px;
}
#area07 .changephoto li {
    padding-top: 5px;
}
#area07 .changephoto li img{
    border: 3px solid #fff;
}
/*.changephoto li img:hover, .changephoto li.active img {
    border: 3px solid #ff9915;
}
.changephoto li.active {
    background: url("../img/photo_active.png") no-repeat scroll 50% top rgba(0, 0, 0, 0);
}*/
#area07 .tourDetailT table{
	width:95%;
	margin:5px auto;
}
#area07 .tourDetailT table th,#area06 .tourDetailT table td{
	border:#999 1px solid!important;
}
#area07 .tourDetailT table th{
	font-weight:bold;
}
#area07 .tourDetailT table td span{
	font-weight:bold;
	color:#F00!important;
	font-size:120%!important;
}
#area07 .tourDetail{
	width:95%;
	margin:5px auto;
}
#area07 .tourDetail dt{
	font-weight:bold;
	font-size:110%;
	color:#F60;
}
#area07 .tourDetail p span{
	font-weight:bold;
	color:#F00!important;
	font-size:120%!important;
}
#area07 div.yoyakubtn{
	clear:both;
	padding:8px 0px;
	width:80%;
	margin:8px auto!important;
	text-align:center;
	font-weight:bold;
	background:#F90;
	border:#C60 1px solid;
}
#area07 .yoyakubtn a{
	display:block;
	color:#FFF!important;
	text-decoration:none;
}
#area07 .mainView {
	float:none;
	text-align:center;
}
/*追加2016.6.9 大画像＋テキスト＋ボタンの形*/
#area08 h4{
	margin-top:10px;
}
#area08 dl.textImg{
	padding:5px;
}
#area08 dl.textImg dd{
	font-size:0.9em;
	margin-top:5px;
}
#area08 .yoyakuBtn p{
	float:none;
	width:90%;
	margin:5px auto;
	text-align:center;
	background:#F60;
    padding: 8px;
}
#area08 .yoyakuBtn p a{
	text-decoration: none!important;
    color: #FFF!important;
    font-weight: bold;
	padding:10px 15px;
	vertical-align: middle;
}
.divePoint .ac-content{
	width:90%;
	margin:0 auto;
}

#area08 .divePoint dl{
	display:flex;
	margin-bottom:5px;
}
#area08 .divePoint dl dt{
	width:40%;
	margin-right:5px;
}
#area08 .divePoint dl dd{
	width:60%;
	font-size:0.8em;
}
#area08 .divePoint dl dd span{
	font-weight:bold;
	color:#333;
	display:block;
}
#area08 .yoyakuBtn p.seeAllPlan{	
	background:#666666;
	
}

/* プラン説明-------------------------------------------------------------------------------------------- */

div#planExplanation dl#categorys {
	border-top:3px solid #ffa22a;
}

div#planExplanation dl#categorys dt {
	font-weight:bold;
	border-top:1px solid #fff;
}

div#planExplanation dl#categorys dt span {
	display:block;
	padding:12px 0 13px 50px;
	color:#0e6aa4 !important;
	cursor:pointer;
}

/* 各カテゴリー　矢印---------------------------------------------------------------------------------- */

div#planExplanation dt.category_off {
	background:url(../img/category/arrow.png) right no-repeat;
	-webkit-background-size: 39px 48px !important;
	-moz-background-size: 39px 48px !important;
	-o-background-size: 39px 48px !important;
	border-bottom:1px solid #dbdbdb;
}

/* 各カテゴリー　クリック時---------------------------------------------------------------------------- */

div#planExplanation dt.category_on {
	background:url(../img/category/arrow02.png) right no-repeat;
	-webkit-background-size: 39px 48px !important;
	-moz-background-size: 39px 48px !important;
	-o-background-size: 39px 48px !important;
	background-color:#fff8dc !important;
	border-bottom:1px solid #f6d7a1;
}

/* 各カテゴリー アイコン------------------------------------------------------------------------------- */

div#planExplanation dt span.question {
	background:url(../img/plan_detail/icon_question.png) left no-repeat;
	-webkit-background-size: 39px 48px !important;
	-moz-background-size: 39px 48px !important;
	-o-background-size: 39px 48px !important;
}

/* 各カテゴリー　子------------------------------------------------------------------------------------ */

div#planExplanation dl#categorys dd {
	background-color:#f6d7a1;
	padding:10px;
	border-top:1px solid #FFF;
}

div#planExplanation dl#categorys dd ul {
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	border:1px solid #d9ba84;
	background:#FFF;
	padding:10px;
}

div#planExplanation dl#categorys dd li {
	font-size:10px;
	font-weight:bold;
}

div#planExplanation dl#categorys dd p {
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	border:1px solid #d9ba84;
	background:#FFF;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	line-height:1.6 !important;
}

/* ボタン部分--------------------------------------------------------------------------------- */

div#planExplanation span.check,
div#planExplanation span.schedule {
	width:300px;
	height:35px;
	margin: 10px auto ;
	display:block;
}

div#planExplanation span.check a {
	background:url(../img/plan_detail/check_btn.png) 0 0 no-repeat;
	-webkit-background-size: 300px 35px !important;
	-moz-background-size: 300px 35px !important;
	-o-background-size: 300px 35px !important;
	text-indent:-9999px;
	display:block;
	width:300px;
	height:35px;
}

div#planExplanation span.schedule a {
	background:url(../img/plan_detail/schedule_btn.png) 0 0  no-repeat;
	-webkit-background-size: 300px 35px !important;
	-moz-background-size: 300px 35px !important;
	-o-background-size: 300px 35px !important;
	text-indent:-9999px;
	display:block;
	width:300px;
	height:35px;
}
/* サブリスト部分--------------------------------------------------------------------------------- */
.subList{
	display:block;
	text-decoration:underline;
	padding-left:55px ;
	padding-top:12px;
	padding-bottom:12px;
	font-weight:bold;
    background: url("//www.tabione.comsp/module/img/common/arrow2.png") no-repeat scroll left center transparent!important;
	-webkit-background-size: 50px 35px !important;
	-moz-background-size: 50px 35px !important;
	-o-background-size: 50px 35px !important;
    border-bottom: 1px solid #DBDBDB!important;
	clear:both;
}
/* SOLDOUT--------------------------------------------------------------------------------- */
.soldout{
/*	background:url("../../img/topics/yokohama_event/soldout.png") 0 0  no-repeat!important;
	width:286px;
	height71px;
	z-index: 1;/*-- 上にする --*/
	background-color:#000!important;
	opacity:0.5;
	
}
#over{
	background:url("../../img/topics/yokohama_event/soldout.png") 0 0  no-repeat;
	position: absolute;/*-- 絶対位置の指定 --*/
	z-index: 1;/*-- 上にする --*/
}
/* tab */
.mainTabWrap {
/*	padding-top: 15px;*/
	height: 34px;
}
.vacancyExistence + .mainTabWrap {
	padding-top: 8px;
}
.mainTab {
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	width: 95%;
}
.mainTab &gt; .top {
	margin-left: 5px;
	width:23%;
}
.mainTab &gt; .anotherMenu {
	margin-left: 5px;
	width: 23%;
}
.mainTab &gt; li {
	border-color: #CDCDCD #CDCDCD #ffff #CDCDCD!important;
	border-width: 1px 1px 0 1px;
	border-radius: 5px 5px 0 0;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 34px;
	width: 100%;
	text-align:center;
	display: table;
}
.mainTab &gt; li a {
	display: table;
	height: 33px;
	text-decoration: none;
	width: 100%;
}
.mainTab &gt; .active {
	position: relative;
	background-color:#FFBA2E;
}
.mainTab &gt; .active:after {
	background-color:#FFBA2E;
	bottom: -2px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.mainTab &gt; .active,
.mainTab &gt; .subCr {
	border-color: #FF7F0E #FF7F0E #CDCDCD #FF7F0E;
	border-width: 2px 2px 0 2px;
}
.mainTab &gt; .active .icnSlnTab {
	color: #CC4466;
}
.icnSlnTab {
	border-radius: 5px 5px 0 0;
	color: #333333;
	display: table-cell;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

/* FLEXBOX 2016.05.09追加------------------------------------------------------------------------------- */

.areaFlexb{
	display: -webkit-flex; /* Safari */
  	display: flex;
}

/* 枠線 2016.05.09追加------------------------------------------------------------------------------- */
.textBtn a{
	border:#999 1px solid;
	padding:5px;
	border-radius:5px;
	width:95%;
	margin:5px auto;
	display:block;
}

/* 東京湾クルーズ 2016.05.12追加------------------------------------------------------------------------------- */
.tokyoCruise p{
	float:none!important;
}

.tokyoCruise h4{
	margin-top:10px;
	background:url(../img/special/cruiseTtlBg_03.gif) repeat-x!important;
	border-top:none!important;
	clear:both;
	height:40px;
}
.tokyoCruise section{
	margin-bottom:8px;
}
.tokyoCruise h4:first-child{
	margin-top:0px;
}
.tokyoCruise h4 span{
	background:url(../img/special/ico_cruise.png) no-repeat left;
	background-size:25px 25px;
	display:block;
	padding:5px 0px 0px 30px;
}
.tokyoCruise .topComment{
	clear:both;
	background:#000;
	color:#FFF;
	padding:8px;
}

.tokyoCruise #selectTime ul.cruiseTime{
	display: -webkit-flex; /* Safari */
 	display: flex;
}
.tokyoCruise #selectTime ul li{
	-webkit-flex:1 1 100px;/*--- safari（PC）用 ---*/
    flex:1 1 100px;
}
.tokyoCruise #selectTime ul li a{
	border:#960 1px solid;
	padding:10px 0px 10px 10px;
	border-radius: 5px;	
	margin:3px 2px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #963), color-stop(0.00, #fc9));
	background: -webkit-linear-gradient(top, #fc9 0%, #963 51%);
	background: -moz-linear-gradient(top, #fc9 0%, #963 51%);
	background: -o-linear-gradient(top, #fc9 0%, #963 51%);
	background: -ms-linear-gradient(top, #fc9 0%, #963 51%);
	background: linear-gradient(to bottom, #fc9 0%, #963 51%);
	color:#FFF!important;
	text-decoration:none!important;
}

.tokyoCruise #selectTime ul li a{
	position: relative;
	vertical-align: middle;
	font-size: 0.8rem;
}
.tokyoCruise #selectTime ul li a::before,
.tokyoCruise #selectTime ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.tokyoCruise #selectTime ul li a::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #FFF;
}

.tokyoCruise #selectShip .shipDetail{
	width:94%;
	margin:5px auto;
	padding:5px;
	border:#999 2px solid;
}

.tokyoCruise #selectShip .shipDetail p.shipName{
	text-align:center!important;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background: #999;
    padding: 5px 0;
}
.tokyoCruise #selectShip .shipDetail ul{
	display:table;
	table-layout: fixed;
	width:100%;
	margin:5px 0px;
}
.tokyoCruise #selectShip ul li {
    display: table-cell;
    width: 50%;
}
.tokyoCruise #selectShip ul li img{
	height:120px;
}
.tokyoCruise #selectShip .shipDetail p.shipTtl{
	font-weight:bold;
	color:#ff9999;
	border-left: 6px #ff9999 solid;
	padding-left:5px;
}
.tokyoCruise #selectShip .shipDetail p.shipComment{
	line-height:1em;
	font-size:13px;
	margin:5px 0;
}
.tokyoCruise #selectShip .shipDetail table{
	width:100%!important;
	text-align:left!important;
}

.tokyoCruise #selectShip .shipDetail table th{
	background:#ff9999!important;
	color:#FFF;
	font-weight:bold;
}
.tokyoCruise #selectShip .shipDetail table td{
	padding:3px;
}
.tokyoCruise #selectShip .shipDetail div.recommendPlan{
	padding:5px;
	border-bottom:1px #CCCCCC dotted;	
	}
.tokyoCruise #selectShip .shipDetail div.recommendPlan:last-of-type{
	border-bottom:none;	
	}
.tokyoCruise #selectShip .shipDetail div.recommendPlan p.planImage{
	float:left!important;
	width:30%;
	margin-right:8px;
}
.tokyoCruise #selectShip .shipDetail div.recommendPlan p.planImage img{
	width:100%;
}
.tokyoCruise #selectShip .shipDetail div.recommendPlan dl{
	float:left;
	width: 66%;
}
.tokyoCruise #selectShip .shipDetail div.recommendPlan .planName{
	font-weight:bold;
	
}

.tokyoCruise #selectShip .shipDetail div.recommendPlan .planTxt{
	line-height:1em;
	font-size:13px;
	
}
.tokyoCruise #selectShip .shipDetail .recommendPlan .planBtn{
	clear:both;
}
.tokyoCruise #selectShip .shipDetail .recommendPlan .planBtn a{
	margin:5px auto;
	padding:6px;
	text-align:center;
	color:#FFFFFF!important;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f66), color-stop(0.00, #fcc));
	background: -webkit-linear-gradient(top, #fcc 0%, #f66 88%);
	background: -moz-linear-gradient(top, #fcc 0%, #f66 88%);
	background: -o-linear-gradient(top, #fcc 0%, #f66 88%);
	background: -ms-linear-gradient(top, #fcc 0%, #f66 88%);
	background: linear-gradient(to bottom, #fcc 0%, #f66 88%);
	border-radius: 5px;	
	border:#f66 1px solid;
}

.tokyoCruise #selectShip .shipDetail .recommendPlan .planPrice{
	color:#FF0000;
	font-weight:bold;
}
.tokyoCruise #selectShip .shipDetail .recommendPlan .planPrice span{
	font-size:0.9em;
	font-weight:normal;
	color:#000;
}
.tokyoCruise li .photobox img{
	width: 100%;
    height: 80px;
}
.tokyoCruise .shipOtherPlan{
	display: block;
    width: 92%;
    text-align: center;
    margin: 5px auto;
	border-bottom: #999 1px dotted;
    border-top: #999 1px dotted;
}
.tokyoCruise .shipOtherPlan a{
	text-decoration: none!important;
    font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	vertical-align: middle;
}
.tokyoCruise p.shipOtherPlan{
	padding: 5px!important;
}
.tokyoCruise .shipOtherPlan a::before,
.tokyoCruise .shipOtherPlan a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.tokyoCruise .shipOtherPlan a::before{
	left: 3px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #999;
}
.tokyoCruise #otherPlan li.rankingCont {
	background:url(../img/special/arrow.png) right no-repeat ;
	-webkit-background-size: 18px 69px !important;
	-moz-background-size: 39px 69px !important;
	-o-background-size: 39px 69px !important;
	border-bottom:1px solid #dbdbdb;
}

.tokyoCruise #otherPlan li a {
	display:block;
	text-decoration:none !important ;
}
.tokyoCruise #otherPlan li p {
	float:left!important;
	width:66%;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	line-height:1.4 !important;
}
.tokyoCruise #otherPlan span.mainText {
	display:block;
	text-decoration:underline!important;
	padding-bottom:3px ;
	font-weight:bold;
	font-size: 14px !important;
}

.tokyoCruise #otherPlan span.subText {
	display:block;
	line-height:1.4 !important;
	font-size:11px !important;
	color:#666666 !important;
}

.tokyoCruise #viewPoint p.cruiseMap{
	width:95%;
	margin:3px auto;	
}
.tokyoCruise #viewPoint ul{
	padding:3px;
}
.tokyoCruise #viewPoint ul li{
	margin:3px;
	display:inline-block; 
	/display:inline; 
	/zoom:1;
	width:47%;
	vertical-align:top;
}
.tokyoCruise #viewPoint ul li p span{
	text-align:center;
	font-weight:bold;
	display:block;
}

.tokyoCruise #area03 li p {
	float:left!important;
	width:70%;
}
/*長バナー　2016/11/1*/
.bnrArea{
	margin:0 auto 5px!important;
	position: relative;
	clear:both;
	text-align:center;
	width:95%;
	overflow:hidden;
}
.bnrArea p{
	margin-bottom:5px;
	text-decoration:underline!important;
}
p.planListTtl{
	background:#999;
	color:#Fff;
	padding:8px 0 8px 8px;
}
/*ランキング　2018/4/23*/
/*ツアーランキング*/
#tourRanking{margin-bottom:15px;}
#tourRanking h2{padding:8px 0 8px 8px;margin:8px 0 8px;}
.rankingList ul a{color:#333333;background:#FFFFFF; padding:5px;display:block;line-height: 1.4em;}
.rankingList ul a:hover{background:#CCC;}
.rankingList ul li.rankingCont{border:1px #ccc solid!important;position:relative; margin: 3px auto;width: 96%;background:#FFFFFF;}
.rankingList li.rankingCont:before{display:block;position:absolute;top:3px;left:0;}
.rankingList li.no1:before{content:url(//www.tabione.comimg/top/iconRank01.png);}
.rankingList li.no2:before{content:url(//www.tabione.comimg/top/iconRank02.png);}
.rankingList li.no3:before{content:url(//www.tabione.comimg/top/iconRank03.png);}
.rankingList li.no4:before{content:url(//www.tabione.comimg/top/iconRank04.png);}
.rankingList li.no5:before{content:url(//www.tabione.comimg/top/iconRank05.png);}
.rankingList ul li p.rankImg{float:left!important;width:35%;margin-right:5px;}
.rankingList ul.rankingData li{float:left;font-size:0.9em;margin-right:5px;}
.rankingList ul a ul.rankingData li{color:#999999}
.rankingList ul a ul.rankingData li i{margin-right:3px;}
.rankingList .rankPrice{text-align:right;font-weight:bold;color:#F00;}
.rankingList ul li a strong,.rankingList ul li a br{display:none;}
/*ページ内リンク*/
.pageNav ul{
	width:100%;
	display:table;
	margin:8px 0;
}
.pageNav ul li{
	display:table-cell;
	border-right:1px solid #666;
	text-align:center;
	padding:8px 0;
	font-size:1em;
}
.pageNav ul li a{
	text-decoration:underline;
}
.pageNav ul li:last-child{
	border-right:none;
}
.pageNav ul li i{
	margin-left:3px;}
/*日付検索*/
#searchTour ul{
	display: -webkit-flex;
    display: flex;
	padding:5px 0;
}
#searchTour li {
    -webkit-flex: 1 1 100px;
    flex: 1 1 100px;
	text-align: center;
	padding:12px 0;
}
#searchTour li:first-child {
	border-right:1px dotted #999;
}
#searchTour li a{
	text-decoration:underline!important;
}
#selectDateBox {
	padding:5px;
}
#selectDateBox span{
	float:left;
}
#selectDateBox #searchDate{
	padding:0px 8px;
}
#selectDateBox select{
    padding: 8px;
    height: auto!important;
    border: 1px solid #666;
    font-size: 1.2em;
    margin-left: 5px;
}
#selectDateBox form button.searchDateBtn{
    padding: 8px 10px;
	background:#f90;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	margin-left:5px;
	display:inline-block;
	margin-top:5px;
}
/*口コミ*/
ul#comment {
	clear:both;
	margin-top:20px;
	padding:1.0%;
}
ul#comment li{
	padding: 3px;
    font-size: 12px;
    line-height: 1.2;
    border: solid 1px #999;
    margin-bottom: 3px;
    width: 48.9%;
    float: left;
    margin-right: 3px;	
}
ul#comment li:last-of-type{
	width: inherit;
    float: right;
    border: none;
    text-decoration: underline;
}
/*20211127西村追加*/
.faq dt {
  margin-top: 25px;
  font-weight: bold;
}
.faq dd {
  margin: 10px 0 0;
}
/* 疑似要素でQとAを表示 */
.faq dt:before,
.faq dd:before  {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  border-radius: 50%;
  font-size: 10px;
}
.faq dt:before {
  content: 'Q';
  background-color: gray;
}
.faq dd:before {
  content: 'A';
  background-color: silver;
}
</pre></body></html>