@charset "SHIFT_JIS";

/* 基本レイアウト・フォント装飾関連 */
.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: #09904c}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.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}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t15b { font-size: 15px ; font-weight: bold}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}
.t16RB { font-size: 16px ; font-weight: bold ; color: #FF0000}

/* CSS初期設定 */
.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;
}

#nextcontents{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    font-size: 19px;
    color: #e30034;
    margin: 25px auto;
    font-weight: bold;
    text-align: center;
}

/*	レイアウト-------------------*/
#boxMain {
float: left;
width: 730px;
padding: 0 10px 0 0;
}
#columnRight {
float: right;
width: 200px;
text-shadow: none;
}


/*	アンカーリンク-------------------*/
#pageLink{
	width:720px;
	margin:10px 0 15px 9px;
}
#pageLink li{
	width:352px;
	height:63px;
	margin-right:8px;
	float:left;
}
#pageLink li a{
	width:352px;
	height:63px;
	display:block;
	text-indent:-9999px;
}
#pageLink li.tourism a{
	background: url(../images/btn_spring.jpg) left top;
}
#pageLink li.tourism a:hover{
	background: url(../images/btn_spring.jpg) left bottom;
}
#pageLink li.tour a{
	background: url(../images/btn_tour.jpg) left top;
}
#pageLink li.tour a:hover{
	background: url(../images/btn_tour.jpg) left bottom;
}

/* 観光-------------------*/
h2 {
	margin:0;
}	
#kankoBox {
	width: 730px;
	background: url(../images/bg_kanko.gif) left bottom;
	padding-bottom: 10px;
	margin: 20px auto 0;
}
#kankoBox h3 {
	margin:0;
}
#kankoBox .txtKanko{
	text-align:center;
}
#kankoBoxIn {
	width: 690px;
	margin: 0 auto;
}
#kankoBoxIn #leftBox {
	float: left;
	width: 233px;
	margin:0 6px 0 0;
}
#kankoBoxIn #rightBox {
	float: left;
	width: 451px;
	margin:0;
}
#kankoBoxIn #rightBox h4 {
	margin:0;
}
#kankoBoxIn #box {
	width: 233px;
	background: url(../images/bg_sub-kanko01.gif) left bottom;
	padding: 0 0 13px 0;
	margin:0;
}
#kankoBoxIn #box h4 {
	margin:0;
}
#kankoBoxIn #box p {
	width: 222px;
	margin: 0 0 0 5px;
	padding:0;
}
#kankoBoxIn #att {
	color: #bb4343;
	font-size: 10px;
	margin: 3px 0 0;
	clear: both;
}

/* 食事 */
#syokujiBox {
	width: 730px;
	background: url(../images/bg_syokuji.gif) left bottom;
	padding-bottom: 15px;
	margin: 20px auto 0;
}
#syokujiBox h3 {
	margin:0;
}
#syokujiBoxIn {
	width: 695px;
	margin: 0 auto;
}
#syokujiBoxIn #leftBox {
	float: left;
	width: 190px;
	padding-top:5px;
}
#syokujiBoxIn #rightBox {
	float: left;
	width: 504px;
}
#syokujiBoxIn #rightBox li {
	float: left;
	width: 244px;
}
#syokujiBoxIn #rightBox li.syokuji1,
#syokujiBoxIn #rightBox li.syokuji3 {
	margin-right	:16px;
}
#syokujiBoxIn #att {
	clear: both;
	text-align: right;
	color: #bb4343;
	font-size: 10px;
	padding-top: 5px;
	margin:0;
}

/* ツアー */
#tour {
	width: 730px;
	background: url(../images/bg_tour3.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 20px auto 0;
}
#tourBox h3 {
	margin:0;
}
#tour .contentsArea {
	width: 710px;
	background: url(../images/bg_tour4.gif);
	padding: 0 10px;
}

/*発地タブ*/
ul#depature{
	display:block;
	overflow:hidden;
	width:710px;
}

ul#depature li{
	float:left;
	text-indent:-9999px;
}

ul#depature li a{
	display:block;
	width:230px;
	height:50px;
}

ul#depature li#tokyo.select a{
	display:none;
}
ul#depature li#tokyo,
ul#depature li#osaka,
ul#depature li#fukuoka{
	width:230px;
	height:50px;
	cursor:pointer;
}
ul#depature li#tokyo{
	background:url(../images/tour_tokyo.jpg) no-repeat left top;
	margin:0 10px 0 0;
}
ul#depature li#osaka{
	background:url(../images/tour_osaka.jpg) no-repeat left top;
	margin:0 10px 0 0;
}
ul#depature li#fukuoka{
	background:url(../images/tour_fukuoka.jpg) no-repeat left top;
	margin:0;
}

ul#depature li#tokyo:hover,
ul#depature li#osaka:hover,
ul#depature li#fukuoka:hover{
	width:230px;
	height:50px;
}
ul#depature li#tokyo:hover{
	background:url(../images/tour_tokyo.jpg) no-repeat left bottom;
}
ul#depature li#osaka:hover{
	background:url(../images/tour_osaka.jpg) no-repeat left bottom;
}
ul#depature li#fukuoka:hover{
	background:url(../images/tour_fukuoka.jpg) no-repeat left bottom;
}

ul#depature li#osaka.select,
ul#depature li#osaka.select,
ul#depature li#fukuoka.select{
	width:230px;
	height:50px;
	cursor:auto;
}
ul#depature li#tokyo.select{
	background:url(../images/tour_tokyo.jpg) no-repeat left bottom;
}
ul#depature li#osaka.select{
	background:url(../images/tour_osaka.jpg) no-repeat left bottom;
}
ul#depature li#fukuoka.select{
	background:url(../images/tour_fukuoka.jpg) no-repeat left bottom;
}
.content_wrap{
	padding:20px 0 0 0;
}
.disnon{
	display:none;
}
#border1{
	border-top:#ff76ad solid 5px;
}
#border2{
	border-top:#ff852c solid 5px;
}
#border3	{
	border-top:#1ec289 solid 5px;
}


/* ----------------------------------------
	ツアー結果
---------------------------------------- */
.recoBox{
	width:700px;
	margin:0 auto 20px;
}

.recoBoxIn{
	width:698px;
	background-repeat: repeat-x;
	background-position: left top;
	padding:0;
	margin:0px;
	overflow:hidden;
}

/*発地別スタイル*/
#border1 .recoBox{border:3px double #ff76ad;}
#border1 .recoBoxIn{border:1px dashed #ff76ad;}
#border2 .recoBox{border:3px double #ff852c;}
#border2 .recoBoxIn{border:1px dashed #ff852c;}
#border3 .recoBox{border:3px double #1ec289;}
#border3 .recoBoxIn{border:1px dashed #1ec289;}

.recoBoxIn .photo{
	width:200px;
	float:left;
	margin:15px 0 10px 15px; 
}

.recoBoxIn .photo img{
	border:1px solid #FFF;
}

.recoBoxIn > .photo > p{
	font-size:12px;
	margin:0;
	padding:0 0;
	line-height:1.5em;
}

.recoBoxIn .photo p span{
	font-weight:bold;
}

.recoBoxIn dl{
	overflow:hidden;
	margin:15px 0 0 10px;
	display:block;
}

.recoBoxIn dl dt{
	width:440px;
	font-size:16px;
	font-weight:bold;
	padding:0 11px 15px 15px;
	margin:0 5px 0 0;
	background-image:url(../images/im_line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
}

.recoBoxIn dl dt img{
	display:block;
	float:left;
	width:34px;
	padding:0 10px 0 0;
	
}

.recoBoxIn dl dt a{
	display:block;
	float:left;
	width:390px;
}

.recoBoxIn dl dd.Icon{
	margin:5px 5px 0 10px;
	overflow:hidden;
}

.recoBoxIn dl dd.Icon img{
	display:block;
	padding:0 3px 3px 0;
	float:left;
}

.recoBoxIn dl dd.month{
	font-size:14px;
	text-align:left;
	margin:10px 5px 0 10px;
	clear:both;

	
}

.recoBoxIn dl dd.money{
	margin:5px 0 0px 10px;
	padding:10px 0 5px 0;
	font-size:16px;
	color:#ce0202;
	font-weight:bold;
	background-image:url(//www.nta.co.jp/kaigai/special/preeco/images/im_line_dot.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	
}

.recoBoxIn dl dd.money span{
	font-weight:normal;
	font-size:14px;
}

.recoBoxIn dl dd.text{
	font-size:14px;
	margin:5px 0 0 0;
	padding:0 0px 10px 10px;
}

.recoBoxIn dl dd.pass{
	font-size:14px;
	text-align:left;
	margin:5px 5px 0 10px;
}
.recoBoxIn dl dd.pass span,
.recoBoxIn dl dd.month span{
	font-weight:bold;
}


.departure{
	text-align:right;
	margin:0px 0 10px 0;
	font-size:14px;
	width:710px;
}

.departure a{
	font-weight:bold;
	
}


