h2 {
	font-size: 160%;
	text-align: center;
	color: crimson;
}
p {
	margin-bottom: 20px;
}
.notice {
	text-align: center;
}
.notice li {
	font-size: 130%;
	color: steelblue;
	margin: 0 10px 20px 10px;
	display: inline-block;
	font-weight: bold;
}
.notice li:before {
	content: "";
	color: orange;
}
.info {
	text-align: center;
}
.info ul {
	border: 3px solid #ddd;
	padding: 20px 20px 0 20px;
	display: inline-block;
	background: #f3f3f3;
	margin-bottom: 40px;
}
.info li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 10px 10px 0;
	font-size: 120%;
	text-align: left;
}
.info .ttl {
	width: 100px;
	float: left;
	padding: 10px;
	background: #999;
	font-weight: bold;
	text-align: center;
	color: white;
	letter-spacing: 5px;
}
.info .txt {
	margin-left: 140px;
	padding: 10px;
}
.lastyear:before {
	content: "";
	font-size: 70px;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
	top: 0;
	line-height: 60px;
	margin: -7px auto 0 auto;
}
.lastyear {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 60px 5px 5px 5px;
}
.lastyear p {
	text-align: center;
	color: white;
}
.lastyear h2 {
	color: orange;
}

#show:before {
	color: white;
}

#show,
#show3,
#backstage  {
	background: #666;
}

#show2:before,
#yumi:before {
	color: #666;
}
#yumi,
#show2 {
	background: lightslategray;
}
#show3:before,
#backstage:before {
	color: lightslategray;
}
#backstage {
	margin-bottom: 50px;
}
.lastyear img:nth-child(odd) {
	margin: 0 5px 5px 0;
	float: left;
}
.lastyear img:nth-child(even) {
	margin: 0 0 5px 0;
}
