@charset "utf-8";

/* ===================================================================
 style info :  特集・海外用css
=================================================================== */

a:link{color:#007A72; text-decoration:underline;}
a:visited{color:#007A72; text-decoration:underline;}
a:hover{color:#007A72; text-decoration:none;}
a:active{color:#007A72; text-decoration:none;}

.glay_area{
	background:#f6f4f2;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:40px;
	padding:15px 0 0 15px;
	text-align:left;}

.glay_area table{
	border:none;
	border-spacing:0;
	border-collapse:collapse;
	word-break:break-all;}
.glay_area table tr td{padding:0;}

.glay_area ul li{
	background:url(../images/icon_a.png) top left no-repeat;
	padding-left:10px;
	line-height:16px;
	padding-bottom:5px;}

h4{
	border-left:5px solid #0060cb;
	padding:10px;
	font-size:18px;
	color:#3c3a38;
	margin-bottom:10px;}

dl {
	display: block;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
	-webkit-margin-start:0px;
	-webkit-margin-end:0px;}

.f11{font-size:11px;}


/*ローディングイメージ*/
.loading_big {
	z-index: 101;
	position: absolute;
}

/*オーバーレイ*/
.overlay {
	background-color: #FFFFFF;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	z-index: 100;
}



/*----- クリアフィックス -----*/
.clearfix{zoom:1;}
.clearfix:after{content:""; clear:both; display:block;}



/*----- セレクトボックス 出発地・目的地 -----*/
.slct_box{
	background:#ebf4f4;
	border:2px solid #9ec4c3;
	text-align:center;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	line-height:55px;
	margin:0 15px 15px 0;}
.slct_box span{
	color:#3d8a87;
	font-size:15px;
	font-weight:bold;
	padding-right:10px;}

.slct_box .sL{display:inline; padding-right:40px;}
.slct_box .sR{display:inline;}



/*----- ボックス -----*/
.box_s{
	width:236px;
	background:#fff;
	float:left;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	margin:0 15px 15px 0;
	padding-bottom:10px;}

.box_s ul{margin:0 10px;}
.box_s ul li.lng{font-size:10px;}

.box_wrap{padding:0 15px; margin:0;}

.mny{color:#e80334;}
.mny span{font-weight:bold; font-size:18px;}

dl.slct_orange{
	border:1px solid #f2c69d;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:5px 0 0 0;}
dl.slct_orange dt{background:#f2c69d; line-height:35px; text-align:center;}
dl.slct_orange dd{padding:10px 0 7px;}
dl.slct_orange h5{
	background:#f2c69d;
	line-height:35px;
	text-align:center;
	margin-bottom:5px;}


/*----- 紹介 -----*/
.int {
	clear:both;
	overflow:hidden;
	margin:10px 0px;
}
.int .ph {
	width:45%;
	float:left;
	position:relative;
}
.int .ph .cap {
	background-color: #fff;
	bottom: 5px;
	left:5px;
	font-size: 8px;
	line-height: 8px;
    padding: 6px;
    position: absolute;
}
.int .ph img{
	max-width:100%;
	height:auto;
}
.int .txt_ttl {
	position: relative;
	width:100%;
	font-size:1.4em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	letter-spacing:0.125em;
	text-align:center;
	padding-bottom:6px;
	margin:0px 0px 10px 0px;
}
.int .txt_ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
}
.int .txt_sub {
	width:53%;
	float:right;
	font-size:1.43em;
	text-align:left;
	margin:5px 5px 5px 10px;
}
.int .txt {
	width:53%;
	float:right;
	font-size:1em;
	text-align:left;
	margin:5px 5px 5px 10px;
}

/*----- 新着ツアー -----*/
.new_country{
	background:#fff;
	border:1px solid #e58d3b;
	margin:0 5px 10px;
	padding-bottom:5px;}
.new_country h5{
	background:#e58d3b;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
	padding-left:15px;}
.new_country ul{padding:10px 15px;}





/*===== 国別ページ ===================================*/
#country_o.glay_area{padding:10px 5px 0;}

.tt_img img{
	width:516px;
	text-align:center;
	margin-left:5px;
	padding-bottom:10px;}

#country_o h4{font-size:16px; padding:8px 10px;}

#country_o .slct_box{margin:0 5px 10px;}

#country_o .box_s{
	width:165px;
	margin:0 5px 10px;
	padding-bottom:5px;}

#country_o .mny{
	background:url(../images/dot.gif) repeat-x bottom;
	color:#e80334;
	margin:0 10px 5px;
	padding-bottom:8px;
	font-size:9px;}
#country_o .mny span{font-size:12px; font-weight:bold;}


/*----- 右サイド（バナー） -----*/
.container_R{float:right;}

.top25{margin-top:25px;}

.bana_area{
	background:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:172px;
	border:7px solid #ebf4f4;
	margin-bottom:30px;
	padding:12px 12px 7px;}

.bana_area h3{
	color:#0060cb;
	font-size:14px;
	font-weight:bold;
	border-left:5px solid #0060cb;
	line-height:25px;
	letter-spacing:-0.1em;
	margin-bottom:10px;
	padding-left:10px;}

.bana_area li{margin-bottom:5px; display:block;}
	



/*===== シート別ページ ===================================*/
#sheet.glay_area{margin-top:20px;}

.transit_knd{font-size:11px; font-weight:bold;}




/*===== 航空会社別ページ ===================================*/
#airline_o .ttl_s{
	color:#0060cb;
	font-size:18px;
	width:736px;
	margin-bottom:15px;
	padding-bottom:10px;
	background:url(../images/dot.gif) repeat-x bottom;}
#airline_o .ttl_s img{vertical-align: top; padding-right:7px;}
.disp_none{display:none;}
.city2{padding-top:30px;}



/*===== 国別ランキングページ ===================================*/
.font_fm{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.f18{font-size:18px;}

div#main-content.font_fm div.content-box{padding:13px; margin-bottom:60px;}
div#main-content div.content-box h2 img{width:960px; height:196px;}


/*----- タブメニュー -----*/
ul.tabrow {
	text-align:center;
	list-style:none;
	margin:20px 0;
	padding:0;
	position:relative;
	font-size:0;}
ul.tabrow:after {
	position:absolute;
	content:"";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:2px solid #e58d3b;
	z-index:1;}
ul.tabrow:before {z-index:1;}

ul.tabrow li{
	width:465px;
	line-height:58px;
	margin:0 5px;
	border:2px solid #ecaa6c;
	background:#ecaa6c;
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	position: relative;
	z-index: 0;}
ul.tabrow li.selected {
	background:#FFF;
	color:#e58d3b;
	font-size:18px;
	font-weight:bold;
	border:2px solid #e58d3b;
	z-index:2;
	border-bottom:4px solid #fff;}
ul.tabrow li:hover{border:2px solid #e58d3b; background:#e58d3b;}
ul.tabrow li.selected:hover{border-bottom:3px solid #fff; background:#fff;}
ul.tabrow li a{display:block; color:#fff; text-decoration:none;}


/*----- 左サイド -----*/
#side_menu{width:220px; float:left;}

#side_menu .ttl{
	color:#3d8a87;
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:40px;
	text-align:center;
	border-top:2px solid #c8dfde;
	border-bottom:2px solid #c8dfde;}
#side_menu .ttl b{font-size:16px; font-weight:bold;}

#side_menu h4{
	border-left:5px solid #3d8a87;
	line-height:35px;
	font-size:14px;
	margin:0;
	padding:0 0 0 10px;
	color:#000;}

#side_menu ul li{
	background:url(../images/icon_a.png) top left no-repeat;
	padding-left:10px;
	line-height:20px;}
#side_menu ul li.lng{font-size:11px;}

#side_menu dl{padding-top:15px;}
#side_menu dl dt{font-weight:bold; padding-bottom:5px;}

#side_menu .btm_dot{padding:15px 0; background:url(../images/dot.gif) repeat-x bottom;}


/*----- 出発地選択 -----*/
.slct_area{
	background:#ebf4f4;
	margin-bottom:20px;
	padding:15px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;}
.slct_area span{
	color:#3d8a87;
	line-height:45px;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin:0 15px 0 10px;}
.slct_area ul{font-size:0;}
.slct_area ul li{
	width:180px;
	margin:0 5px;
	display:inline-block;
	text-align:center;}


/*----- ピックアップ -----*/
.pick_up{background:#fbeee2; padding-bottom:40px; margin-bottom:20px;}
.pick_up h4{
	border-left:5px solid #e58d3b;
	line-height:40px;
	padding-left:15px;
	font-size:18px;
	font-weight:bold;}
.pick_up .left{float:left; margin:0 40px 0 20px;}

.pick_up_tbl{
	width:320px;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
	word-break:break-all;}
.pick_up_tbl td{padding:0;}
.pick_up_tbl td.img_size{vertical-align:top; padding-right:10px;}
.pick_up_tbl td.img_size img{width:120px;}
.pick_up_tbl td.tx1{font-size:20px; line-height:22px;}
.pick_up_tbl td.tx_btm{background:url(../images/dot.gif) repeat-x top; padding-top:10px;}

.pick_up p{color:#e80334; padding-top:5px;}
.pick_up p .tx_red_big{font-size:16px; font-weight:bold;}
div#main-content div.content-box .pick_up p{margin-bottom:5px;}


/*----- ランキング　タイトル -----*/
.gld_bg{
	width:720px;
	height:3px;
	margin:0;
	padding:0;
	background: -moz-linear-gradient(left,  #aa8104 0%, #ffd57e 30%, #aa8104 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#aa8104), color-stop(30%,#ffd57e), color-stop(100%,#aa8104));
	background: -webkit-linear-gradient(left,  #aa8104 0%,#ffd57e 30%,#aa8104 100%);
	background: -ms-linear-gradient(left,  #aa8104 0%,#ffd57e 30%,#aa8104 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa8104', endColorstr='#aa8104',GradientType=1 );}
.page_ttl{
	width:720px;
	line-height:91px;
	text-align:center;
	background:url(../images/tour/ttl_bg.png) no-repeat top;
	color:#fff;
	font-size:20px;
	font-weight:bold;}


/*----- メイン -----*/
#main{
	width:720px;
	margin-left:240px;
	font-size:12px;}
#main .glay_area{margin-bottom:0;}
#main .box_s{width:220px;}

#main h5{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	margin-bottom:10px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background:#0060cb;}
#main h5 span{font-size:18px;}
#main h5.rank_1{
	background: -moz-linear-gradient(top,  #f0ad33 0%, #e6a329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0ad33), color-stop(100%,#e6a329));
	background: -webkit-linear-gradient(top,  #f0ad33 0%,#e6a329 100%);
	background: -ms-linear-gradient(top,  #f0ad33 0%,#e6a329 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ad33', endColorstr='#e6a329',GradientType=0 );}
#main h5.rank_2{
	background: -moz-linear-gradient(top,  #b2b2b2 0%, #a8a8a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#a8a8a8));
	background: -webkit-linear-gradient(top,  #b2b2b2 0%,#a8a8a8 100%);
	background: -ms-linear-gradient(top,  #b2b2b2 0%,#a8a8a8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#a8a8a8',GradientType=0 );}
#main h5.rank_3{
	background: -moz-linear-gradient(top,  #c46a59 0%, #ba604f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c46a59), color-stop(100%,#ba604f));
	background: -webkit-linear-gradient(top,  #c46a59 0%,#ba604f 100%);
	background: -ms-linear-gradient(top,  #c46a59 0%,#ba604f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c46a59', endColorstr='#ba604f',GradientType=0 );}

#main .tbl_styl{margin:0 15px;}
#main .tbl_styl td.link{ padding-bottom:10px;}
#main .tbl_styl td.link a{font-size:16px; line-height:24px;}
#main .tbl_styl td.img_size{text-align:center; padding-bottom:15px;}
#main .tbl_styl td.img_size img{width:190px; height:143px;}
#main .tbl_styl td.money{background:#fbe2e5; color:#e80334; font-size:10px; text-align:center; padding:10px 0;}
#main .tbl_styl td.money span{font-size:16px; font-weight:bold;}
#main .tbl_styl td.tx_btm{padding-top:15px;}

.longshadow{
	overflow:hidden;
	text-shadow: 0px 0px rgba(191, 9, 21, 1),
		1px 1px rgba(191, 9, 21, 1),
		2px 2px rgba(191, 9, 21, 1),
		3px 3px rgba(192, 9, 21, 1),
		4px 4px rgba(192, 9, 21, 1),
		5px 5px rgba(192, 9, 21, 1),
		6px 6px rgba(193, 9, 21, 1),
		7px 7px rgba(193, 9, 21, 1),
		8px 8px rgba(194, 9, 21, 1),
		9px 9px rgba(195, 9, 21, 1),
		10px 10px rgba(196, 9, 21, 1),
		11px 11px rgba(197, 9, 21, 1),
		12px 12px rgba(198, 9, 22, 1),
		13px 13px rgba(199, 9, 22, 1),
		14px 14px rgba(199, 9, 22, 1),
		15px 15px rgba(200, 9, 22, 1),
		16px 16px rgba(200, 9, 22, 1),
		17px 17px rgba(201, 9, 22, 1),
		18px 18px rgba(201, 9, 22, 1),
		19px 19px rgba(201, 9, 22, 1),
		20px 20px rgba(202, 9, 22, 1),
		21px 21px rgba(202, 9, 22, 1),
		22px 22px rgba(202, 9, 22, 1),
		23px 23px rgba(202, 9, 22, 1),
		24px 24px rgba(203, 9, 22, 1),
		25px 25px rgba(203, 9, 22, 1),
		26px 26px rgba(203, 9, 22, 1),
		27px 27px rgba(203, 9, 22, 1),
		28px 28px rgba(203, 9, 22, 1),
		29px 29px rgba(204, 9, 22, 1),
		30px 30px rgba(204, 9, 22, 0.98),
		31px 31px rgba(204, 9, 22, 0.96),
		32px 32px rgba(205, 9, 22, 0.94),
		33px 33px rgba(205, 9, 22, 0.92),
		34px 34px rgba(206, 9, 22, 0.90),
		36px 36px rgba(207, 9, 22, 0.88),
		37px 37px rgba(208, 10, 22, 0.86),
		38px 38px rgba(209, 10, 22, 0.84),
		39px 39px rgba(210, 10, 22, 0.82),
		40px 40px rgba(211, 10, 22, 0.80),
		41px 41px rgba(212, 10, 22, 0.78),
		42px 42px rgba(213, 10, 22, 0.76),
		43px 43px rgba(214, 10, 22, 0.74),
		44px 44px rgba(215, 10, 22, 0.72),
		45px 45px rgba(216, 10, 22, 0.70),
		46px 46px rgba(217, 10, 22, 0.68),
		47px 47px rgba(218, 10, 23, 0.66),
		48px 48px rgba(219, 10, 23, 0.64),
		49px 49px rgba(220, 10, 23, 0.62),
		50px 50px rgba(221, 10, 23, 0.60),
		51px 51px rgba(222, 10, 23, 0.58),
		52px 52px rgba(223, 10, 23, 0.56),
		53px 53px rgba(224, 10, 23, 0.54),
		54px 54px rgba(222, 22, 25, 0.52),
		55px 55px rgba(222, 22, 25, 0.50);}
