@charset "utf-8";
header{
	max-width:940px;
	margin:0 auto;
	background:none;
}
header img{
	display:block;
	width:100%;
	margin:0 auto;
}
nav {
	max-width:940px;
	margin: 0 auto;
	background: #f8f8ff;
	padding:5px 0;
	font-size:0.55em;
}
#menu,#menu2 {
	max-width:940px;
	/*max-width: 960px;*/
	margin: 0 auto;
	padding: 0;
	background:#707070;
}
#menu li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu2 li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu li a,#menu2 li a {
	display: block;
	padding: 17px 0 17px 0;
	/*background-color: #2a83a2;*/
	background-color: #707070;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	white-space:nowrap;
}
#menu li:last-child a,#menu2 li:last-child a{
	border: none;
}
#menu li a:hover,#menu2 li a:hover{
	background: #bbb;
}
#toggle,#toggle2 {
	display: none;
}
@media only screen and (max-width: 768px) {
	#menu li,#menu2 li {
		width: 25%;
		border-bottom: 1px solid #fff;
	}
	h2{
	font-size:0.8em;
	}

}
@media only screen and (max-width: 480px) {
	#menu,#menu2 {
		display: none;
	}
	h3.pc {
		display: none;
	}
	#menu li,#menu2 li {
		width: 100%;
	}
	#toggle,#toggle2 {
		display: block;
		position: relative;
		width: 100%;
		background: #707070;
	}
	#toggle a,#toggle2 a{
		display: block;
		position: relative;
		padding: 15px 0 15px;
		border-bottom: 1px solid #fff;
		color:#FFF;
		text-align: center;
		text-decoration: none;
		font-size:125%;
	}
	#toggle:before,#toggle2:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after,#toggle2 a:before, #toggle2 a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #707070;
	}
	#toggle a:before,#toggle2 a:before {
		margin-top:-9px;
	}
	#toggle a:after,#toggle2 a:after {
		margin-top: 3px;
	}
	.nenga-lineup h2{
	font-size:0.8em;
	}
}

section {
	max-width: 940px;
	height:auto;
	color:#FFF;
	text-shadow:none;
	margin:0 auto;
}
#box1 {
	background:#fff;
	margin-bottom:10px;
}
#box2 {
	background:#fff;
	margin-bottom:10px;
}
#box3 {
	background:#fff;
	margin-bottom:10px;
}
#box4 {
	background:#fff;
	margin-bottom:10px;
}
#box5 {
	background:#fff;
}
#box6 {
	background:#fff;
}
#box7 {
	background:#fff;
}
#box8 {
	background:#fff;
}