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

body,html {
	margin: 0px;
	width:100%;
	height:100%;
	background-color: #FFF;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
a:hover {
	color:#5B4A43;
	text-decoration: none;
}
a:link {
	color:#5B4A43;
	text-decoration: none;
}
a:visited {
	color:#5B4A43;
	text-decoration: none;
}
a:active {
	color:#5B4A43;
	text-decoration: none;
}
.a_link {
	color: #5B4A43;
	text-decoration: none;
	font-family: "Microsoft JhengHei";
	font-size: 14px;
}

@media all and (max-width: 450px) {
	.logo {
		position:absolute;
		z-index:2;
		width:100px;
		top:0;
		left:50%;
		margin-top:45px;
		margin-left:-55px;
	}
}
@media all and (min-width: 451px) {
	.logo {
		position:absolute;
		z-index:2;
		width:100px;
		top:0;
		left:50%;
		margin-top:45px;
		margin-left:-55px;
	}
}

#header {
	width:100%;
	height:50px;
	background:none;
	position:fixed;
	z-index:11;
}
	.header_1 {
		width:70%;
		float:left;
	}
	.header_2 {
		width:30%;
		float:right;
		text-align:right;
	}

#backgroud2 {
	position:relative;
}

#backgroud3 {
	position:relative;
}

#menu {
	position:absolute;
	right:15px;
	top:22px;
}

#menu2 {
	position:fixed;
	display:none;
	background:#009994 url(../images/funsimon-mobile2-02.png) no-repeat bottom;
	background-size:100% auto;
	padding-bottom:230px;
	width:70%;
	overflow:hidden;
	right:0;
	top:0;
	z-index:100000;
}
	.menu_list {
		position:relative;
		padding-left:34px;
		padding-top:80px;
	}
	.menu_list2 {
		padding-bottom:20px;
	}
	.menu_list2 a {
		color:#FFF;
		font-size:20px;
	}
	
	#close {
		position:absolute;
		z-index:12;
		right:20px;
		top:20px;	
	}
	
		.room {
		position:relative;
		width:100%;
	}
	
	.room_word {
		position:absolute;
		width:58px;
		height:48px;
		border:0;
		border-radius:5px;
		background:rgba(0, 0, 0, 0.6);
		line-height:48px;
		text-align:center;
		color:#FFF;
		left:50%;
		top:50%;
		margin-left:-29px;
		margin-top:-24px;
		font-size:26px;
	}
	
#footer {
	color:#595757;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	padding-top:35px;
	padding-bottom:25px;
}