@media screen and (min-width: 12000px) {
#menu {
	margin: 0 -50%;
	padding: 0 50%;
	background-color:#3e3306;
}

 .menu_single {
	position: relative;
}

 .menu_second {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
}

.menu_single:hover .menu_second {
	visibility: visible;
	opacity: 1;
	z-index: 100;
}
}
header .menu_button {
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px;
	z-index: 100;
	color: black;
}
.spmenu_btn {
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
	width: 30px;
	height: 22px;
	background:#0000;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    top:7px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
/*.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    bottom:7px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}*/
.spmenu_btn.active {
}
.spmenu_btn.active:before {
}
.spmenu_btn.active:after {
}
 
#login {
	background-color: #01b3d6;
}

.spmenu {
    display:none;
    position:absolute;
    top:60px;
    right:0;
    width:30%;
    background:#fff;
	z-index: 100;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }


nav {
    display:block;
    width:30vm;
    margin:0 auto;
}
nav li a {
    display:block;
    width:100%;
    color:#000;
    padding:15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #999;
}

.menu_second {
	margin-left: 10px;
    display:none;
	position: absolute;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: white;
}

.menu_second a {
	display: block;
	z-index: 100;
}
/* ========MENU CUSTOMIZE======== */

#menu ul {
  list-style-type: none; 
   margin:0;
   padding:0;
	height: 100%;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
	height: 100%;
}

#menu li a {
   display:block;
   width:100%;
   padding:10px 0;
   color:#fff;
   background-color:#3e3306;
	height: 20px;
}

#menu li a.active {
   display:block;
   width:100%;
   padding:10px 0;
   color:#fff;
   background-color:#d2af36;
}

li a:hover {
   background: darkgray;
}

/* ?n????d?? */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

#header {
	float: left;
	width: 100%;
}