@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; display:block; margin:8px 0 0 0;}
.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}

/* レイアウト */
.t10b { font-size: 10px;}
.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}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

html {scroll-behavior: smooth;}/*smooth scroll*/

/*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初期設定
-------------------------------------------------- */
#wrap{
	width:100%;
	margin:0;
	padding:0;
}
#wrapper{
	width:100%;
	margin:0;
	padding:0;
}	
#wrap #wrapInner {
	width:100%;
}
#wrapper #pastlist{
	display:block;
	line-height:1.34em;
	height:auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#bg img {
	vertical-align:bottom;
}
#bg a img {
	border:0;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

/*clearbefore*/

.clearFloatB:before { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloatB { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloatB { 
	height: 1%; 
} 
.clearFloatB { 
	display: block; 
} 
/* end of for macIE */
.clearFloatB {
	overflow:hidden;
}

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FA9746;
	padding: 10px;
	margin:0 0 15px 0;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#ffffff));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FA9746;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0);
		font-weight:normal;
		clear:both;
}

/* ------------------------------------------------

タイトル
-------------------------------------------------- */
#title{
	margin:0 0 0 0;
}
#title img{
	width:100%;
	height:auto;
	max-width:780px;
}
#title p.tiImage{
	position:absolute;
	left: 15px;
	top: 50px;
	display:none;
}
#title p.text{
	left: 26px;
	top: 180px;
	width: 396px;
	height: 90px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	line-height:1.9em;
	display:none;
}
#title p.text strong{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	display:block;
	font-weight:bold;
	color:#FFF;
}

/* ------------------------------------------------

キーワード
-------------------------------------------------- */
#keywords{
	display:block;
	padding:15px;
	margin:0 0 20px 0;
	display:block;
	border: 10px solid #f9e6c4;
	font-size:14px;
	overflow:hidden;
}
#keywords h2{
	font-size:16px;
	font-weight:bold;
	color:#CA5600;
	display:block;
	background:url(../images/ic_keyword.png) no-repeat;
	padding:3px 0 10px 50px;
	margin:0 0 10px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px dotted #CA5600;
}
#keywords a{
	padding:3px 3px 10px 10px;
	margin:0 0 0 20px;
	float:left;
	line-height:1.5em;
	background:url(../images/ic_arrow.png) no-repeat 0 10px;
	display:block;
}

/* ------------------------------------------------

1人旅エリア
-------------------------------------------------- */
.articleWrap{
	display:block;
	overflow:hidden;
	padding:0 0 15px 0;
	background:#FAF2E3;
}
.articleWrap p.explain{
	padding:10px 0 10px 10px;
	margin:0;
	line-height:1.4em;
	display:block;
}
.articleWrap #hitoriTit{
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_hitori.gif) no-repeat;
	font-size:12px;
	padding:0 0 0 58px;
	margin:0;
	font-weight:bold;
}
.articleWrap div.hitori{
	padding:10px;
	border:1px solid #FFFFFF;
	display:block;
	margin:0 5px 10px 5px;
	background:#FFF;
	overflow:hidden;
}
.articleWrap div.hitori img{
	float:left;
	width:150px;
	height:auto;
	margin:0 10px 10px 0;
}
.articleWrap div.hitori h3{
	margin:0;
	padding:6px 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}
.articleWrap div.hitori p.text{
	margin:0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em
}

@media screen and (max-width: 450px) {
.articleWrap div.hitori p.more{
		display:block;
		margin:0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		clear:both;
}
.articleWrap div.hitori p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.hitori p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}

@media screen and (min-width: 451px) {

.articleWrap div.hitori p.more{
		display:block;
		margin:10px 0 0 0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		overflow:hidden;
}
.articleWrap div.hitori p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.hitori p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}
div .Kensaku .kantankensaku_p {
    background: none;
    margin: 0;
    color: #000;
	font-size: 16px;
    padding: 1%;
}

/* ------------------------------------------------

ランキング
-------------------------------------------------- */
.articleWrap{
	display:block;
	overflow:hidden;
	margin:0 0 10px 0;
}
.articleWrap p.explain{
	padding:10px 0 0 10px;
	margin:0;
	line-height:1em;
	display:block;
	font-size:12px;
}
.articleWrap p.explain br{
	display:none;
}
.articleWrap #rankingTit{
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_rank.gif) no-repeat #F99143;
	font-size:12px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap div.ranking{
	padding:5px;
	display:block;
	margin:0 0 10px 0;
	overflow:hidden;
	position:relative;
	background:#FFF;
}
.articleWrap div.ranking img{
	float:left;
	width:120px;
	height:auto;
	margin:0 10px 10px 0;
}
.articleWrap div.ranking strong{
	display:block;
	height:auto;
	overflow:hidden;
	margin:0;
	font-size:16px;
	color:#F00;
}

@media screen and (max-width: 500px) {
.articleWrap div.ranking strong span{
	width:51px;
	height:18px;
	line-height:18px;
	color:#FFF;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 5px 0 0;
	display:block;
	clear:both;
	background:url(../images/bk_price.gif) no-repeat;
}
}

@media screen and (min-width: 501px) {
.articleWrap div.ranking strong span{
	width:51px;
	height:18px;
	line-height:18px;
	color:#FFF;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 5px 0 0;
	display:block;
	float:left;
	background:url(../images/bk_price.gif) no-repeat;
}
}
.articleWrap div.ranking p.detail a{
	margin:0 0 5px 0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em;
	text-decoration:underline;
	overflow:hidden;
}
.articleWrap div.ranking p.btn{
	width:175px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	padding:0;
	color:#FFF;
	text-align:center;
	font-size:12px;
	background:url(../images/bt_detail.gif) no-repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:none;
}

@media screen and (max-width: 500px) {
.articleWrap div.ranking p.more{
		display:block;
		margin:0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		clear:both;
}
.articleWrap div.ranking p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.ranking p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}

@media screen and (min-width: 501px) {
.articleWrap div.ranking p.more{
		display:block;
		margin:0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		overflow:hidden;
}
.articleWrap div.ranking p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.ranking p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}

/*大阪発　東京発　名古屋発設定*/
#osaka{
	margin:0;
	overflow:hidden;
}
#tokyo{
	margin:0;
	overflow:hidden;
}
#nagoya{
	overflow:hidden;
}
#osaka h3,#tokyo h3,#nagoya h3{
	height:46px;
	line-height:40px;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	color:#ca5600;
	background:#F9F1E1;
}

/*ランキングの表記*/
.articleWrap p#r01{
	height:39px;
	border-top:2px solid #AF9F44;
	display:block;
	background: -moz-linear-gradient(
		top,
		#fffcec 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fffcec),
		to(#ffffff));
		font-size:14px;
		text-align:center;
		padding:10px 0 0 0;
		color:#AF9F44;
		font-weight:bold;
}
.articleWrap p#r02{
	height:39px;
	border-top:2px solid #9C987F;
	display:block;
	background: -moz-linear-gradient(
		top,
		#fffcec 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#F4F4F4),
		to(#ffffff));
		font-size:14px;
		text-align:center;
		padding:10px 0 0 0;
		color:#9C987F;
		font-weight:bold;

}
.articleWrap p#r03{
	height:39px;
	border-top:2px solid #CA8459;
	display:block;
	background: -moz-linear-gradient(
		top,
		#FFF1E8 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#CA8459),
		to(#ffffff));
		font-size:14px;
		text-align:center;
		padding:10px 0 0 0;
		color:#CA8459;
		font-weight:bold;
}
.articleWrap p#r04{
	height:39px;
	border-top:2px solid #6CC750;
	display:block;
	background: -moz-linear-gradient(
		top,
		#fffcec 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#EEFCE8),
		to(#ffffff));
		font-size:14px;
		text-align:center;
		padding:10px 0 0 0;
		color:#6CC750;
		font-weight:bold;
}
.articleWrap p#r05{
	height:39px;
	border-top:2px solid #6CC750;
	display:block;
	background: -moz-linear-gradient(
		top,
		#fffcec 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#EEFCE8),
		to(#ffffff));
		font-size:14px;
		text-align:center;
		padding:10px 0 0 0;
		color:#6CC750;
		font-weight:bold;
}

/* ------------------------------------------------

ひとり旅　テーマから探す
-------------------------------------------------- */
#hitoritabi_search_theme{
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_hitori.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap h3 {
    padding: 10px;
    background: #494949;
    margin: 15px 10px 15px;
    color: #FFF;
}
/* ------------------------------------------------

おすすめ都市
-------------------------------------------------- */

.articleWrap div.city{
	padding:10px;
	border:1px solid #FFFFFF;
	display:block;
	margin:0 5px 10px 5px;
	background:#FFF;
	overflow:hidden;
}
.articleWrap div.city img{
	float:left;
	width:150px;
	height:auto;
	margin:0 10px 10px 0;
}
.articleWrap div.city h3{
	margin:0;
	padding:0 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}
.articleWrap div.city p.text{
	margin:0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em
}

@media screen and (max-width: 450px) {
.articleWrap div.city p.more{
		display:block;
		margin:0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		clear:both;

}
.articleWrap div.city p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.city p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}

@media screen and (min-width: 451px) {

.articleWrap div.city p.more{
		display:block;
		margin:10px 0 0 0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		overflow:hidden;

}
.articleWrap div.city p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.city p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}

/*-------------------------------------------------------------

1カラムボタン
--------------------------------------------------------------*/
.btn1col{
	width:80%;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#c51d44 0%,
		#c51d44);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c51d44),
		to(#c51d44));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c51d44;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
		text-align:center;
		margin:0 auto;
		clear:both;
}
.btn1col a{
	text-decoration:none;
	display:block;
	padding: 18px 0;
	color: #ffffff;
}
.btn1col a:after{
	width:15px;
	height:20px;
	display:block;
	margin:0 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:15px auto;
	content:"";
}
.btn1col a:link{
	color:#FFF;
}
.btn1col a:visited{
	color:#FFF;
}
.btn1col a:active{
	color:#FFF;
}

/*-------------------------------------------------------------

3カラムボタン
--------------------------------------------------------------*/

ul.btn3col{
	display:block;
	margin:0;
	padding:10px 0 0 0;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btn3col li.airBtn {
	width:230px;
	height:49px;
	background:url(../images/bt_air.png) no-repeat 0 0;
	display:block;
	text-align:center;
	line-height:49px;
	color:#FFF;
	float:left;
	margin:0 0 0 10px;

}

ul.btn3col li.airBtn a{
	background:url(../images/bt_air.png) no-repeat 0 0;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.airBtn a:hover{
	background:url(../images/bt_air.png) no-repeat 0 -49px;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.hotelBtn {
	width:230px;
	height:49px;
	background:url(../images/bt_air.png) no-repeat 0 0;
	display:block;
	text-align:center;
	line-height:49px;
	color:#FFF;
	float:left;
	margin:0 0 0 10px;
}

ul.btn3col li.hotelBtn a{
	background:url(../images/bt_hotel.png) no-repeat 0 0;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.hotelBtn a:hover{
	background:url(../images/bt_hotel.png) no-repeat 0 -49px;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.tourBtn {
	width:230px;
	height:49px;
	background:url(../images/bt_set.gif) no-repeat 0 0;
	display:block;
	text-align:left;
	line-height:49px;
	color:#FFF;
	text-indent:13px;
	float:left;
	margin:0 0 0 10px;
}

ul.btn3col li.tourBtn a{
	background:url(../images/bt_set.gif) no-repeat 0 0;
	display:block;
	color:#FFF;
	font-size:14px;
	text-align:right;
	padding:0 5px 0 0;
	text-decoration:none;
}

ul.btn3col li.tourBtn a:hover{
	background:url(../images/bt_set.gif) no-repeat 0 -49px;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}


/* ------------------------------------------------

おすすめホテル
-------------------------------------------------- */

.articleWrap #hotelTit{
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_hotel.gif) no-repeat;
	font-size:12px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap div.hotel{
	padding:10px;
	border:1px solid #FFFFFF;
	display:block;
	margin:0 5px 10px 5px;
	background:#FFF;
	overflow:hidden;
}
.articleWrap div.hotel img{
	float:left;
	width:150px;
	height:auto;
	margin:0 10px 10px 0;
}
.articleWrap div.hotel h3{
	margin:0;
	padding:6px 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}
.articleWrap div.hotel p.text{
	margin:0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em;
	overflow:hidden;
	padding:0 0 5px 0;
}

@media screen and (max-width: 450px) {
.articleWrap div.hotel p.more{
		display:block;
		margin:0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		clear:both;

}
.articleWrap div.hotel p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.hotel p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}

@media screen and (min-width: 451px) {

.articleWrap div.hotel p.more{
		display:block;
		margin:10px 0 0 0;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ff9945 0%,
		#ff7300);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9945),
		to(#ff7300));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(161,142,016,0);
	text-shadow:
		0px -1px 3px rgba(255,115,0,0.8),
		0px 1px 0px rgba(255,115,0,0.3);
		overflow:hidden;

}
.articleWrap div.hotel p.more a{
	color: #ffffff;
	padding: 8px 0;
	display:block;
	text-decoration:none;
}
.articleWrap div.hotel p.more a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-size:10px auto;
	content:"";
}
}

/* ------------------------------------------------

ひとり旅に利用したい！
-------------------------------------------------- */

.articleWrap #usefulTit{
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_check.gif) no-repeat;
	font-size:12px;
	padding:0 0 0 58px;
	margin:0;
	font-weight:bold;
}


.articleWrap div.useful{
	display:block;
	padding:0 0 10px 0;
	margin:0 5px 10px 5px;
	background:#FFF;
}
.articleWrap div.useful h3{
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	height:51px;
	line-height:51px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-weight:bold;
	display:block;
	font-size:16px;
	background:url(../images/ti_usefull.gif) no-repeat;
}
.articleWrap div.useful dd.text{
	margin:0;
	padding:0 0 10px 10px;
	display:block;
	font-size:12px;
	line-height:1.6em
}
.articleWrap div.useful dd.img{
	display:block;
	margin:0 10px 0;
	padding:0;
	text-align:center;
}
.articleWrap div.useful dd.img img{
	width:100%;
	height:auto;
}
.articleWrap div.useful p a{
	display:none;
}

/* ------------------------------------------------
QA
-------------------------------------------------- */
#qa{
	display:block;
	padding:10px 15px 0 15px;
}
#qa h4{
	display:block;
	padding:1px 3px 1px 10px;
	margin:0 0 10px 0;
	border-left:6px solid #999;
	font-size:14px;
}

/* ------------------------------------------------

右カラム基本設定
-------------------------------------------------- */
#floatLeft{
	display:block;
}
#floatRight{
	display:block;
	clear:both;
}

/* ツアー検索
------------------------------------------ */
.gadgetbox2 {
	background: #ebf2fe;
	padding:0px 0px 13px 0px;
	margin:0px 0px 20px 0px;
}
.gadgetbox2 h3 {
	background-image: url(//www.nta.co.jp/kaigai/europe/swiss/summer/images/ti_kensaku.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	font-family:"メイリオ", Meiryo;
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	padding:15px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.gadgetbox2 h4 {
	font-size:12px;
	line-height:18px;
	color:#28289a;
	padding:0px;
	margin:0px 0px 5px 5px;
}
.gadgetbox2 .selarea {
	margin:0px 0px 13px 0px;
}
.gadgetbox2 .pullarea {
	margin:0px 0px 17px 5px;
}
.gadgetbox2 .pullarea ul {
	padding:0px;
	margin:0px;
}
.gadgetbox2 .pullarea li {
	padding:0px;
	margin:0px 0px 5px 0px;
}
#NTA_W_go {
	margin:0px 0px 0px 10px;
}
.gadgetbox2 p {
	font-size:10px;
	line-height:14px;
	padding:0px;
	margin:0px 10px 0px 10px;
}
.gadgetbox2 #btn {
	margin:0;
	padding:0;
}

/*----------------------------------------------------

サイドエリア調整-------------------------------------*/
div.conarea p{
	font-size:0.8em;
}
div.conarea ul.spearea li{
	font-size:0.9em;
}

/* side-block-11 */

.side-block-11 {
	width: 200px;
	margin-bottom: 10px;
	display:none;
}
.side-block-11 .side-title {
	width: 200px;
	height: 30px;
	background: url(../img/side_title_02c2.gif) no-repeat left top;
}
.side-block-11 .area-title {
	margin-bottom: 10px;
}
.side-block-11 .list2e {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2e li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2e li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_01.gif) no-repeat 0 2px;
}
.side-block-11 .list2e li a.noarrow {
	background: none;
	padding:0;
}
.side-block-11 .list2as {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2as li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2as li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_03.gif) no-repeat 0 2px;
}
.side-block-11 .list2as li a.noarrow {
	background: none;
	padding:0;
}
.side-block-11 .list2af {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2af li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2af li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_02.gif) no-repeat 0 2px;
}
.side-block-11 .list2af li a.noarrow {
	background: none;
	padding:0;
}
.side-block-11 .list2am {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2am li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2am li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_06.gif) no-repeat 0 2px;
}
.side-block-11 .list2am li a.noarrow {
	background: none;
	padding:0;
}
.side-block-11 .list2be {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2be li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2be li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_05.gif) no-repeat 0 2px;
}
.side-block-11 .list2be li a.noarrow {
	background: none;
	padding:0;
}
.side-block-11 .list2oc {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2oc li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2oc li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_04.gif) no-repeat 0 2px;
}
.side-block-11 .list2oc li a.noarrow {
	background: none;
	padding:0;
}

/*----------------------------------------------------

おすすめボタン-------------------------------------*/

@media screen and (max-width: 600px) {

ul.btnOsusume{
	height:auto;
	padding:0;
	display:block;
	clear:both;
}

ul.btnOsusume li.air{
	height:30px;
	margin:0 0 5px 0;
	padding:0;
		background: -moz-linear-gradient(
		top,
		#f99746 0%,
		#f9893e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f99746),
		to(#f9893e));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #f99746;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(249,151,70,0.2),
		0px 1px 0px rgba(249,151,70,1);
	font-size:12px;
	display:block;
	line-height:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.air a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul.btnOsusume li.air a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat center right;
	background-size:10px auto;
	content:"";
}

ul.btnOsusume li.hotel{
	height:30px;
	margin:0 0 5px 0;
	padding:0;
	background: -moz-linear-gradient(
		top,
		#5ab935 0%,
		#51b02f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5ab935),
		to(#51b02f));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #51b02f;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(81,176,47,0.2),
		0px 1px 0px rgba(81,176,47,1);
	font-size:12px;
	display:block;
	line-height:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.hotel a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul.btnOsusume li.hotel a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat center right;
	background-size:10px auto;
	content:"";
}

ul.btnOsusume li.tour{
	height:30px;
	margin:0 0 5px 0;
	background: -moz-linear-gradient(
		top,
		#00a2ff 0%,
		#0095ff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#00a2ff),
		to(#0095ff));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #00a2ff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(0,162,255,0.2),
		0px 1px 0px rgba(0,162,255,1);
	font-size:12px;
	display:block;
	line-height:30px;
	letter-spacing:-0.05em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.tour a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:0 0 0 10px;
}

ul.btnOsusume li.tour a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat center right;
	background-size:10px auto;
	content:"";
}
}

@media screen and (min-width: 601px) {
	
	ul.btnOsusume{
	height:auto;
	padding:0;
	display:block;
	overflow:hidden;
}

ul.btnOsusume li.air{
	width:50%;
	float:left;
	height:30px;
	margin:0 0 5px 0;
	padding:0 5px 0 0;
	font-size:12px;
	display:block;
	line-height:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.air a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
			background: -moz-linear-gradient(
		top,
		#f99746 0%,
		#f9893e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f99746),
		to(#f9893e));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #f99746;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(249,151,70,0.2),
		0px 1px 0px rgba(249,151,70,1);
}

ul.btnOsusume li.air a:after{
	
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat center right;
	background-size:10px auto;
	content:"";
}

ul.btnOsusume li.hotel{
	width:50%;
	float:left;
	height:30px;
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	display:block;
	line-height:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.hotel a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
	background: -moz-linear-gradient(
		top,
		#5ab935 0%,
		#51b02f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5ab935),
		to(#51b02f));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #51b02f;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(81,176,47,0.2),
		0px 1px 0px rgba(81,176,47,1);
}

ul.btnOsusume li.hotel a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat center right;
	background-size:10px auto;
	content:"";
}

ul.btnOsusume li.tour{
	width:50%;
	float:left;
	height:30px;
	margin:0 0 5px 0;
	padding:0 5px 0 0;
	font-size:12px;
	display:block;
	line-height:30px;
	letter-spacing:-0.05em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.tour a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:0 0 0 10px;
	background: -moz-linear-gradient(
		top,
		#00a2ff 0%,
		#0095ff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#00a2ff),
		to(#0095ff));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #00a2ff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 4px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(0,162,255,0.2),
		0px 1px 0px rgba(0,162,255,1);
}

ul.btnOsusume li.tour a:after{
	width:10px;
	height:20px;
	display:block;
	margin:3px 5px 0 0;
	float:right;
	background:url(../images/smp/ic_arrow.png) no-repeat center right;
	background-size:10px auto;
	content:"";
}
}

/*----------------------------------------------------

20140326add-------------------------------------*/

.mt20{
	overflow:hidden;
	margin-bottom:10px;
}
.mb20{
	margin-top:10px;
}

/*サイド設定*/

/* ツアー検索
------------------------------------------ */
.gadgetbox2 {
	background: #ebf2fe;
	padding:0px 0px 13px 0px;
	margin:0px 0px 20px 0px;
}
.gadgetbox2 h3 {
	width:100%;
	background: url(../images/ti_kensaku.gif) #002668;
	background-repeat: no-repeat;
	height: 45px;
	font-family:"メイリオ", Meiryo;
	font-size:14px;
	line-height:18px;
	color:#FFF;
	font-weight:normal;
	padding:15px 0px 0px 0;
	margin:0px 0px 10px 0px;
	text-align:center;
	display:block;
}
.gadgetbox2 h4 {
	font-size:12px;
	line-height:18px;
	color:#28289a;
	padding:0px;
	margin:0px 0px 5px 5px;
}

@media screen and (max-width: 500px) {
.gadgetbox2 .selarea {
	margin:0 auto 10px;
	width:200px;
}
.gadgetbox2 .pullarea {
	margin:0px 0px 17px 5px;
}
.gadgetbox2 .pullarea ul {
	padding:0px;
	margin:0px;
}
.gadgetbox2 .pullarea li {
	padding:0px;
	margin:0px 0px 5px 0px;
}
#NTA_W_go {
	margin:0px 0px 0px 10px;
}
.gadgetbox2 .gadgetbox p {
	font-size:10px;
	line-height:14px;
	padding:0px;
	margin:0px 10px 0px 10px;
}
.gadgetbox2 #btn{
	display:block;
	text-align:center;
}
}

@media screen and (min-width: 501px) {
.gadgetbox2 .selarea {
	margin:0 10px;
}
.gadgetbox2 .pullarea {
	margin:0px 0px 17px 5px;
}
.gadgetbox2 .pullarea ul {
	padding:0px;
	margin:0px;
}
.gadgetbox2 .pullarea li {
	padding:0px;
	margin:0px 10px 5px 0px;
	float:left;
}
#NTA_W_go {
	margin:0px 0px 0px 10px;
}
.gadgetbox2 p {
	font-size:10px;
	line-height:14px;
	padding:0px;
	margin:0px 10px 0px 10px;
}
.gadgetbox2 #btn{
	display:block;
	text-align:center;
	margin:5px 0 5px 0;
	clear:both;
}
}

/*------------------------------------------------------
bnrArea
-------------------------------------------------------*/

@media screen and (max-width: 640px) {
ul#bnrArea{
	display:block;
	margin:0;
	padding:0;
}

ul#bnrArea li{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	width:50%;
	float:left;
	text-align:center
}

ul#bnrArea li img{
	width:98%;
	height:auto;
	max-width:200px;
}

ul#bnrArea li a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
}

@media screen and (min-width: 641px) {
ul#bnrArea{
	display:block;
	margin:0;
	padding:0;
}

ul#bnrArea li{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	width:25%;
	float:left;
	text-align:center
}

ul#bnrArea li img{
	width:98%;
	height:auto;
	max-width:200px;
}

ul#bnrArea li a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
}

/*--------------------------------------------------
国別
-----------------------------------------------------*/
/* 右枠　国・エリアから探す */

/* side-block-11 */

{

	width: 200px;
	margin-bottom: 10px;
}
.side-title {
	width: 200px;
	height: 30px;
	background: url(../img/side_title_02c2.gif) no-repeat left top;
}
.area-title {
	margin-bottom: 10px;
}
.side-title2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../images/side_title_03.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:16px;
	letter-spacing:-0.1em;
	margin:0;
}
.right-block .side-block-01 .side-title3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../images/side_title_02.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:16px;
	letter-spacing:-0.1em;
	margin:0;
}

/*ヨーロッパ*/
.list2e {
	width: 192px;
	margin: 0 0 15px 8px;
}
.list2e li {
	width: 192px;
	padding: 0 0 10px 0;
}
.list2e li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_01.gif) no-repeat 0 2px;
}
.list2e li a.noarrow {
	background: none;
	padding:0;
}

/*アジア*/
.list2as {
	width: 192px;
	margin: 0 0 15px 8px;
}
.list2as li {
	width: 192px;
	padding: 0 0 10px 0;
}
.list2as li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/imagesicon_03.gif) no-repeat 0 2px;
}
.list2as li a.noarrow {
	background: none;
	padding:0;
}

/*アフリカ*/
.list2af {
	width: 192px;
	margin: 0 0 15px 8px;
}
.list2af li {
	width: 192px;
	padding: 0 0 10px 0;
}
.list2af li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/imagesicon_02.gif) no-repeat 0 2px;
}
.list2af li a.noarrow {
	background: none;
	padding:0;
}

/*アメリカ*/
.list2am {
	width: 192px;
	margin: 0 0 15px 8px;
}
.list2am li {
	width: 192px;
	padding: 0 0 10px 0;
}
.list2am li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/imagesicon_06.gif) no-repeat 0 2px;
}
.list2am li a.noarrow {
	background: none;
	padding:0;
}

/*ビーチ*/

.list2be {
	width: 192px;
	margin: 0 0 15px 8px;
}
.list2be li {
	width: 192px;
	padding: 0 0 10px 0;
}
.list2be li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/imagesicon_05.gif) no-repeat 0 2px;
}
.list2be li a.noarrow {
	background: none;
	padding:0;
}

/*オセアニア*/

.list2oc {
	width: 192px;
	margin: 0 0 15px 8px;
}
.list2oc li {
	width: 192px;
	padding: 0 0 10px 0;
}
.list2oc li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/imagesicon_04.gif) no-repeat 0 2px;
}
.list2oc li a.noarrow {
	background: none;
	padding:0;
}
.conarea{
}

/*その他のサービス----------------------------------
----------------------------------------------------*/
.btn02 a, input.btn02 {
	text-decoration: none;
	/*	
	background: url(../images/sp_btn_icon01.png) no-repeat 4% center, -moz-linear-gradient(top, #FF7000, #FF1F00);
	background: url(../images/sp_btn_icon01.png) no-repeat 4% center, -webkit-gradient(linear, left top, left bottom, from(#FF7000), to(#FF1F00));
    */

	background: url(../images/sp_btn_icon01.png) no-repeat 4% center, -moz-linear-gradient(top, #666666 #666666);
	background: url(../images/sp_btn_icon01.png) no-repeat 4% center, -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666));
	background-size: 15px, auto;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 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;
}
.service-list li i {
  position: absolute;
  top: 5px;
  left: 10px;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*----------------------------------------------------------------------

	h2-titlebar

----------------------------------------------------------------------*/
section{
  display: block;
}
.titleBar01 {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background: #999999;
}
.service-list li i.service01 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}
.service-list li i.service02 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0px -40px;
  width: 40px;
  height: 40px;
}
.service-list li i.service03 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0px -80px;
  width: 40px;
  height: 40px;
}
.service-list li i.service04 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0px -120px;
  width: 40px;
  height: 40px;
}
.service-list li i.service05 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0px -280px;
  width: 40px;
  height: 40px;
}
.service-list li i.service06 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position:  0 -160px;
  width: 40px;
  height: 40px;
}
.service-list li i.service07 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0 -200px;
  width: 40px;
  height: 40px;
}
.service-list li i.service08 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0 -240px;
  width: 40px;
  height: 40px;
}
.service-list li i.service09 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0px -320px;
  width: 40px;
  height: 40px;
}
.service-list li i.service10 {
  background-image: url(//www.nta.co.jp/sp/images/sprite_service.png);
  background-position: 0px -360px;
  width: 40px;
  height: 40px;
}
.service-list li {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  position: relative;
  font-size:12px;
  background: url(//www.nta.co.jp/sp/images/icon/ico_arrow03.png) no-repeat 98% center #f5f5f5;
}
.service-list li a {
	color:#333333;
  padding: 0 10px 0 60px;
  background: url(//www.nta.co.jp/sp/images/arrow02.png) no-repeat 98% center;
	background-size:3%;
	display:block;
}

/*---------------------------------------------------*/

/*おすすめ特集*/
.conarea{
	display:block;
}
.conarea p{
	margin:0 5px 10px;
	padding:0;
}
.conarea h3{
	background:#000066;
	color:#FFF;
	padding:8px 0 8px 0;
	text-indent:15px;
	margin:0 0 5px 0;
}

ul.spearea{
	display:block;
	margin:0 5px;
	padding:0;
}

ul.spearea li{
	display:block;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #CCC;
}

ul.spearea li dl{
	overflow:hidden;
}

ul.spearea li dt{
	float:left;
	padding:0 5px 0 0;
}

@media screen and (max-width: 599px) {
ul.bnrarea{
	display:block;
	margin:0 5px;
	padding:0;
	overflow:hidden;
}

ul.bnrarea li{
	width:50%;
	float:left;
	height:80px;
	font-size:10px;
	display:block;
	padding:0 3px 0 3px;
}

ul.bnrarea li img{
	width:99%;
	height:auto;
	display:block;
	max-width:200px;
}
}

@media screen and (min-width: 600px) {
ul.bnrarea{
	display:block;
	margin:0 5px;
	padding:0;
	overflow:hidden;
}

ul.bnrarea li{
	width:33.33333%;
	float:left;
	height:80px;
	font-size:10px;
	display:block;
	padding:0 3px 0 3px;
}

ul.bnrarea li img{
	width:99%;
	height:auto;
	display:block;
	max-width:200px;
}
}

ul.usearea{
	display:block;
	margin:0 0 15px 0;
	padding:0;
}

ul.usearea li{
	margin:0;
	border-bottom:#CCC 1px solid;
}

ul.usearea li a{
	display:block;
	padding:10px 0 10px 10px;
	background:url(../images/smp/ic_arrow_g.png) no-repeat 98% 10px;
	background-size:3%;
}
/*info*/

table,tr{
	width:100%;
}
#titleinfo{
}
#titleinfo img{
	width:100%;
	height:auto;
}
#midashi{
	overflow:hidden
}
#midashi h3 img{
	width:150%;
	max-width:950px;
	height:auto;
}
#midashi ul{

}
#midashi ul li{
	margin:5px 0;
	float:left;
	width:50%;
}
#midashi ul li a{
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #E6F8FF 0%, #CDF3FF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #E6F8FF 0%, #CDF3FF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #E6F8FF 0%, #CDF3FF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6F8FF), color-stop(1, #CDF3FF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #E6F8FF 0%, #CDF3FF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #E6F8FF 0%, #CDF3FF 100%);
display:block;
padding:10px 3px 10px 10px;
margin:0 3px;
border:1px solid #CEF3FF;
}
#midashi ul li a:after{
	content:"";
	background:url(../images/smp/ic_arrow_g.png) no-repeat;
	background-position:0 0;
	margin:5px 0 0 0;
	padding:0;
	background-size:80% auto;
	float:right;
	width:10px;
	height:20px;
	display:block;
}
#midashi ul li img{
	display:none;
}

h3#hikingTit img,h3#flowerTit img,h3#mapTit img{
	display:none;
}

h3#hikingTit{
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #95F5B3 0%, #ACF8C4 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #95F5B3 0%, #ACF8C4 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #95F5B3 0%, #ACF8C4 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95F5B3), color-stop(1, #ACF8C4));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #95F5B3 0%, #ACF8C4 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #95F5B3 0%, #ACF8C4 100%);
color:#000066;
padding:8px;
	
}

h3#hikingTit span,h3#flowerTit span,h3#mapTit span{
	display:block;
}

h3#flowerTit{

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFCDC0 0%, #FFDACF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFCDC0 0%, #FFDACF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFCDC0 0%, #FFDACF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCDC0), color-stop(1, #FFDACF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFCDC0 0%, #FFDACF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFCDC0 0%, #FFDACF 100%);
color:#000066;
padding:8px;
	
}

h3#mapTit{
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #C2C6FF 0%, #D0D3FF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #C2C6FF 0%, #D0D3FF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #C2C6FF 0%, #D0D3FF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C2C6FF), color-stop(1, #D0D3FF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #C2C6FF 0%, #D0D3FF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #C2C6FF 0%, #D0D3FF 100%);
color:#000066;
padding:8px;
}

ul#navi li img{
	display:none;
}

ul#navi li {
	color:#FFF;
	text-align:center;
	font-size:1.3em;
	display:block;
	overflow:hidden;
}

ul#navi li a{
	display:block;
	padding:5px 0 5px 0;
	margin:0 0 1px 0;
	color:#FFF;
	background:#002462;
	text-decoration:none;
}

ul#navi li a:after{
	content:"";
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-position:0 0;
	margin:5px 0 0 0;
	padding:0;
	background-size:50% auto;
	float:right;
	width:20px;
	height:20px;
	display:block;
}
.haiking{
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top left, #FFFAFA 0%, #C6FFD8 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #FFFAFA 0%, #C6FFD8 100%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #FFFAFA 0%, #C6FFD8 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFAFA), color-stop(1, #C6FFD8));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #FFFAFA 0%, #C6FFD8 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom right, #FFFAFA 0%, #C6FFD8 100%);
padding:5px;
border-left:1px solid #0C9;
border-top:1px solid #0C9; 
}
#haikingTable{
	empty-cells: hide;
}
#haikingTable tr{
	margin:0 5px 0 0;
}
span.text{
	display:block;
	padding:0 5px 5px 5px;
}
p.btn{
		background: -moz-linear-gradient(
		top,
		#0065c9 0%,
		#0065c9 25%,
		#004a99);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0065c9),
		color-stop(0.25, #0065c9),
		to(#004a99));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #004a99;
	-moz-box-shadow:
		0px 3px 2px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,000,217,1);
	-webkit-box-shadow:
		0px 3px 2px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,000,217,1);
	box-shadow:
		0px 3px 2px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,000,217,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
		color:#FFF;
		text-align:center;
		margin:6px 10px 0;
}
p.btn a{
	display:block;
	padding:10px 0 10px 10px;
	color:#FFF;
	text-decoration:none;
}
p.btn a:after{
	content:"";
	background:url(../images/smp/ic_arrow.png) no-repeat;
	background-position:0 0;
	margin:1px 0 0 0;
	padding:0;
	background-size:50% auto;
	float:right;
	width:20px;
	height:20px;
	display:block;
}
.smpnone{
	display:none!important;
}
.smpBnr img{
	width:100%;
	height:auto;
}

/*----------------------------------------------------
20160208add
-------------------------------------*/
/* 新着情報 */
#newsbox{
	display:block;
	padding:15px;
	margin:0 0 20px 0;
	display:block;
	border: 10px solid #f9e6c4;
	font-size:14px;
	overflow:hidden;
}
#newsbox h2{
	font-size:16px;
	font-weight:bold;
	color:#CA5600;
	display:block;
	background:url(../images/ic_keyword.png) no-repeat;
	padding:3px 0 10px 50px;
	margin:0 0 10px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px dotted #CA5600;
}
#newsbox a{
	padding:3px 3px 10px 10px;
	margin:0 0 0 20px;
	line-height:1.5em;
	background:url(../images/ic_arrow.png) no-repeat 0 10px;
	display:block;
}

/* おすすめツアー */
.reco_il .contInner02 {
padding: 15px 10px 0 10px;
}
.articleWrap #recoTit{
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_reco.gif) no-repeat;
	font-size:12px;
	padding:0 0 0 58px;
	margin:0;
	font-weight:bold;
}
.bgGrayArea {
    background: #FAF2E3;
}
.bgGrayArea .cFix li {
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    overflow: hidden;
    margin: 0px 2% 10px 0;
padding: 10px;
border: 1px solid #E5E0DC;
background: #FFF none repeat scroll 0% 0%;
    float: left;
}
.itemList4 li {
    padding: 0px 0px 10px 0;
}
.itemList4 li:nth-child(2n) {
    margin-right: 0px;
}
.bgGrayArea .thumb {
    width: 100%;
}
.bgGrayArea .cFix dl {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.bgGrayArea .cFix dt {

    font-size: 0.9rem;
    font-weight: normal;
color: #FFF;
padding: 12px 6px;
background: #F99042 none repeat scroll 0% 0%;
text-align: center;
}
.itemList4 li dl dt a,
.itemList4 li dl dt a:hover {
color: #FFF;
}
.bgGrayArea .cFix dd {
    padding: 0 0 10px 0;
    font-size: 0.8rem;
    margin: 0px;
}
.bgGrayArea .cFix dd span {
color: #333 !important;
}

/* ランキングナビ */
.navMenuNew {
    background: #999999 none repeat scroll 0% 0%;
}
.navMenuNew ul {
    text-align: center;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}
.navMenuNew ul li {
    font-size: 0.7rem;
    font-weight: bold;
    display: block;
    width: 50%;
    float: left;
    margin: 0px;
    padding: 10px 0px;
    color: #FF6;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.navMenuNew ul li a {
    color: #FFF;
    font-weight: bold;
    font-size: 0.7rem;
    display: inline-block;
}
.sp_none {
	display:none;
}

/* サイドナビ */

/*#floatRight{
	display:none;
}*/

.etsuran_btn,
.okini_btn,
.gadget_tool:nth-of-type(3),
.gadget_tool:nth-of-type(4),
.gadget_tool:nth-of-type(5),
.gadget_tool:nth-of-type(6),
.gadget_tool:nth-of-type(7),
.side_tool{
	display:none;
}

/* --------------------------------------------------- serch */
.dispBtn:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(/shared2015/common/images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}
.dispBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
.map{
	width:280px!important;
	margin:0 auto 10px!important;
	display:block;
	overflow:hidden;
}
.map img{
	width:300px!important;
	height:211px!important;
}
.contentRight{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
.stepBox li{
	margin:0 0 8px 0;
}
.stepBox li strong{
	font-weight:bold;
}
#NTA_search{
	background:#FFA933;
	border:0;
	color:#FFF;
	margin:0 0 0 1%;
	width:30%;
	font-size:10px;
}
#NTA_keyword{
	width:55%;
}
#NTA_keyword input{
	padding:0px;
}
.tabBox{
	display:block;
	overflow:hidden;
	height:68px;
	background:#FFF;
}
.tabBox li{
	width:33.23333333%;
	display:block;
	margin:0 0 0 0.1%;
	float:left;
	text-align:center;
	/*font-weight:bold;*/
	padding:15px 0;
	font-size:12px;
	display:block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
.left{
	background:#DAF5CF;
	color:#4EAB26;
}
.left.select{
	background:#4EAB26;
	color:#FFF;
	position:relative;
}
.left.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	background-size:100% auto;
	width:8px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:50%;
	content:"";
	display:block;
}
.center,.right{
	background:#FFD7E1;
	color:#E2335D;
}
.center.select,.right.select{
	background:#E2335D;
	color:#FFF;
	position:relative;
}
.center.select:after,.right.select:after{
	background:url(../images/tb_arrow_red.png) no-repeat;
	background-size:100% auto;
	width:8px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:50%;
	content:"";
	display:block;
}
span.customSelect{
	opacity: 0 !important;
	display:none !important;
}
select#NTA_W_month,
select#NTA_W_day,
select#NTA_W_airport{
width: 100% !important;
position: none !important;
opacity: 100 !important;
height: 45px !important;
 font-size: 14px;
	position:relative !important;
}
#NTA_W_calendar{
	display:none;
}
p.gadget_btn button{

	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FF9326 url(/shared2015/common/images/im_arrow.png) no-repeat 98% center;
}
#NTA_W_go {
	margin:0 auto 10px auto;
}
div.departure_other div.pulldown {
    position: static;
}
.gadget_box_in dt #narrow {
    background: #ffffff;
    height: auto;
    line-height: 35px;
    color: #111184;
    display: block;
    width: 300px;
    clear: both;
    float: auto !important;
    text-align: left;
    margin: 0px 0 0px 0px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0;
}*/

/* ---------------------------------------------------------------
ボタンデザイン
--------------------------------------------------------------- */
/* デフォルトレイアウトパターン
-------------------------------- */
/* 大 */
.btn_layout01 a {
	font-size: 18px;
}
.btn_layout01 a span {
	padding: 12px 10px 12px 15px;
}

/* 中 */
.btn_layout02 a,
.btn_layout04 a {
	font-size: 16px;
}
.btn_layout02 a span,
.btn_layout04 a span {
	padding: 8px 10px 8px 15px;
}

/* 小 */
.btn_layout03 a {
	font-size: 12px;
}
.btn_layout03 a span {
	padding: 4px 10px 4px 15px;
}

/* 共通 */
.btn_layout01,
.btn_layout02,
.btn_layout03 {
	clear: both;
}
.btn_layout01 a,
.btn_layout02 a,
.btn_layout03 a {
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn_layout01 a span,
.btn_layout02 a span,
.btn_layout03 a span,
.btn_layout04 a span {
	display:inline-block;
	background: url(/shared2015/common/images/im_arrow.png) no-repeat left center;
}

.btn_layout04 a {
	float: left;
	width: 46%;
	margin: 0 8px 0 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* カラーパターン
-------------------------------- */

/*  */
.color_style01 {
	background: #02A9F7;
}

/* グリーン */
.color_style02 {
	background: #4EAB26;
}

/* グレー */
.color_style03 {
	background: #7F7F7F;
}

/* ワインレッド */
.color_style04 {
	background: #C51D44;
}
.btn01 a {
	display: block;
	width: 90% !important;
	margin: 0 auto 10px auto;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #34A506 url(/shared2015/common/images/im_arrow.png) no-repeat 98% center !important;
}
.btn01 a:after {
	padding: 12px 10px 12px 15px;
	display:inline-block;
	*display: inline;
	*zoom: 1;
}
.btn01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	cursor: pointer;
	text-decoration: none !important;
}
.pc_none {
	margin: 15px auto 20px auto;
}
p.more{

	display: block;
	width: 90%;
	margin: 0 auto !important;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px !important;
	background: #FF9326 url(/shared2015/common/images/im_arrow.png) no-repeat 32% center !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
p.more a {
    padding: 0 !important;
}
p.more a:after {
    width: auto !important;
    height: auto;
    display: block;
    margin: 0 !important;
    float: none;
    background: none !important;
}

/*20160829ガシェットCSS追加*/
.gadget_tool .gadget_tool_in .gadget_tool_search select,
.calendar_wrap .base_pull .base_gadget_calendar_box input{
	height:45px;
	font-size: 16px;
	position:relative;
}
.calendar_wrap .base_pull .base_gadget_calendar_box img{
	position:absolute;
	top: 70%;
    right: 20px;
}
.calendar_wrap .base_pull .month_in th,
.calendar_wrap .base_pull .month_in td{
	border:1px solid #CCCCCC;
}

/**/

.naviMenu{
	background:#333;
	margin-bottom:15px;
	text-align:center;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0;
}


.naviMenu li{
	display:block;
	border-right:1px dotted #FFF;
	border-bottom:1px dotted #FFF;
	width:50%;
	float:left;
}
.naviMenu li:nth-child(2n){
	border-right:none;
}
.naviMenu li:nth-child(n+5){
	border-bottom:none;
}
.naviMenu li a{
	display:block;
	padding:10px;
	color:#FFF;
	text-decoration:none!important;
	font-size:14px;
	background:url(../images/im_navi_arrow.png) no-repeat 94% 50%;
	background-size:10px auto;
}
.countryArea{
	padding:10px;
	background:#494949;
	margin:10px 5px 10px;
	color:#FFF;
	font-size:14px;
}
.mt20 {
    margin-top: 0px !important;
}

/*tripa NEWS*/
#tripa_news_boxwrap{
	margin:20px 0;
}
#tripa_news_boxwrap h3:first-child {
	background: #51B6F7;
	background-repeat: no-repeat;
	height: 38px;
	width: 100%;
	font-size: 1rem;
	line-height: 38px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
#tripa_news_boxwrap h2:first-child {
	background-image: url(/kokunai/images/ti_kanko.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 100%;
	font-family: "メイリオ", Meiryo;
	font-size: 12px;
	line-height: 49px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 55px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	letter-spacing: -0.05em;
}
#tripa_news_boxwrap div {
	overflow: hidden;
	padding: 10px;
	margin: 0 0 0 0;
	background: #FFF;
	position:relative;
}
#tripa_news_boxwrap > div{
	border-bottom: 1px solid #e2e2e2;
}
#tripa_news_boxwrap div:after{
	content:".";
	display:none;
	clear:both;
}
#tripa_news_boxwrap div p {
	float: left;
	margin: 0 5% 0 0;
	width: 20%;
	height: auto;
}
#tripa_news_boxwrap div p img {
	width: 100%;
	height: auto;
}

/*#tripa_news_boxwrap div dl{
	width:70%;
	float:left;
}*/

#tripa_news_boxwrap div dl dd > span {
	display: block;
	margin: 5px 0 0 0;
}
#tripa_news_boxwrap div dl dd span.tri_txt{
	display: none;
}
#tripa_news_boxwrap div dl dd span a{
	display: inline;
}
#tripa_news_boxwrap div dl dd > span span {
	color: #F69;
	display: inline;
}
#tripa_news_boxwrap .btnWrap a {
	padding: 15px 0;
}
#tripa_news_boxwrap .btn {
	background: url(/tavira/new_images/arrow.png) no-repeat #514640 95% 50%;
	background-size: auto 13px;
	display: block;
	margin: 0 4%;
	padding: 10px 0 10px 0;
	color: #FFF!important;
	font-size: 14px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#tripa_news_boxwrap p.no_newscontents{
	text-align:center;
}

/*初めての海外一人旅におすすめのプラン*/
.articleWrap .hajimetekaigaiosusume_box div.plan {
    padding: 10px;
    border: 1px solid #FFFFFF;
    display: block;
    margin: 0 5px 10px 5px;
    background: #FFF;
    overflow: hidden;
}
.articleWrap .hajimetekaigaiosusume_box div.plan img {
    float: left;
    width: 150px;
    height: auto;
    margin: 0 10px 10px 0;
}
.articleWrap .hajimetekaigaiosusume_box div.plan h3 {
    margin: 0;
    padding: 6px 0 3px 12px;
    background: url(../images/im_arrow.gif) no-repeat 0 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f99747;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.articleWrap .hajimetekaigaiosusume_box div.plan p.text {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0 0 5px 0;
}

/*都市名から探す*/
.Kensaku {
	width: 97%;
    display: block;
    margin: 0 1.5% 4% 1.5%;
    clear: both;
    background-color: #fff;
    padding: 0 2%;
}
.kantankensaku_p {
    font-size: 16px;
    padding: 1%;
}
.Kensaku ul li{
	display:inline;
}
.Kensaku ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 0 1%;
    margin: 0.5% 0;
}

/*ホテル・航空券を自由に組合せ*/
.articleWrap div div.city h4{
	margin:0;
	padding:0 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}

/*体験談*/
#taikendan_hitoritabi{
	width:100%;
	margin:0 auto;
	display:block;
	background:#f8edda;
}
#taikendan_hitoritabi h2{
    width: 100%;
    height: 50px;
    line-height: 54px;
    color: #FFF;
    background-image:url(../images/ti_taikendan_hitori.gif);
    font-size: 16px;
    padding: 0 0 0 68px;
    margin: 0;
    font-weight: bold;
	background-repeat: no-repeat;
}
#taikendan_hitoritabi .taikendan{
	width: 96%;
    display: block;
    float: left;
    margin: 2%;
    background-color: #fff;
    padding: 3%;
}
.taiken_title{
    width: 55%;
    display: block;
    margin-bottom: 5%;
    font-weight: bold;
    font-size: 18px;
    float: right;
}
.taikendan img {
	width: 40%;
    display: block;
    margin: 0 auto 2% auto;
    float: left;
}
.taiken_title strong{
    margin: 0;
    padding: 6px 0 3px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f99747;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.taiken_p{
	line-height: 1.5;
    float: right;
    width: 55%;
    font-size: 13px;
}
.taiken_p span{
	text-align:right;
	display:block;
	width:100%;
}

/*お役立ち情報*/
#oyakudachi_hitoritabi h2{
	height: 50px;
    line-height: 54px;
    color: #FFF;
    background: url(../images/ti_hitori.gif) no-repeat;
    font-size: 12px;
    padding: 0 0 0 58px;
    margin: 0;
    font-weight: bold;
}

}

/*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初期設定
-------------------------------------------------- */
#wrapper #middleArea{
	margin-left: 0;
}
#bg {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	width:950px;
	overflow:hidden;
}
#bg img {
	vertical-align:bottom;
}
#bg a img {
	border:0;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

/*clearbefore*/

.clearFloatB:before { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloatB { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloatB { 
	height: 1%; 
} 
.clearFloatB { 
	display: block; 
} 
/* end of for macIE */
.clearFloatB {
	overflow:hidden;
}

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

article{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: 0 auto;
	display: block;
}

/* ------------------------------------------------

タイトル
-------------------------------------------------- */
#title{
	width:950px;
	height:300px;
	background:url(../images/title.jpg) no-repeat;
	position:relative;
	margin:15px 0 0 0;
}
#title p.tiImage{
	position:absolute;
	left: 15px;
	top: 50px;
}
#title p.text{
	position:absolute;
	left: 26px;
	top: 180px;
	width: 396px;
	height: 90px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	line-height:1.9em;
}
#title p.text strong{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	display:block;
	font-weight:bold;
	color:#FFF;
}

/* ------------------------------------------------
左カラム基本設定
-------------------------------------------------- */
#floatLeft{
	width:730px;
	display:block;
	float:left;
}

/* ------------------------------------------------

キーワード
-------------------------------------------------- */
#keywords{
	display:block;
	padding:15px;
	margin:0 0 20px 0;
	display:block;
	border: 10px solid #f9e6c4;
	font-size:14px;
	overflow:hidden;
}
#keywords h2{
	font-size:16px;
	font-weight:bold;
	color:#CA5600;
	display:block;
	background:url(../images/ic_keyword.png) no-repeat;
	padding:3px 0 10px 50px;
	margin:0 0 10px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px dotted #CA5600;
}
#keywords a{
	padding:3px 3px 10px 10px;
	margin:0 0 0 20px;
	float:left;
	line-height:1.5em;
	background:url(../images/ic_arrow.png) no-repeat 0 10px;
	display:block;
}

/* ------------------------------------------------

1人旅エリア
-------------------------------------------------- */
.articleWrap{
	display:block;
	overflow:hidden;
	padding:0 0 15px 0;
}
.articleWrap p.explain{
	padding:10px 0 10px 10px;
	margin:0;
	line-height:1.4em;
	display:block;
}
.articleWrap #hitoriTit{
	width:662px;
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_hitori.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap div.hitori{
	width:208px;
	padding:10px;
	border:1px solid #FFF;
	display:block;
	margin:0 0 15px 10px;
	float:left;
	overflow:hidden;
	position:relative;
	background:#FFF;
}
.articleWrap div.hitori img{
	margin:0 0 0 -5px;
}
.articleWrap div.hitori h3{
	margin:0;
	padding:6px 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}
.articleWrap div.hitori p.text{
	margin:0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em
}
.articleWrap div.hitori p.more a{
/*	display:block;
	position:absolute;
	left:0;
	top: 0;
	width:100%;
	height:100%;
	text-align:left;*/
	background/*\**/:#FFF\9;
opacity:0;
filter: alpha(opacity=0);
-ms-filter: "alpha( opacity=0 )";
	text-indent:-9999px;
moz-opacity:0;
}
.articleWrap div.hitori:hover{
	background:#FFFFFF;
	border:1px solid #edcf9a;
	cursor:pointer
}
.articleWrap div.hitori:hover h3{
	color:#CA5600;
	background:url(../images/im_arrow_ov.png) no-repeat 0 5px;

}

/* ------------------------------------------------

ランキング
-------------------------------------------------- */
.articleWrap{
	display:block;
	overflow:hidden;
	margin:0 0 30px 0;
	background:url(../images/im_map.gif);
}
.articleWrap p.explain{
	padding:10px 0 15px 10px;
	margin:0;
	line-height:1.4em;
	display:block;
	font-size:12px;
}
.articleWrap #rankingTit{
	width:662px;
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_rank.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap div.ranking{
	width:205px;
	padding:10px;
	display:block;
	margin: 0 auto 10px;
	overflow:hidden;
	position:relative;
	background:#FFF;
}
.articleWrap div.ranking strong{
	display:block;
	width:205px;
	height:auto;
	overflow:hidden;
	margin:8px 0 0 0;
	font-size:14px;
	color:#F00;
}
.articleWrap div.ranking strong span{
	width:51px;
	height:18px;
	line-height:18px;
	color:#FFF;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 5px 0 0;
	display:block;
	float:left;
	background:url(../images/bk_price.gif) no-repeat;
}


.articleWrap div.ranking p.detail a{
	margin:0 0 10px 0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em;
	clear:both;
	text-decoration:underline;
}
.articleWrap div.ranking p.btn{
	width:175px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	padding:0;
	color:#FFF;
	text-align:center;
	font-size:12px;
	background:url(../images/bt_detail.gif) no-repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.articleWrap div.ranking p.more a{
	display:block;
	position:absolute;
	left:0;
	top: 0;
	width:100%;
	height:100%;
	text-align:left;
	background/*\**/:#FFF\9;
opacity:0;
filter: alpha(opacity=0);
-ms-filter: "alpha( opacity=0 )";
moz-opacity:0;
}
.articleWrap div.ranking:hover p.btn{
	background:url(../images/bt_detail.gif) no-repeat 0 -30px;
}
.articleWrap div.ranking:hover p.detail a{
	text-decoration:none;
}


/*大阪発　東京発　名古屋発設定*/
#osaka,
#tokyo,
#nagoya{
    width: 48%;
    float: left;
    margin: 0 1%;
    overflow: hidden;
}
#osaka h3,#tokyo h3,#nagoya h3{
	height:46px;
	line-height:40px;
	display:block;
	background:url(../images/bg_depature.png) no-repeat center;
	text-align:center;
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	color:#ca5600;
}

/*ランキングの表記*/
.articleWrap p#r01{
	height:39px;
	background:url(../images/bg_rank.gif) no-repeat center 0;
	display:block;
	text-indent:100%;
	white-space:nowrap;
}
.articleWrap p#r02{
	height:39px;
	background:url(../images/bg_rank.gif) no-repeat center -39px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	clear:both;
}
.articleWrap p#r03{
	height:39px;
	background:url(../images/bg_rank.gif) no-repeat center -78px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	clear:both;
}
.articleWrap p#r04{
	height:39px;
	background:url(../images/bg_rank.gif) no-repeat center -117px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	clear:both;
}
.articleWrap p#r05{
	height:39px;
	background:url(../images/bg_rank.gif) no-repeat center -156px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	clear:both;
}

/* ------------------------------------------------

ひとり旅　テーマから探す
-------------------------------------------------- */
#hitoritabi_search_theme{
	width:662px;
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_hitori.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap h3 {
    padding: 10px;
    background: #494949;
    margin: 15px 10px 15px;
    color: #FFF;
}

/* ------------------------------------------------

初めての海外一人旅
-------------------------------------------------- */
.useful.hajimetekaigaiosusume_box h4 {
    padding: 10px;
    background: #494949;
    margin: 15px 10px 15px;
    color: #FFF;
}
.useful.hajimetekaigaiosusume_box h5{
	margin:0;
	padding:6px 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}

/* ------------------------------------------------

おすすめ都市
-------------------------------------------------- */

.articleWrap #cityTit{
	width:662px;
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_recoamnd.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap div.city{
	width:208px;
	padding:10px;
	border:1px solid #FFF;
	display:block;
	margin:10px 0 0 10px;
	float:left;
	overflow:hidden;
	background:#FFF;
}
.articleWrap div.city h4{
	margin:0;
	padding:6px 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}
.articleWrap div.city p.text{
	margin:0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em;
}

/*-------------------------------------------------------------

コンテンツ用3並びボタン
--------------------------------------------------------------*/


/*-------------------------------------------------------------

1カラムボタン
--------------------------------------------------------------*/
.btn1col{
	width:440px;
	height:65px;
	background:url(../images/bt_all.png) no-repeat;
	line-height:65px;
	text-align:center;
	margin:15px auto 0;
	clear:both;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	display:block;
	clear:both;
}
.btn1col a{
	text-decoration:none;
	display:block;
	background:url(../images/bt_all.png) no-repeat;
	font-size:16px;
	color:#FFF;
	clear:both;
}
.btn1col a:link{
	color:#FFF;
}
.btn1col a:visited{
	color:#FFF;
}
.btn1col a:hover{
	display:block;
	color:#FFF!important;
	text-decoration:none!important;
	background:url(../images/bt_all.png) no-repeat 0 -65px;
}
.btn1col a:active{
	color:#FFF;
}

/*-------------------------------------------------------------

3カラムボタン
--------------------------------------------------------------*/

ul.btn3col{
	display:block;
	margin:0;
	padding:10px 0 0 0;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btn3col li.airBtn {
	width:230px;
	height:49px;
	background:url(../images/bt_air.png) no-repeat 0 0;
	display:block;
	text-align:center;
	line-height:49px;
	color:#FFF;
	float:left;
	margin:0 0 0 10px;

}

ul.btn3col li.airBtn a{
	background:url(../images/bt_air.png) no-repeat 0 0;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.airBtn a:hover{
	background:url(../images/bt_air.png) no-repeat 0 -49px;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.hotelBtn {
	width:230px;
	height:49px;
	background:url(../images/bt_air.png) no-repeat 0 0;
	display:block;
	text-align:center;
	line-height:49px;
	color:#FFF;
	float:left;
	margin:0 0 0 10px;
}

ul.btn3col li.hotelBtn a{
	background:url(../images/bt_hotel.png) no-repeat 0 0;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.hotelBtn a:hover{
	background:url(../images/bt_hotel.png) no-repeat 0 -49px;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

ul.btn3col li.tourBtn {
	width:230px;
	height:49px;
	background:url(../images/bt_set.gif) no-repeat 0 0;
	display:block;
	text-align:left;
	line-height:49px;
	color:#FFF;
	text-indent:13px;
	float:left;
	margin:0 0 0 10px;
	letter-spacing:-0.02em;
}

ul.btn3col li.tourBtn a{
	background:url(../images/bt_set.gif) no-repeat 0 0;
	display:block;
	color:#FFF;
	font-size:13px;
	text-align:center;
	padding:0 0 0 5px;
	text-decoration:none;
}

ul.btn3col li.tourBtn a:hover{
	background:url(../images/bt_set.gif) no-repeat 0 -49px;
	display:block;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}


/* ------------------------------------------------

おすすめホテル
-------------------------------------------------- */
.articleWrap #hotelTit{
	width:662px;
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_hotel.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.articleWrap div.hotel{
	width:208px;
	padding:10px;
	border:1px solid #FFF;
	display:block;
	margin:10px 0 0 10px;
	float:left;
	position:relative;
	background:#FFF;
}
.articleWrap div.hotel h3{
	margin:0;
	padding:6px 0 3px 12px;
	background:url(../images/im_arrow.gif) no-repeat 0 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#f99747;
	font-weight:bold;
	display:block;
	font-size:16px;
}
.articleWrap div.hotel p.text{
	margin:0;
	padding:0;
	display:block;
	font-size:12px;
	line-height:1.6em
}

/* ------------------------------------------------

ひとり旅に利用したい！
-------------------------------------------------- */

.articleWrap #usefulTit{
	width:662px;
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_check.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}


.articleWrap div.useful{
	width:710px;
	display:block;
	padding:0 0 10px 0;
	margin:10px 0 0 10px;
	position:relative;
	background:#FFF;
}
.articleWrap div.useful h3{
	width:681px;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	height:51px;
	line-height:51px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-weight:bold;
	display:block;
	font-size:16px;
	background:url(../images/ti_usefull.gif) no-repeat;
}
.articleWrap div.useful dd.text{
	margin:0;
	padding:0 0 10px 10px;
	display:block;
	font-size:12px;
	line-height:1.6em
}
.articleWrap div.useful dd.img{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}
.articleWrap div.useful p a{
	display:block;
	position:absolute;
	left:0;
	top: 0;
	width:100%;
	height:100%;
	text-align:left;
	background/*\**/:#FFF\9;
opacity:0;
filter: alpha(opacity=0);
-ms-filter: "alpha( opacity=0 )";
	text-indent:-9999px;
moz-opacity:0;
}

/* ------------------------------------------------

QA
-------------------------------------------------- */

#qa{
	display:block;
	padding:10px 15px 0 15px;
}
#qa h4{
	display:block;
	padding:1px 3px 1px 10px;
	margin:0 0 10px 0;
	border-left:6px solid #999;
	font-size:14px;
}

/* ------------------------------------------------

右カラム基本設定
-------------------------------------------------- */
#floatLeft{
	width:730px;
	display:block;
	float:left;
}
#floatRight{
	width:200px;
	display:block;
	float:right;
}

/* ツアー検索
------------------------------------------ */
.gadgetbox2 {
	background: #ebf2fe;
	padding:0px 0px 13px 0px;
	margin:0px 0px 20px 0px;
}
.gadgetbox2 h3 {
	background-image: url(//www.nta.co.jp/kaigai/europe/swiss/summer/images/ti_kensaku.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	font-family:"メイリオ", Meiryo;
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	padding:15px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.gadgetbox2 h4 {
	font-size:12px;
	line-height:18px;
	color:#28289a;
	padding:0px;
	margin:0px 0px 5px 5px;
}
.gadgetbox2 .selarea {
	margin:0px 0px 13px 0px;
	padding:0 0 0 5px;
}
.gadgetbox2 .pullarea {
	margin:0px 0px 17px 5px;
}
.gadgetbox2 .pullarea ul {
	padding:0px;
	margin:0px;
}
.gadgetbox2 .pullarea li {
	padding:0px;
	margin:0px 0px 5px 0px;
}
/*#NTA_W_go {
	margin:0px 0px 0px 10px;
}*/
.gadgetbox2 p {
	font-size:10px;
	line-height:14px;
	padding:0px;
	margin:0px 10px 0px 10px;
}
.gadgetbox2 #btn {
	margin:0 0 0 -5px;
	padding:0;
}

/*----------------------------------------------------

サイドエリア調整-------------------------------------*/
div.conarea p{
	font-size:0.8em;
}
div.conarea ul.spearea li{
	font-size:0.9em;
}

/* side-block-11 */

.side-block-11 {
	width: 200px;
	margin-bottom: 10px;
}
.side-block-11 .side-title {
	width: 200px;
	height: 30px;
	background: url(../img/side_title_02c2.gif) no-repeat left top;
}
.side-block-11 .area-title {
	margin-bottom: 10px;
}






.side-block-11 .list2e {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2e li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2e li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_01.gif) no-repeat 0 2px;
}
.side-block-11 .list2e li a.noarrow {
	background: none;
	padding:0;
}



.side-block-11 .list2as {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2as li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2as li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_03.gif) no-repeat 0 2px;
}
.side-block-11 .list2as li a.noarrow {
	background: none;
	padding:0;
}



.side-block-11 .list2af {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2af li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2af li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_02.gif) no-repeat 0 2px;
}
.side-block-11 .list2af li a.noarrow {
	background: none;
	padding:0;
}


.side-block-11 .list2am {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2am li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2am li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_06.gif) no-repeat 0 2px;
}
.side-block-11 .list2am li a.noarrow {
	background: none;
	padding:0;
}




.side-block-11 .list2be {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2be li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2be li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_05.gif) no-repeat 0 2px;
}
.side-block-11 .list2be li a.noarrow {
	background: none;
	padding:0;
}




.side-block-11 .list2oc {
	width: 192px;
	margin: 0 0 15px 8px;
}
.side-block-11 .list2oc li {
	width: 192px;
	padding: 0 0 10px 0;
}
.side-block-11 .list2oc li a {
	padding: 0 0 0 12px;
	background: url(//www.nta.co.jp/kaigai/countries_common/images/icon_04.gif) no-repeat 0 2px;
}
.side-block-11 .list2oc li a.noarrow {
	background: none;
	padding:0;
}



/*----------------------------------------------------

おすすめボタン-------------------------------------*/

ul.btnOsusume{
	width:205px;
	height:auto;
	margin:10px auto 0;
	padding:0;
	display:block;
}

ul.btnOsusume li.air{
	width:205px;
	height:30px;
	margin:0 0 5px 0;
	padding:0;
	background:url(../images/bt_detail3.png) no-repeat 0 0;
	font-size:12px;
	display:block;
	line-height:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.air a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul.btnOsusume li.air a:hover{
background:url(../images/bt_detail3.png) no-repeat 0 -30px;
}


ul.btnOsusume li.hotel{
	width:205px;
	height:30px;
	margin:0 0 5px 0;
	padding:0;
	background:url(../images/bt_detail3.png) no-repeat 0 -60px;
	font-size:12px;
	display:block;
	line-height:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.hotel a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul.btnOsusume li.hotel a:hover{
background:url(../images/bt_detail3.png) no-repeat 0 -90px;
}

ul.btnOsusume li.tour{
	width:205px;
	height:30px;
	margin:0 0 5px 0;
	background:url(../images/bt_detail3.png) no-repeat 0 -120px;
	font-size:12px;
	display:block;
	line-height:30px;
	letter-spacing:-0.05em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.btnOsusume li.tour a{
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:0 0 0 10px;
}

ul.btnOsusume li.tour a:hover{
background:url(../images/bt_detail3.png) no-repeat 0 -150px;
}

/*----------------------------------------------------

20140326add-------------------------------------*/

.mt20{
	overflow:hidden;
	margin-bottom:30px;
}
.mb20{
	margin-top:10px;
}
.pcnone{
	display:none;
}


/*----------------------------------------------------

20160208add-------------------------------------*/

/* 新着情報 */

#newsbox{
	display:block;
	padding:15px;
	margin:0 0 20px 0;
	display:block;
	border: 10px solid #f9e6c4;
	font-size:14px;
	overflow:hidden;
}
#newsbox h2{
	font-size:16px;
	font-weight:bold;
	color:#CA5600;
	display:block;
	background:url(../images/ic_keyword.png) no-repeat;
	padding:3px 0 10px 50px;
	margin:0 0 10px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px dotted #CA5600;
}
#newsbox a{
	padding:3px 3px 10px 10px;
	margin:0 0 0 20px;
	line-height:1.5em;
	background:url(../images/ic_arrow.png) no-repeat 0 10px;
	display:block;
}


/* おすすめツアー */

.articleWrap #recoTit{
	width:662px;
	height:50px;
	line-height:54px;
	color:#FFF;
	background:url(../images/ti_reco.gif) no-repeat;
	font-size:16px;
	padding:0 0 0 68px;
	margin:0;
	font-weight:bold;
}
.bgGrayArea {
    margin: 20px 0 0 20px;
}
.itemList4 {
    margin-right: -29px;
}
.itemList4.white li {
    background: #FFF none repeat scroll 0% 0%;
}
.itemList4 li {
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
padding: 15px 15px 5px;
border: 1px solid #E5E0DC;
background: #FFF none repeat scroll 0% 0%;
}
.itemList4 li .thumb {
    width: 100%;
    float: left;
    margin: 0;
}
.itemList4 li .thumb img {
    max-width: 100%;
    height: auto;
}
.itemList4 li .thumb img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	cursor: pointer;
}
.itemList4 li dl {
    line-height: 1.5em;
}
.itemList4 li dl {
    clear: both;
}
.itemList4 li dl dt {
	height:40px;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: normal;
color: #FFF;
padding: 12px 6px;
background: #F99042 none repeat scroll 0% 0%;
text-align: center;
}
.itemList4 li dl dt a,
.itemList4 li dl dt a:hover {
color: #FFF !important;
}
.itemList4 li dl dd {
	height:65px;
}
.itemList4 li dl dd span {
    margin-top: 10px;
    display: inline-block;
}
.btnBox {
    margin: 5px 0px 0px;
}




.articleWrap.reco_il{
    padding: 0;
}


/* ランキングナビ */

.navMenuNew,
.pc_none {
	display:none;
}


/* サイドナビ */

.g_box{
	width:200px;
}



/* ---------------------------------------------------------------
ボタンデザイン
--------------------------------------------------------------- */


/* デフォルトレイアウトパターン
-------------------------------- */

/* 大 */
.btn_layout01 a {
	font-size: 18px;
}
.btn_layout01 a span {
	padding: 12px 10px 12px 15px;
}

/* 中 */
.btn_layout02 a,
.btn_layout04 a {
	font-size: 16px;
}
.btn_layout02 a span,
.btn_layout04 a span {
	padding: 8px 10px 8px 15px;
}

/* 小 */
.btn_layout03 a {
	font-size: 12px;
}
.btn_layout03 a span {
	padding: 4px 10px 4px 15px;
}

/* 共通 */
.btn_layout01,
.btn_layout02,
.btn_layout03 {
	clear: both;
}
.btn_layout01 a,
.btn_layout02 a,
.btn_layout03 a {
	display: block;
	width: 90%;
	margin: 0 auto 5px auto;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn_layout01 a:hover,
.btn_layout02 a:hover,
.btn_layout03 a:hover,
.btn_layout04 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	cursor: pointer;
}
.btn_layout01 a span,
.btn_layout02 a span,
.btn_layout03 a span,
.btn_layout04 a span {
	color: #fff !important;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	background: url(/shared2015/common/images/im_arrow.png) no-repeat left center;
}
.btn_layout04 a {
	float: left;
	width: 46%;
	margin: 0 8px 5px 4px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* カラーパターン
-------------------------------- */

/*  */
.color_style01 {
	background: #02A9F7 !important;
}

/* グリーン */
.color_style02 {
	background: #4EAB26;
}

/* グレー */
.color_style03 {
	background: #7F7F7F;
}

/* ワインレッド */
.color_style04 {
	background: #C51D44;
}







.btn01 a {
	display: block;
	width: 80% !important;
	margin: 0 auto 30px auto;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #34A506 url(/shared2015/common/images/im_arrow.png) no-repeat 99% center !important;
}
.btn01 a:after {
	padding: 12px 10px 12px 15px;
	display:inline-block;
	*display: inline;
	*zoom: 1;
}
.btn01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	cursor: pointer;
	text-decoration: none !important;
}
.naviMenu{
	background:#333;
	margin-bottom:15px;
	text-align:center;
}


.naviMenu li{
	display:inline-block;
		border-right:2px dotted #FFF;
}
.naviMenu li a{
	display:block;
	padding:18px 40px 18px 20px;
	color:#FFF;
	font-size:16px;

	background:url(../images/im_navi_arrow.png) no-repeat 94% 50%;
	background-size:15px auto;
}
.naviMenu li:first-child{
	border-left:2px dotted #FFF;
}
.naviMenu li a:hover{
	color:#FFF!important;
	text-decoration:none!important;
	transition: 0.2s ;
	opacity: 0.6 ;
}
#floatLeft .articleWrap .countryArea{
	padding:10px;
	background:#494949;
	margin:0 10px 15px;
	color:#FFF;
}

/*tripa NEWS*/
#tripa_news_boxwrap{
	margin:30px 0 20px 0;
}
#tripa_news_boxwrap > div {
	overflow: hidden;
	width: 685px;
	padding: 15px!important;
	margin: 0 0 0 0;
	border-bottom: 1px solid #e2e2e2;
	background: #FFF;
}
#tripa_news_boxwrap h3:first-child{
	color: #FFF;
	font-size: 14px;
	background:url(/kokunai/images/ti_kanko.gif) no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	height: 30px;
	line-height: 1.8;
	font-weight:bold;
	text-indent: 55px;
}
#tripa_news_boxwrap h2:first-child{
	color: #FFF;
	font-size: 14px;
	background:url(/kokunai/images/ti_kanko.gif) no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	height: 30px;
	line-height: 1.8;
	font-weight:bold;
	text-indent: 55px;
}
#tripa_news_boxwrap div p {
	float: left;
	margin: 0 20px 0 0;
	width: 75px;
	height: 75px;
}
#tripa_news_boxwrap div p img {
	width: 100%;
	height: auto;
}
#tripa_news_boxwrap div dl dd > span {
	display: block;
	margin: 5px 0 0 0;
}
#tripa_news_boxwrap div dl dd span.tri_txt {
	color: #4a4a4a;
}
#tripa_news_boxwrap div dl dd > span span {
	color: #F69;
	display: inline;
}
#tripa_news_boxwrap .btn {
	width: 620px;
	background: url(/tavira/new_images/arrow.png) no-repeat #514640 95% 50%;
	background-size: auto 13px;
	display: block;
	margin: 20px auto;
	padding: 20px 0 20px 0;
	color: #FFF!important;
	font-size: 18px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	text-align:center;
}

/*初めての海外一人旅におすすめのプラン*/
.articleWrap .hajimetekaigaiosusume_box div.plan {
    width: 202px;
    padding: 10px;
    border: 1px solid #FFF;
    display: block;
    margin: 10px 0 0 10px;
    float: left;
    overflow: hidden;
    background: #FFF;
}
.articleWrap .hajimetekaigaiosusume_box div.plan img{
	width:210px;
}
.articleWrap .hajimetekaigaiosusume_box div.plan h4 {
    margin: 0;
    padding: 6px 0 3px 12px;
    background: url(../images/im_arrow.gif) no-repeat 0 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f99747;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.articleWrap .hajimetekaigaiosusume_box div.city p.text {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 1.6em;
}

/*都市名から探す*/
.Kensaku {
    width: 710px;
    display: block;
    margin: 0 10px;
    clear: both;
    background-color: #fff;
}
.Kensaku {
    width: 710px;
    display: block;
    margin: 0 10px;
    clear: both;
    background-color: #fff;
}
div .Kensaku .kantankensaku_p {
    font-size: 16px;
    padding: 1%;
    background: none;
    margin: 0;
    color: #000;
}
.Kensaku ul li{
	display:inline;
}
.Kensaku ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 0 1%;
    margin: 0.5% 0;
}

/*体験談*/
#taikendan_hitoritabi{
	width:730px;
	margin:0 auto;
	display:block;
	background:#f8edda;
}
#taikendan_hitoritabi h2{
    width: 730px;
    height: 50px;
    line-height: 54px;
    color: #FFF;
    background-image:url(../images/ti_taikendan_hitori.gif);
    font-size: 16px;
    padding: 0 0 0 68px;
    margin: 0;
    font-weight: bold;
	background-repeat: no-repeat;
}
#taikendan_hitoritabi .taikendan{
	width: 29.333333%;
    display: block;
    float: left;
    margin: 1%;
    background-color: #fff;
    padding: 1%;
}
.taiken_title{
    width: 100%;
    display: block;
    margin-bottom: 5%;
	font-weight:bold;
	font-size: 16px;
}
.taikendan img {
    width: 96%;
    display: block;
    margin: 0 auto 2% auto;
}
.taiken_title strong{
	margin: 0;
    padding: 6px 0 3px 12px;
    background: url(../images/im_arrow.gif) no-repeat 0 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f99747;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.taiken_p{
	line-height:1.5;
	height: 290px;
	position:relative;
}
.taiken_p span{
	text-align:right;
	display:block;
	width:100%;
	position:absolute;
	bottom:1%;
}

/*お役立ち情報*/
#oyakudachi_hitoritabi h2{
    width: 730px;
    height: 50px;
    line-height: 54px;
    color: #FFF;
    background-image:url(../images/ti_taikendan_hitori.gif);
    font-size: 16px;
    padding: 0 0 0 68px;
    margin: 0;
    font-weight: bold;
	background-repeat: no-repeat;
}

}