@charset "UTF-8";
/* CSS Document */



.section {
	height:100%;
}

#fullpage {
	height:auto;
	width:100%;
}
#top {
	padding-top:110px;
}

#main-img {
	width:100%;
}
#main-img img,
#main-img > div > img,
#main-img .slider > div > img {
	width:100%;
}
.img {
	position:relative;
}
#map {
	padding-top: 20px;
}
#replay {
	position:absolute;
	right:10px;
	bottom:10px;
}
#replay a {
	width:100px;
	height:36px;
	line-height:36px;
	display:block;
	background:#666;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}

/*@media screen and (max-width: 767px) and (orientation: portrait) {*/
@media screen and (max-width: 767px) {
	#footer {
		border-top:none;
	}
	.section {
		min-height:initial;
		min-height:auto;
	}

	#fullpage {
		height:auto;
		width:100%;
	}
	#top {
		padding-top:0;
	}
	#main-img .slider div {
		overflow: hidden;
	}
	#main-img .sliderXX div img{
		width:100%;
		/*margin-left:-8%;*/
	}
	#map {
		padding-top: 4vw;
	}
	#replay {
		right:1vw;
		bottom:1vw;
	}
	#replay a {
		width:12vw;
		height:5vw;
		line-height:5vw;
		font-size:2.66vw;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
}