@charset "utf-8";

#title {
	text-align:center;
	margin-bottom:30px;
}
#title > h1 {
	font-size:24px;
	line-height:1.3;
	margin-bottom:3px;
}

#wrap {
}

#index {
	display:none;
}
	@media(max-width:760px) {
		#index {
			display:block;
			margin:0 15px 20px 15px;
		}
	}

#index ul {
	border-left:1px solid #CCC;
}
	@media(max-width:630px) {
		#index ul {
			width:300px;
		}
	}

#index ul li {
	width:56px;
	text-align:center;
	float:left;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#index ul li a {
	display:block;
	padding:12px 0;
	background: -webkit-linear-gradient(#fff 0%, #EEE 100%);
	background: linear-gradient(#fff 0%, #EEE 100%);
}

.venueList {
	margin-bottom:30px;
}
	@media(max-width:760px) {
		.venueList {
			margin:0 15px;
		}
		.venueList:last-child {
			margin-bottom:30px;
		}
	}

.venueList header {
	padding:8px;
	color:#FFF;
	background-color:#333;
}

.venueList section {
	float:left;
	width:18%;
	margin:0 1%;
}
	@media(max-width:960px) {
		.venueList section {
			width:19%;
			margin:0 0.5%;
		}
	}
	@media(max-width:760px) {
		.venueList section {
			width:100%;
			margin:0;
		}
	}

.venueList ul {
	margin-botttom:20px;
}
.venueList ul > li > a {
	font-size:14px;
	line-height:1.3;
	display:block;
	padding:10px 8px;
	background-color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}