header .toggle {
  background: url(../images/menu.png) no-repeat;
background-size: contain;
  width: 64px;
  height: 75px;
  z-index: 2;
  position: fixed;
  right: 20px;
  top: 14px; }

.close {
  background: url(../images/menu_close.png) no-repeat;
background-size: contain;
  width: 64px;
  height: 75px;
  z-index: 2;
  position: fixed;
  right: 20px;
  top: 14px; }

.menu {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 1;
  width: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background: #B1AEE5;
  background: -moz-linear-gradient(top, #B1AEE5 0%, #6ADEFC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B1AEE5), color-stop(100%, #6ADEFC));
  background: -webkit-linear-gradient(top, #B1AEE5 0%, #6ADEFC 100%);
  background: -o-linear-gradient(top, #B1AEE5 0%, #6ADEFC 100%);
  background: -ms-linear-gradient(top, #B1AEE5 0%, #6ADEFC 100%);
  background: linear-gradient(to bottom, #B1AEE5 0%, #6ADEFC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );


  transition: opacity .3s; }

.menu .menu-box {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.menu .menu-box > ul {
	padding: 90px 0 0; 
}

.menu .menu-box h4 a{
	font-size: 20px;
	font-weight: bold; 
	border:none;
}

.menu .menu-box h5 {
	border-top: 1px #fff solid;
      padding: 10px 0 5px; 
      margin: 0 30px;;
}
.menu .menu-box h5 *{
	font-size:16px;
	line-height:1.2;
}

.menu .menu-box h5 span{
	font-size:14px;
	font-weight:bold ;
	text-align:center;
	display: block;
	color: #fff;	
}

.menu .menu-box a {
	color: #fff;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
}

.foot-bnr a {
	padding: 0 !important;
}


.menu .menu-box li li a {
      padding: 10px 45px; 
}

.menu .menu-box ul.recruit{
      padding: 5px 25px; 
	margin-bottom:5px;
}

.menu .menu-box ul.recruit li{
	width:50%;
	float:left;
}

.menu .menu-box ul.recruit li a{
	font-size:14px;
	border: 1px #fff solid;
	padding:10px 0 ;
	margin:0 5px;
	text-align:center;
}

.menu .menu-box ul.recruit li.bnr a{
	display:block;
	border: 2px #f18700 solid;
	padding:3px 0 ;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
	background-color: #fff;
}
.menu .menu-box ul.recruit li.bnr a + a{
	margin-top:10px;
}

ul.recruit li.entry a{
	display:block;
	border: 1px #f18700 solid !important;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
	background-color: #f18700;
}


 .menu .menu-box li a:hover {
	background-color: rgba(22,84,164,0.3);
	opacity: 1; 
}

.menu .menu-box ul.recruit li a:hover{
	background-color: rgba(255,255,255,0.4);
	opacity: 1; 
}

.menu .menu-box ul.recruit li.bnr a:hover{
	background-color: rgba(255,255,255,1);
	opacity: 0.4; 
}

.menu .menu-box ul.recruit li.entry a:hover {
	border: 1px #f9cc80 solid !important;
	background-color: #f9cc80;
	opacity: 1; 
}

 .menu .menu-box li.foot-bnr a:hover{
	background-color: rgba(255,255,255,0.6);
}



/*
***************************************************************/
@media screen and (max-width: 640px) {

header .toggle {
  width: 52px;
  height: 60px;
  right: 8px;
  top: 8px; }

.close {
  width: 52px;
  height: 60px;
  right: 8px;
  top: 8px; }

.menu {
	width:100%;
	right: -100%;
}

.menu .menu-box > ul {
	padding: 65px 0 0; 
}

.menu .menu-box > ul > li{
	border-top: 1px #eee dotted;
}


.menu .menu-box > ul ul li{
	width:50%;
	float:left;
	padding: 5px 0;
}
ul.col1 li {
	width:100% !important;
	float:none;
}

.menu .menu-box > ul ul li a{
	font-size:14px;
	border: 1px #fff solid;
	padding:10px 0 ;
	margin:0 5px;
	text-align:center;
}

.menu .menu-box > ul > li > h4 > a{
	font-size:16px;
	padding: 15px 20px;
}

.menu .menu-box > ul > li > ul{
      padding: 0 20px 10px;
}

.menu .menu-box h5{
	border-top: 1px #eee dotted;
	font-size:14px;
      padding: 10px 0 0 ;
	text-align:center;
	margin:0 25px;
}


.menu .menu-box ul.recruit li.bnr a{
	padding:0 ;
}





}


