@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #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}

/* CSS初期設定 */
#bg {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	width:950px;
}
#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;
}

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

/* タイトル
------------------------------------------ */
h1 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding:3px;
	margin:0px;
}
.titTop {
	padding:0px;
	margin:0px;
}




#boxMain {
	float:left;
	width:750px;
	padding-bottom:30px;
}
#boxSub {
	float:left;
	width:200px;
	padding-bottom:30px;
}



/* タブ
------------------------------------------ */
#boxTab {
	width:719px;
	border-bottom:5px solid #9a8300;
	margin-bottom:18px;
}
#boxTab ul {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.btnTab1 {
	float:left;
	background-image: url(../images/bt_tab1_on.jpg);
	height: 62px;
	width: 359px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.btnTab2 {
	float:left;
	background-image: url(../images/bt_tab2_on.jpg);
	height: 62px;
	width: 360px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.btnTab1 a {
	display:block;
	background-image: url(../images/bt_tab1.jpg);
	height: 62px;
	width: 359px;
}
.btnTab2 a {
	display:block;
	background-image: url(../images/bt_tab2.jpg);
	height: 62px;
	width: 360px;
}
.btnTab1 a:hover {
	background-image: url(../images/bt_tab1_ov.jpg);
}
.btnTab2 a:hover {
	background-image: url(../images/bt_tab2_ov.jpg);
}




/* ヨーロッパエキスパートとは
------------------------------------------ */
#boxExpert {
	background-image: url(../images/bg_expert.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 720px;
	height: 471px;
	margin-bottom: 36px;
	overflow: hidden;
}
#boxExpert h3 {
	background-image: url(../images/ti_expert.jpg);
	height: 94px;
	width: 720px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 17px 0px;
}
.txtExpert1 {
	font-size:12px;
	line-height:28px;
	padding:0px;
	margin:0px 35px 0px 30px;
}
.txtExpert2 {
	float:left;
	width:400px;
	font-size:12px;
	line-height:28px;
	padding:0px;
	margin:0px 25px 0px 30px;
}
.imgExpert {
	float:left;
	padding:0px;
	margin:0px;
}



/* ヨーロッパエキスパートのいるお店
------------------------------------------ */
#boxShop {
	width:720px;
	background-color: #f5f3e9;
	background-image: url(../images/bg_shop.gif);
	background-repeat: no-repeat;
	background-position: 704px 80px;
	padding-bottom:15px;
	margin-bottom:26px;
}
#boxShop h3 {
	background-image: url(../images/ti_shop.jpg);
	height: 80px;
	width: 720px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
}
#tabShop {
	width:687px;
	border-bottom:4px solid #9a8300;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 16px;
	overflow:hidden;
}
#tabShop li {
  float: left;
  cursor: pointer;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  padding:0px;
}
.btnTabShop1 {
	background-image: url(../images/bt_tab_shop1.gif);
	height: 36px;
	width: 135px;
	margin:0px 3px 0px 0px;
}
.btnTabShop2 {
	background-image: url(../images/bt_tab_shop2.gif);
	height: 36px;
	width: 135px;
	margin: 0px 3px 0px 0px;
}
.btnTabShop3 {
	background-image: url(../images/bt_tab_shop3.gif);
	height: 36px;
	width: 135px;
	margin: 0px 3px 0px 0px;
}
.btnTabShop4 {
	background-image: url(../images/bt_tab_shop4.gif);
	height: 36px;
	width: 135px;
	margin: 0px 3px 0px 0px;
}
.btnTabShop5 {
	background-image: url(../images/bt_tab_shop5.gif);
	height: 36px;
	width: 135px;
	margin: 0px 0px 0px 0px;
}
.btnTabShop1:hover {
	background-image: url(../images/bt_tab_shop1_ov.gif);
}
.btnTabShop2:hover {
	background-image: url(../images/bt_tab_shop2_ov.gif);
}
.btnTabShop3:hover {
	background-image: url(../images/bt_tab_shop3_ov.gif);
}
.btnTabShop4:hover {
	background-image: url(../images/bt_tab_shop4_ov.gif);
}
.btnTabShop5:hover {
	background-image: url(../images/bt_tab_shop5_ov.gif);
}
.btnTabShop1.select{
	background-image: url(../images/bt_tab_shop1_on.gif);
}
.btnTabShop2.select {
	background-image: url(../images/bt_tab_shop2_on.gif);
}
.btnTabShop3.select {
	background-image: url(../images/bt_tab_shop3_on.gif);
}
.btnTabShop4.select {
	background-image: url(../images/bt_tab_shop4_on.gif);
}
.btnTabShop5.select {
	background-image: url(../images/bt_tab_shop5_on.gif);
}
.disnon {
  display: none;
}
.content_wrap {
  width: 687px;
  background-color:#FFF;
  padding:0px 0px 20px 0px;
  margin:0px 0px 0px 16px;
  overflow:hidden;
}
.Shop {
	float:left;
	width:313px;
	border:1px solid #ccc8b2;
	padding:0px 0px 10px 0px;
	margin:20px 0px 0px 20px;
}
.Shop div {
	background-color:#f0eddd;
	padding:6px 0px 6px 0px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
.Shop div h4 {
	float:left;
	width:224px;
	font-family:"メイリオ", Meiryo;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 13px;
}
.Shop div h4 span {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic";
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
}
.Shop div dl {
	float:left;
	width:70px;
	background-color:#FFF;
	padding:0px;
	margin:0px;
}
.Shop div dt {
	width:60px;
	font-size:10px;
	line-height:12px;
	text-align:center;
	border-bottom:1px solid #ccc8b2;
	padding:7px 0px 5px 0px;
	margin:0px 0px 0px 5px;
}
.Shop div dd {
	width:60px;
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding:5px 0px 7px 0px;
	margin:0px 0px 0px 5px;
}
.Shop p {
	font-size:12px;
	line-height:28px;
	border-bottom:1px solid #ccc8b2;
	padding:0px 2px 10px 2px;
	margin:0px 10px 10px 10px;
}
.Shop ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 21px;
	overflow:hidden;
}
.tel {
	float:left;
	background-image: url(../images/bg_tel.gif);
	height: 31px;
	width: 125px;
	font-size:14px;
	line-height:31px;
	text-indent:30px;
	padding:0px;
	margin:0px 18px 0px 0px;
}
.mail {
	float:left;
	background-image: url(../images/bg_mail.gif);
	height: 31px;
	width: 125px;
	font-size:14px;
	line-height:31px;
	text-indent:30px;
	padding:0px;
	margin:0px;
}
.mail a {
	display:block;
	text-decoration:none;
	height: 31px;
	width: 125px;
	color:#000 !important;
}
.mail a:hover {
	color:#000 !important;
}
/* 支店を検索
------------------------------------------ */
h3 {
    font-size: 18px;
    color: #ab9371;
    border-left: 5px solid #ae9371;
    margin: 2% 0;
    padding-left: 12px;
	font-weight: bold;
}

a.shop_btn {
    width: 80%;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat #0065d6 97% 50%;
    background-size: 5px;
    display: block;
    text-align: center;
    margin: 3% auto;
    padding: 15px 10px 12px;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

a.shop_btn:hover{
	opacity:0.8;
	color: #FFF!important;
	text-decoration:none!important;
}
/* ツアーを検索
------------------------------------------ */
.btnTour {
	background-image: url(../images/bt_tour.gif);
	height: 60px;
	width: 550px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 0px 100px;
}
.btnTour a {
	display:block;
	height: 60px;
	width: 550px;
}
.btnTour a:hover {
	background-image: url(../images/bt_tour_ov.gif);
}



/* ヨーロッパエキスパートが参加したベストエクセレントの旅
------------------------------------------ */
#boxBest {
	width:720px;
	background-image: url(../images/bg_best.gif);
	background-repeat: repeat-x;
	background-position: left 99px;
	margin-bottom:20px;
	overflow:hidden;
}
#boxBest h3 {
	background-image: url(../images/ti_best.jpg);
	height: 99px;
	width: 720px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.txtBest {
	font-size:12px;
	line-height:28px;
	padding:0px;
	margin:0px 0px 30px 30px;
}
#boxNew {
	background-image: url(../images/bg_new.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 192px;
	width: 680px;
	margin:0px 0px 30px 20px;
}
#boxNew h4 {
	background-image: url(../images/ti_new.gif);
	height: 47px;
	width: 680px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 9px 0px;
}
.scroll-pane {
	width:620px;
	height:110px;
	margin:0px 0px 0px 35px;
	overflow:auto;
}
#boxNew dl {
	width:600px;
	border-bottom:1px solid #eeebdc;
	padding:5px 0px 10px 0px;;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	text-align:left;
}
#boxNew dt {
	display:inline-block;
	height:19px;
	background-color:#998a46;
	font-size:10px;
	line-height:19px;
	color:#FFF;
	text-align:center;
	padding:0 5px 0 5px;
	margin:0px 20px 0px 0px;
	overflow:hidden;
}
.txtNew1 {
	display:inline-block;
	overflow:hidden;
	width:90px;
	font-size:12px;
	line-height:18px;
	padding:1px 0px 0px 0px;
	margin:0px;
}
.txtNew2 {
	display:inline-block;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
	padding:1px 0px 0px 0px;
	margin:0px;
}
.Tour {
	float:left;
	background-image: url(../images/bg_box_tour2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 360px;
	cursor:pointer;
}
.TourIn {
	background-image: url(../images/bg_box_tour1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:22px 0px 50px 27px;
}
.imgTour {
	padding:0px;
	margin:0px 0px 13px 0px;
}
.TourIn h4 {
	width:308px;
	padding:0px;
	margin:0px 0px 7px 0px;
	overflow:hidden;
}
.TourIn h4 span {
	display:inline-block;
	height:19px;
	background-color:#998a46;
	font-size:10px;
	line-height:19px;
	color:#FFF;
	text-align:center;
	padding:0px;
	margin:0px 15px 0px 0px;
}
.TourIn h4 a {
	display:block;
	width:223px;
	font-family:"メイリオ", Meiryo;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#000;
	padding:2px 0px 0px 0px;
	margin:0px;
}
.txtTour {
	width:308px;
	font-size:12px;
	line-height:22px;
	padding:0px;
	margin:0px;
}





/* ツアー詳細
------------------------------------------ */
#boxTour {
	background-image: url(../images/bg_tour.jpg);
	background-repeat: no-repeat;
	width: 720px;
	margin-bottom:30px;
}
#boxTour h3 {
	font-family:"メイリオ", Meiryo;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding:17px 0px 0px 0px;
	margin:0px 0px 35px 20px;
}
#boxTour h3 span {
	font-size:12px;
	line-height:30px;
}
.topTour {
	width:695px;
	border-bottom:1px solid #f5f3e9;
	padding:0px 0px 15px 0px;
	margin:0px 0px 20px 13px;
	overflow:hidden;
}
.topTour dl {
	float:left;
	width:370px;
	margin:0px 38px 0px 7px;
	overflow:hidden;
}
.topTour dt {
	float:left;
	width:107px;
	height:25px;
	background-color:#998a46;
	font-size:12px;
	line-height:25px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	padding:0px;
	margin:0px 20px 5px 0px;
}
.topTour dd {
	float:left;
	width:243px;
	font-size:12px;
	line-height:20px;
	padding:2px 0px 3px 0px;
	margin:0px 0px 5px 0px;
}
.topTour p {
	float:left;
	background-image: url(../images/bg_photo1.png);
	height: 184px;
	width: 256px;
	padding:15px 0px 0px 19px;
	margin:0px;
}
#boxPhoto {
	padding:0px 13px 0px 0px;
	overflow:hidden;
}
.txtPhoto {
	padding:0 0 10px 0;
	margin:0px 0px 20px 20px;
	border-bottom:1px solid #EAE7D8;
}
.txtPhoto dt {
	height:20px;
	font-family:"メイリオ", Meiryo;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#998a46;
	border-left:7px solid #998a46;
	padding:7px 0px 6px 17px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
.txtPhoto dd {
	font-size:12px;
	line-height:28px;
	padding:0px;
	margin:0px;
}
.txtPhoto dd div{
	overflow:hidden;
}

.imgPhotoRight {
	clear:left;
	float:right;
	background-image: url(../images/bg_photo2.png);
	height: 204px;
	width: 256px;
	padding:15px 0px 0px 19px;
	margin:0px 0px 10px 10px;
}
.imgPhotoLeft {
	clear:left;
	float:left;
	background-image: url(../images/bg_photo2.png);
	height: 204px;
	width: 256px;
	padding:15px 0px 0px 19px;
	margin:0px 10px 10px 0;
}
.caption {
	display:block;
	width:235px;
	font-size:10px;
	text-align:right;
	margin:8px 0px 0px 0px;
}

p#copy{
	color:#FFF!important;
}
