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

@media all and (max-width: 960px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
{
	.desktop_container{
		width: 100%;	
	}
	
	
	.header .header-content-wrapper .main_logo{
		width: 200px;
	}
	
	.middle_banner_frame{
		position:static;
	}

	.middle_banner_frame .middle_banner{position:static;}
	

	.map_frame{height: auto; width: 100%; overflow:hidden; }
	.map_frame img{width: 100%;  margin-top: 0px;}
	
	.container1400Scale{width: auto;}
	
	.acc_bg .room_img_frame{width: 100%; padding-left: 0%; padding-right: 0%; height: auto; overflow:auto;} 
	.acc_bg .room_img_frame img{height:auto; width: 100%;}
}
