.clearfix:before, .clearfix:after{ content:""; display:table;}
.clearfix:after { clear:both;}
.clearfix{ zoom:1;}

body{
	font-family: Verdana, sans-serif;
  color: #444;
  line-height:1.4;
}
a{
  text-decoration: none;
  color: #666;
}
a:hover{
  color: #666;
}
#container{
  padding-left: 60px;
}
	p#tabinarelogo{
	display:block;
}
	p#tabinarelogo a{
    display: none;
}
	p#areaname{
	display:block;
}
	p#areaname a{
    display: none;
}
#side li#icn1 a{
	background:url(../img/icon_01.png) no-repeat 15px 0;
}
#side li#icn2 a{
	background:url(../img/icon_02.png) no-repeat 15px 0;
}
#side li#icn3 a{
	background:url(../img/icon_03.png) no-repeat 15px 0;
}
#side li#icn4 a{
	background:url(../img/icon_04.png) no-repeat 15px 0;
}
#side li#icn5 a{
	background:url(../img/icon_05.png) no-repeat 15px 0;
}
#side li#icn6 a{
	background:url(../img/icon_06.png) no-repeat 15px 0;
}
#side li#icn7 a{
	background:url(../img/icon_07.png) no-repeat 15px 0;
}
#side li#logo a{
	background:url(../img/icon_logo.png) no-repeat 15px 0;
}
#side li#icnpagetop a{
	background:url(../img/icon_pagetop.png) no-repeat 15px 0;
}
#side li#icnback a{
	background:url(../img/icon_back.png) no-repeat 15px 0;
}
/*area name*/
#side li#icneu a{
	background:url(../../img/icon_eu.png) no-repeat 15px 0;
}
#side li#icnasia a{
	background:url(../../img/icon_asia.png) no-repeat 15px 0;
}
#side li#icnjapan a{
	background:url(../../img/icon_japan.png) no-repeat 15px 0;
}
#side li#icnnamerica a{
	background:url(../../img/icon_namerica.png) no-repeat 15px 0;
}
#side li#icnhawaii a{
	background:url(../../img/icon_hawaii.png) no-repeat 15px 0;
}
#side li#icnoceania a{
	background:url(/../../img/icon_oceania.png) no-repeat 15px 0;
}


/**
 * Grid container
 */
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0;
}

/**
 * Grid items
 */
#tiles li {
  width: 238px;
  background-color: #fff;
  box-shadow: 0 1px 2px #adadad;
  border-radius: 4px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  padding: 5px;
	clear:both;
	min-height:300px;
}

#tiles li img {
  width: 100%;
  display: block;
}
#tiles li div {
  padding: 10px;
  background:url(../../img/icn_zoom.png) no-repeat right bottom;
}
#tiles li div h2{
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color:#000000;
  border-bottom:1px solid #ddd;
}
#tiles li div p{
  color: #666;
  font-size: 13px;
	line-height:160%;
  margin: 0;
}
#tiles li div p.spot{
  color: #666;
  font-size: 12px;
	line-height:160%;
  margin: 0 0 5px 0;
	text-align:right;
}

#tiles li:hover{
  background:#f6f6f6;
  padding: 2px;
  border:3px solid #ffe5ce;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#tiles li:hover img{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#tiles li:hover h2{
	color:#ef9d53;
}
#tiles li:hover p{
	color:#333;
}


/**
 * Some extra styles to randomize heights of grid items.
 */
#tiles ali:nth-child(3n) {
height: 175px;
}

#tiles ali:nth-child(4n-3) {
padding-bottom: 30px;
}

#tiles ali:nth-child(5n) {
height: 250px;
}

/** General page styling **/
  
html {
background: #f8f8f8;
}

h1{
	margin:20px 0 20px 25px;
	text-align:center;
	font-weight:normal;
}
h1 span.tabiname{
	color:#000;
	font-size:50px;
}
h1 span.day{
	color:#ffc692;
	font-size:24px;
}

#main {
  margin: 0 0 20px 0;
	padding-bottom:100px;
}

footer{
  text-align: right;
  padding: 20px;
	margin-top:20px;
	font-size:14px;
	display:block;
	clear:both;
}

/** Loader **/
  
#loader {
  height: 16px;
  text-align: center;
  padding: 25px 0 25px 0;
}
  
#loaderCircle {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-image: url('../../img/loader.gif');
}

/* modal window */
#modalContainer #modalLayer,
#modalContainer #modalContents{
    display: none;
}
 
#modalContainer #modalLayer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    filter: alpha(opacity=75);
}
 
#modalContainer #modalContents{
    position: fixed;
    top: 0;
    left: 0;
}
#modalContainer #modalWrap{
    position: fixed;
    top: 10%;
    left: 50%;
    max-width:800px;
	min-width:240px;
    margin-left: -40%;
	margin-right:40px;
	background:#fff;
	border-radius: 4px;
	height:80%;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index:10;
}
 
#modalContainer #modal{
    position: relative;
}
 
#modalContainer #modalClose{
    position: fixed;
	right:3%;
	top:3%;
	z-index:100;
}
#modalContainer #modalPrev{
    position: fixed;
	left:5px;
	top:45%;
	z-index:100;
}
#modalContainer #modalNext{
	position: fixed;
	right:5px;
	top:45%;
	z-index:100;
}

#modal{
  font-size: 12px;
}
#modal .figure{
  padding:10px;
  max-width:800px;
}
#modal .figure img{
	width:100%;
	height: auto;
}
#modal .text{
	max-width:800px;
	padding:0 15px 15px;
}

#modal h2{
  font-size: 16px;
  margin-bottom: 10px;
  color:#000000;
}
#modal p{
  color: #666;
  font-size: 14px;
	line-height:160%;
}
#modal p.spot{
	text-align:right;
  font-size: 12px;
}

@media screen and (min-width: 700px) {
#modalContainer #modalWrap{
    position: fixed;
    width:800px;
    margin-left: -400px;
}
#modalContainer #modalClose{
	position: fixed;
	right:15px;
	top:15px;
	cursor: pointer;
}
#modalContainer #modalPrev{
    position: fixed;
	left:15px;
}
#modalContainer #modalNext{
	position: fixed;
	right:15px;
}
#modalContainer #modalWrap{
	height: auto;
	overflow-y:hidden;
}
}
@media screen and (max-width: 699px) {
	p#tabinarelogo{
		padding:5px 5px 5px 0;
		background:#000;
		text-align:center;
		font-size:18px;
		line-height:30px;
}
	p#areaname{
		padding:5px 5px 5px 0;
		background:#00af8f;
		text-align:center;
		font-size:18px;
		line-height:30px;
	}
	p#areaname.eu{
		background:#00af8f;
	}
	p#areaname.asia{
		background:#ef9d53;
	}
	p#areaname.japan{
		background:#ddd850;
	}
	p#areaname.namerica{
		background:#4b78ca;
	}
	p#areaname.hawaii{
		background:#fb668d;
	}
	p#areaname.oceania{
		background:#c18ed9;
	}
p#tabinarelogo img,	
p#areaname img{
	margin-right:5px;
}
p#tabinarelogo a,	
p#areaname a{
	color:#fff;
	display:block;
}
	 h1{
		 margin:15px 0 15px 0;
		 text-align:center;
		 font-weight:normal;
	 }
	 h1 span.tabiname{
		 color:#000;
		 font-size:25px;
	 }
	 h1 span.day{
		 color:#ffc692;
		 font-size:18px;
	 }
  #container{
    padding-left: 0;
		padding-bottom:50px;
  }
  .snav li#icn1 a{
  	background:url(../img/icon_01@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icn2 a{
  	background:url(../img/icon_02@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icn3 a{
  	background:url(../img/icon_03@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icn4 a{
  	background:url(../img/icon_04@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icn5 a{
  	background:url(../img/icon_05@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icn6 a{
  	background:url(../img/icon_06@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icn7 a{
  	background:url(../img/icon_07@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#logo a{
  	background:url(../img/icon_logo@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icndaymenu a{
  	background:url(../img/icon_daymenu@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icnpagetop a{
  	background:url(../img/icon_pagetop@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icnback a{
  	background:url(../img/icon_back@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
/*area name*/
  .snav li#icneu a{
  	background:url(../../img/icon_eu@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icnasia a{
  	background:url(../../img/icon_asia@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icnjapan a{
  	background:url(../../img/icon_japan@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icnnamerica a{
  	background:url(../../img/icon_namerica@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icnhawaii a{
  	background:url(../../img/icon_hawaii@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }
  .snav li#icnoceania a{
  	background:url(../../img/icon_oceania@2x.png) no-repeat 50% 0;
		background-size: 30px 60px;
  }

}

/*ie hack*/
.eq-ie6 #side{background:#222;}
.eq-ie7 #side{background:#222;}
.eq-ie8 #side{background:#222;}
