@charset "UTF-8";

body {
	background: #000;
}
#wrapper {
	background: #fff;
	position: relative;
}

/* TOP */
#top {
	padding: 15px 10px 25px 10px;
	text-align: center;
}
#top .tagline {
	margin-bottom: #000 3px solid;
	margin: 0 auto 15px auto;
}
#top h1 {
	margin-bottom: 16px;
}
#top h1 img,
#top .tagline img,
#top .date img {
	width: 100%;
}
#top .banner {
	margin: 0;
}
#top .banner img {
	width: 100%;
}

/* Description */
#description {
	background: #fef7f8;
	padding: 25px 10px;
	text-align: center;
}
#description h2 {
	margin-bottom: 29px;
}
#description .text {
	margin-bottom: 29px;
}
#description .date {
	margin-bottom: 20px;
}
#description img {
	width: 100%;
	max-width: 300px;
}

#description .ec {
	margin: 0;
}
#description .ec ul {
	border-bottom: #fff 2px solid;
	margin: 0;
	padding: 0;
}
#description .ec li {
	border-top: #fff 2px solid;
	text-align: center;
}
#description .ec li a {
	background: #000;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
}

/* Tracklist */
#tracklist {
	background: #fff;
	padding: 25px 10px;
}
#tracklist h2 {
	margin-bottom: 25px;
	text-align: center;
}
#tracklist h2 img {
	width: 100%;
	max-width: 300px;
}
#tracklist ul {
	border-top: #c6c6c6 1px solid;
}
#tracklist li {
	border-bottom: #c6c6c6 1px solid;
	padding: 15px 0 10px 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	position: relative;
}
#tracklist li .composer {
	font-size: 10px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
#tracklist li .inner {
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 5px;
}
#tracklist .no {
	position: absolute;
	top: 15px;
	left: 0;
}

/* Banners */
#concert {
	background: url(../img/concert_bg.png);
	background-size: 8px 8px;
	padding: 0 10px;
}
#concert .banner img {
	width: 100%;
}

#portal {
	padding: 15px 0;
}
#portal img {
	width: 100%;
}