@charset "utf-8";

@media (min-width: 480px) {
	.page-img{
		width:100% !important;
	}

	html{
		*overflow:hidden;
	}
	body{
		
	}
	.mobile-skin{
		position:relative;
		top:86px;
		height:650px;
		display:inline-block;
		overflow-y:scroll;
		max-width:479px;
		width:100%;
		margin-right: 5px;
		text-align: left;
	}
	/*
	.mobile-skin{
		position:absolute;
		top:86px;
		left:49.70%;
		*left:50%;
		margin-left:-239px;
		height:650px;
		overflow-y:scroll;
		max-width:479px;
		width:100%;
	}
	*/
	.mobile-bg{
		position:relative;
		background-image:url("/img/tablet.png");
		background-position:center top;
		background-repeat:no-repeat;
		height:851px;
		text-align: center;
	}
	.menu_list img{
		width:auto !important;
	}
}

@media screen and (min-height: 649px) {
	html{
		*overflow:auto scroll;
	}
	
}