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

header{
	position:fixed;
	z-index:120;
	}
section{
	width:100%;
	height:auto;
	overflow:hidden;
	}
#home_msg_form{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:absolute;
	z-index:10000;
	display:none;
	overflow:hidden;
	}
#home_msg{
	width:600px;
	height:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-200px;
	margin-left:-300px;
	border-radius:5px;

	}
#home_msg img{
		max-width:100%;}
#btn_msg_close{
	width:30px;
	height:30px;
	left:50%;
	top:50%;
	margin-top:-210px;
	margin-left:285px;
	position:absolute;
	z-index:300;
	color:#FFF;
	background:#000;
	border-radius:100%;
	cursor:pointer;
	}
#right_menu_form{
	width:300px;
	position:fixed;	
	right:0px;
	z-index:300;
	cursor:pointer;
	right:-255px;
}
#btn_right_menu{
	width:45px;
	height:130px;
	float:left;
	background:url(/archive/hotel/303/_index1n2.png) no-repeat;		
	}
#right_menu_content{
	width:255px;
	float:left;
	background:#FFFFFF;
	}
@media only screen and (max-width:768px) {
	#home_msg_form{
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.7);
		position:fixed;
		z-index:10000;
		display:none;
	}
	#home_msg{
		width:90%;
		height:90%;
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-45%;
		margin-left:-45%;
		overflow:hidden;
		border-radius:5px;
	
		}
	#home_msg img{
		max-width:100%;
	}
	#btn_msg_close{
		width:30px;
		height:30px;
		left:50%;
		top:50%;
		margin-top:-45%;
		margin-left:40%;
		position:absolute;
		z-index:300;
		color:#FFF;
		background:#000;
		border-radius:100%;
		cursor:pointer;
	}
	
}