@charset "utf-8";
@import url("reset.css");
#WRAPPER {
	width: 100%;
	min-height:970px;
	margin-right: auto;
	margin-left: auto;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	display: block;
}

#Mobi-WRAPPER{
	display: none;
}

#Header  {
	height: 50px;
	width: 100%;
	z-index: 9999;
	background-color: #333;
	display: none;
	z-index: 9999;	
}
#INav {
	position: absolute;
	height: 32px;
	width: 32px;
	background-image: url(../images/iconmonstr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
	top: 8px;
	right: 15px;
	display:none;
}

#MENU{
	position:absolute;
	z-index:9999;
	width:250px;
	height:330px;
	left:50%;
	top:50%;
	padding-top:20px;
	margin-left:-125px;
	margin-top:-150px;
	background-color:#EEE;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 25px #111;
	-webkit-box-shadow:1px 1px 25px #111;
	-webkit-transition:all .2s ease-out; 
}

.CLOSE{
	-webkit-transform: scale(0);
	opacity:0;
}

.OPEN{
	-webkit-transform: scale(1);
	opacity:1;
}

#MENU ul{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:5px;
}

#MENU li{
	display:block;
	width:200px;
	height:40px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	line-height:40px;
	border:1px solid #888;
	border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #313131;
}
#MENU li a  {
	display: block;
	height: 100%;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}


#MENU h3{
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#000;
	color:#FFF;
	border:1px solid #666;
	position:absolute;
	right:-10px;
	top:-10px;
	cursor: pointer;
}

