@charset "UTF-8";


/*

menu

*/

#menuAll{
	width:360px;
	height:40%;
	max-height:420px;
	position:absolute;
	top:0;
	left:50px;
	z-index:15;
}

.menuBtn{
	background:url(../images/nav/btnbg.png) no-repeat bottom;
	background-size:100% auto;
	width:45px;
	height:100%;
	padding:0;
	margin: 0 10px 0 0;
	float:left;
}


@media screen and (max-width: 1350px) {

#menuAll2{
	width:360px;
	height:330px;
	position:absolute;
	top:0;
	right:5px;
	z-index:30;
}

.menuBtn2{
	background:url(../images/nav/btnbg.png) no-repeat bottom;
	background-size:100% auto;
	width:35px;
	height:80%;
	padding:0;
	margin: 0 5px 0 0;
	float:right;
}

}

@media screen and (min-width: 1351px) {

#menuAll2{
	width:360px;
	height:330px;
	position:absolute;
	top:0;
	right:10px;
	z-index:30;
}

.menuBtn2{
	background:url(../images/nav/btnbg.png) no-repeat bottom;
	background-size:100% auto;
	width:40px;
	height:95%;
	padding:0;
	margin: 0 7px 0 0;
	float:right;
}

}