/*
body{
	line-height: 1.5em;
}
*/

.pageTitle {
	background-image: url(../../images/experience/page_title_img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;
	height: 300px;
	position: relative;
}

#id_tabbox{
	width: 100%;
	position: relative;
	border-bottom: solid 1px #000;
}

#id_tabs{
	border-collapse: separate;
	margin: 50px auto -1px;
	text-align: center;
	display: table;
}

#id_tabs>.item{
	display: table-cell;
	width: 480px;
	height: 60px;
	background: #eee;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	border: solid 1px #000;
	border-right: hidden;
	z-index: 20;
	margin: 0;
	padding: 0;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#id_tabs>.item:hover{
	background: #c8c8c8;
	cursor: pointer;
}

#id_tabs>.item.selected{
	background: #fff;
	border-bottom: hidden;
	z-index: 20;
}

#id_tabs>.item.selected:hover{
	cursor: default;
}
#id_tabs>.item.clickable:hover{
	background: #c8c8c8;
	cursor: pointer;
}

#id_tabs>.item:first-child{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

#id_tabs>.item:last-child{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-right: solid 1px #000;
}

.experienceArea{
	position: relative;
	width: 960px;
	margin: 50px auto 0;
}
.experienceArea>.icon{
	position: absolute;
	top: 190px;
	left: 450px;
    z-index: 10;
}
.experienceBox{
	position: relative;
	float: left;
	width: 480px;
	height: 440px;
}
.experienceBox.text{
	position: absolute;
	top: 0;
	left: 0px;
}
.experienceBox.text>.overlay{
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
    left: 0;
    z-index: 1;
}
.experienceBox.text>.experience-title,
.experience-number,
.experienceBox.text>p,
.experienceBox.text>.btn{
	position: relative;
	font-family: "Yu Mincho",sans-serif;
	color: #fff;
    z-index: 2;
}
.experience-number{
    display: inline-block;
    margin-top: 30px;
	font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.experience-number:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
.experienceBox.text>.experience-title{
    margin-top: 32px;
	font-size: 35px;
}
.experienceBox.text>p{
    margin-top: 30px;
	font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.experienceBox.text>.btn{
	font-size: 20px;
    font-weight: bold;
	width: 150px;
	height: 50px;
    line-height: 50px;
	border: solid 1px #fff;
    cursor: pointer;
    transition: color 0.5s ease, background 0.5s ease;
    position: absolute;
    bottom: 104px;
    left: 50%;
    margin-left: -75px;
}
.experienceBox.text>.btn:hover{
	color: #000;
	background: #fff;
}
.experienceBox img{
	position: absolute;
	top: 0;
	left: 0;
}

.gotoTours, .gotoExperience{
	margin: 50px auto 25px;
	line-height: 20px;
	font-family: "Yu Mincho", sans-serif;
	font-size: 16px;
	width: 380px;
	height: 40px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background: #000;
	transition: background 0.5s ease;
}
.gotoTours:hover, .gotoExperience:hover{
	background: rgba(0,0,0,0.8);
}
.gotoTours a:link, .gotoTours a:visited,
.gotoExperience a:link, .gotoExperience a:visited{
    display: block;
	color: #fff;
    width: 100%;
    line-height: 40px;
    text-decoration: none;
}

.underConstruction{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.underConstruction span{
	display: block;
	padding-top: 70px;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
}
/* temporary */
/*
.experienceArea img{
	visibility: hidden;
}
.underConstruction span{
	display: block;
	padding-top: 150px;
}
.underConstruction{
	background: rgba(0,0,0,0.9);
}
*/
.underConstruction{
	display: none;
}
