@charset "UTF-8";

body {
	background: #fff url(../img/bg.png);
	background-size: 50px 50px;
}
#wrapper {
	text-align: center;
}

#top {
	background: #000;
	padding: 15px 0;
	text-align: center;
}
#top .tagline1 {
	margin-bottom: 10px;
}
#top .tagline2 {
	margin-bottom: 14px;
}
#top .tagline3 {
}
#top .jacket {
	margin-bottom: 15px;
}

#description {
	padding: 20px 0 10px 0;
	text-align: center;
}
#description h1 {
	margin-bottom: 12px;
}
#description .date {
	background: #8d8762;
	margin-bottom: 5px;
}
#description .spec {
	margin-bottom: 15px;
	font-size: 10px;
}
#description .banner {
	margin: 0 10px 10px 10px;
}
#description .banner img {
	width: 100%;
}

#tracklist {
	background: #101321;
	padding: 20px 10px 0 10px;
}
#tracklist h2 {
	margin-bottom: 25px;
}
#tracklist h2 img {
	width: 100%;
}
#tracklist .tracks {
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
#tracklist .tracks h3 {
	margin-bottom: 15px;
}
#tracklist .tracks h3 img {
	width: 100%;
}
#tracklist .tracks li {
	position: relative;
	margin-bottom: 20px;
}
#tracklist .tracks li .title {
	font-size: 11px;
	margin-bottom: 5px;
}
#tracklist .tracks li .composer {
	font-size: 8px;
	line-height: 1.2em;
	color: #999;
}
#tracklist .tracks li .preview {
	background: url(../img/btn_play.png);
	background-size: cover;
	position: relative;
	margin: 5px auto 0 auto;
	width: 98px;
	height: 25px;
	text-indent: -9999px;
}
#tracklist .tracks li .preview.playing {
	background: url(../img/btn_stop.png);
	background-size: cover;
}
#tracklist .tracks li .preview .previewLoading {
	background: url(../img/preview_loading.gif) no-repeat center center;
	background-size: 75px 25px;
	position: absolute;
	width: 98px;
	height: 25px;
	top: 0;
	left: 0;
}

#bonus {
	background: #272934;
	padding: 20px 10px 20px 10px;
	text-align: center;
	color: #fff;
}
#bonus h2 {
	margin-bottom: 25px;
}
#bonus h2 img {
	width: 100%;
}
#bonus .lead {
	margin-bottom: 23px;
}
#bonus .lead img {
	width: 100%;
}
#bonus .description {
	font-size: 11px;
	line-height: 1.6em;
	margin-bottom: 15px;
	color: #aaa;
	text-align: left;
}
#bonus .note {
	font-size: 9px;
	margin-bottom: 25px;
	color: #aaa;
	text-align: left;
}
#bonus .note li {
	padding-left: 1em;
	text-indent: -1em;
}
#bonus .block {
	margin-bottom: 25px;
}
#bonus .block h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
#bonus .block p {
	margin-bottom: 5px;
	color: #aaa;
}
#bonus .block .note {
	font-size: 9px;
	text-align: center;
}

#lp {
	background: #101321;
	padding: 20px 10px;
}
#lp h2 {
	margin-bottom: 18px;
}
#lp .lead {
	margin-bottom: 20px;
}
#lp .date {
	margin-bottom: 20px;
}
#lp h2 img,
#lp .lead img,
#lp .date img{
	width: 100%;
}
#lp .info {
	background: #f7f5e7;
	border: #8f7436 1px solid;
	text-align: left;
	margin: 0 0 30px 0;
}
#lp .info h3 {
	background-repeat: no-repeat;
	background-position: center 70px;
	background-size: 11px 5px;
	padding: 15px 0 25px 0;
	text-align: center;
	cursor: pointer;
}
#lp .info p {
	font-size: 11px;
	color: #333;
	margin: 0 10px 20px 10px;
}
#lp .info p.notes {
	background: #fff;
	border: #333 1px solid;
	padding: 10px;
	font-size: 9px;
	color: #666;
}
#lp .info p.signature {
	margin-bottom: 0;
	margin-bottom: 10px;
}
#lp .info p.contact {
	font-size: 9px;
}
#lp .info .image {
	text-align: center;
	margin-bottom: 20px;
}
#lp .order {
	margin-bottom: 15px;
}
#lp .description {
	font-size: 10px;
	line-height: 1.8em;
	color: #fff;
	margin-bottom: 25px;
	text-align: left;
}
#lp .spec {
	background: #343642;
	padding: 10px 0;
	margin: auto;
	color: #aaa;
	font-size: 10px;
}
#lp .spec .name {
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#lp .spec .name:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 50px;
	height: 1px;
	background: #5d5e68;
}

#online {
	background: #272934;
	padding: 20px 10px;
	text-align: center;
	color: #fff;
}
#online h2 {
	margin-bottom: 18px;
}
#online .lead {
	margin-bottom: 15px;
}
#online h2 img,
#online .lead img {
	width: 100%;
}
#online .spec {
	background: #343642;
	padding: 10px 0;
	margin: 0 auto 25px auto;
	color: #aaa;
}
#online ul {
	border-top: #474952 1px solid;
	text-align: left;
	margin: 0 10px;
}
#online li {
	border-bottom: #474952 1px solid;
}
#online li a {
	display: block;
	background: url(../img/online_arrow.png) no-repeat right center;
	background-size: 17px 8px;
	padding: 16px 20px 16px 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
}

#pv {
	background: #101321;
	padding: 20px 10px;
}
#pv .youtube {
	position:relative;
	display: block;
	padding-bottom: 56.25%;
	height:0;
	overflow:hidden;
}
#pv .youtube iframe {
	background: #000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#links {
	padding: 10px 0;
}
#links ul {
	border-top: #8f7436 1px solid;
	text-align: left;
	margin: 0 10px;
}
#links li {
	border-bottom: #8f7436 1px solid;
}
#links li a {
	display: block;
	background: url(../img/link_ec_arrow.png) no-repeat right center;
	background-size: 17px 8px;
	padding: 16px 20px 16px 10px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 1em;
}