@charset "utf-8";

#menu-box{
	height:100%;
}

 #dropmenu{
    display: none;
  }

   #dropmenu li{
    width: 100%;
	height:48px;
	background:#006900/*#f8b862*/;
	/* -webkit-gradient(linear, 開始位置, 終了位置, from(開始色), color-stop(位置, 途中色), to(終了色) */
background: -webkit-gradient(linear, left top, left bottom, from(#006900), color-stop(80%, #008700), to(#009c00));

/* linear-gradient(to 終了位置, 開始色, 途中色 位置, 終了色) */
background: linear-gradient(to bottom, #006900, #008700 80%, #009c00);/*元の色#ead7a4, #f5deb3 30%, #f3f3f3*/
behavior: url(“PIE.htc”);
	color:#FFF;
	position: relative;
    margin: 0;
   padding: 0;
   text-align: center;
 
 

  }

  #toggle{
   display: block;
    position: relative;
    width: 100%;
    background: #006900/*#f8b862*/;
	/* -webkit-gradient(linear, 開始位置, 終了位置, from(開始色), color-stop(位置, 途中色), to(終了色) */
background: -webkit-gradient(linear, left top, left bottom, from(#006900), color-stop(80%, #008700), to(#009c00));

/* linear-gradient(to 終了位置, 開始色, 途中色 位置, 終了色) */
background: linear-gradient(to bottom, #006900, #008700 80%, #009c00);/*元の色#ead7a4, #f5deb3 30%, #f3f3f3*/
behavior: url(“PIE.htc”);
	  list-style:none;
   font-size:1.1em;
  }

  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #006900;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }

  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #006900/*#f8b862*/;
  }

  #toggle a:before{
    margin-top: -6px;
  }

  #toggle a:after{
    margin-top: 2px;
  }

#toggle li:hover > a{
 background: #006900/*#f8b862*/;
 text-decoration:underline;
}



#toggle li ul{
  list-style: none;
  position: absolute;
  height:100%;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
 
}

#toggle li:last-child ul{
  left:0;
  width: 100%;
  z-index:1;

}

#toggle li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#toggle li ul li a{
  padding: 12px 0 10px;
  background: #006900/*#f8b862*/;
	/* -webkit-gradient(linear, 開始位置, 終了位置, from(開始色), color-stop(位置, 途中色), to(終了色) */
background: -webkit-gradient(linear, left top, left bottom, from(#006900), color-stop(80%, #008700), to(#009c00));

/* linear-gradient(to 終了位置, 開始色, 途中色 位置, 終了色) */
background: linear-gradient(to bottom, #006900, #008700 80%, #009c00);/*元の色#ead7a4, #f5deb3 30%, #f3f3f3*/
behavior: url(“PIE.htc”);
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
}

#toggle li:hover ul li{
  overflow: visible;
  height: 44px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#toggle li:hover ul li:first-child{
  border-top: 0;
}

#toggle li:hover ul li:last-child{
  border-bottom: 0;
}

#toggle li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;

}

@media only screen and (min-width: 481px) {
	#dropmenu-box{
		display:none;
	}
}
