#menu {
	margin: 0 auto;
}
#menu li{
	float:left;
	color: #333;
	padding: 0 11px;
	border-right: 1px dotted #ccc;
}
#menu li:first-child{ border-left: 1px dotted #ccc; }

#menu li a {
	color: #FFF;
	display: block;
	color: #333;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	color:#ff6600;
	opacity: 1;
}

#toggle {
	display: none;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	
#menu-box{
	position: absolute;
	top: -5px;
	right: 0;
}
#toggle{
	display:block;
	position: relative;
	background-repeat: no-repeat;
}
#toggle a{
}
#toggle img{
	background-repeat: no-repeat;
	margin:0;
	background-repeat: no-repeat;
	background-size:contain;

}



#menu{
display: none;
z-index:9999;
}
#menu ul li{
	padding:0;
	width:100%;
	background-color:#ff6600;
	list-style: none;
	clear:both;border:none;
}
#menu ul li a{	text-align: center;
	border-bottom: 1px solid #FFF;
	display:block;
	color:#FFF;
	text-decoration: none;
}
#menu a.on{ color: #fff; }

}