

#main_nav{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index:500;
    background: #316FAD none repeat scroll 0% 0%;
}

#menu{
width: 100%;
height: auto;
margin: 10px auto -10px;
padding: 0px 0 0 0;
  z-index:500;
}

#menu li{
font-size: 14px;
    display: block;
    float: left;
    width: 14.26%;
    margin: 0;
    padding: 0;
    z-index: 500;
 }
#menu li a{
  display: block;
		padding: 13px 0px 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
font-family:verdana,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  z-index:500;

}

#menu li a{
 white-space: nowrap;
}

#menu a.on{background-color:#FF9900; color: #FFF;}
#menu a:hover{background-color:#FF9900; color:#FFF;}


#toggle{ 
 display: none;
}

#menu a strong{
display: block;
margin: -6px 0px -5px;
}

#menu a span {
    color: #708C0C;
    font-size: 10px;
}




.contact {
    position: relative;
    top: 20px;
    left: 46%;
    z-index: 0;
    display: block;
}


.contact a{
  color: #fff;
background-color: #9CD10C;
border: 4px solid #EAEAEA;
padding:14px;
    font-size: 12px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}


.contact a:hover{
  color:#fff;
background-color:#FBD817;
border: 4px solid #EAEAEA;
padding:14px;
    font-size: 12px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}





@media only screen and (min-width: 960px) {


#main_nav{
  height: 60px;
}


}



@media only screen and (min-width: 768px) {

#menu li a{
		border-right: dotted 1px #F4A41E;
}

.menu_l{
border-left:dotted 1px #F4A41E;
}


#main_nav{
  height: 49px;
position: relative;
z-index: 0;
display: block;
left: 0px;
z-index: 500;
}
}


@media only screen and (max-width: 768px) {

  #menu{
    display: none;
  }
  #menu li{
    width: 100%;

  }


#menu{
width: 100%;
margin: 0px auto -10px;
padding: 0px 0 0 0;
  z-index:500;
}


  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;

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

  }
  #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: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

.contact {
    display: none;
}

#menu li a{
		border-bottom: dotted 1px #ccc;
 background: #265AD7;
    padding: 10px 0 4px;
}



}







