.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}

#menu{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size; 80%;
}
#menu li{
	display: block;
	float: left;
	width: 33%;
	margin: 0;
padding: 0; }
	#menu li:nth-child(3){
	width: 34%;}



#menu li a{
	display: block;
	padding: 10px 10px 4px 4px;
	background: #808080;
	color: #fff;
	text-align: center;
	text-decoration: none;
	@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 100%;
}
#menu li a:hover{
	background: #7c6697;
}
#toggle{ 
	display: none;
}
@media only screen and (max-width: 768px) {
	#menu{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size; 0.8em;
}

#menu li{
	display: block;
	float: left;
	width: 33%;
	margin: 0;
padding: 0; }
#menu li:nth-child(3){
width: 34%;}
}
/*
@media only screen and (max-width: 480px) {
	#menu{
	display: none;
	
}
#menu li{
	width: 100%;
	font-size: 80%;
}

#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #275680;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
}
#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: #808080;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}
}*/