<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	background: #000;
}

#attention {
	background: #000 url(../img/attention.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	text-indent: -9999px;
}

#wrapper {
	background: #242424 url(../img/bg.jpg) no-repeat center top;
	width: 980px;
	margin: auto;
	position: relative;
}

#main {
	position: relative;
	height: 454px;
}
#main h1 {
	position: absolute;
	top: 0;
	left: 105px;
	z-index: 10;
}
#main h2 {
	position: absolute;
	top: 173px;
	left: 4px;
	z-index: 11;
}
#main .spec {
	position: absolute;
	top: 292px;
	left: 43px;
	z-index: 12;
}
#main .jacket {
	position: absolute;
	top: 30px;
	left: 575px;
	z-index: 13;
}
#main .links {
	position: absolute;
	top: 392px;
	left: 20px;
}
#main .links li {
	float: left;
	height: 39px;
}
#main .links li a {
	height: 100%;
	display: block;
	text-indent: -9999px;
}
#main .links li.link_01 a {
	background: url(../img/ec_01.png);
	width: 131px;
}
#main .links li.link_02 a {
	background: url(../img/ec_02.png);
	width: 130px;
}
#main .links li.link_03 a {
	background: url(../img/ec_03.png);
	width: 131px;
}
#main .links li.link_04 a {
	background: url(../img/ec_04.png);
	width: 133px;
}
#main .links li a:hover {
	background-position: 0 -39px;
}

#navi {
	width: 100%;
	height: 61px;
}
#navi ul {
	width: 100%;
	height: 100%;
}
#navi li {
	float: left;
	height: 100%;
}
#navi li a {
	height: 100%;
	display: block;
	text-indent: -9999px;
}
#navi li.link_01 a {
	background: url(../img/navi01.png);
	width: 247px;
}
#navi li.link_02 a {
	background: url(../img/navi02.png);
	width: 245px;
}
#navi li.link_03 a {
	background: url(../img/navi03.png);
	width: 245px;
}
#navi li.link_04 a {
	background: url(../img/navi04.png);
	width: 243px;
}
#navi li a:hover {
	background-position: 0 -61px;
}

#soundcloud {
	margin: 20px auto 0 auto;
	width: 960px;
	height: 750px;
	z-index: 20;
}

#product {
	background: url(../img/product_bg.png) no-repeat;
	padding: 20px 49px 16px 49px;
	margin-bottom: 15px;
	text-align: center;
}
#product h3 {
	margin-bottom: 8px;
}

#contents {
	width: 960px;
	margin: 0 10px;
}
#contents .left {
	float: left;
	width: 600px;
}
#contents .sns {
	float: left;
	margin-left: 20px;
	width: 340px;
}
#contents .sns .plugin {
	height: 550px;
	margin-bottom: 20px;
}
#contents .sns #facebook {
	background: #fff;
}

#news {
	background: #fff url(../img/news_bg.png) no-repeat;
	width: 565px;
	padding-left: 35px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#news h3 {
	margin-bottom: 5px;
}
#news dl {
	margin: 0 15px 0 5px;
	font-size: 13px;
	color: #000;
}
#news dt {
	padding: 0 0 10px 0;
	width: 80px;
	float: left;
	clear: both;
}
#news dd {
	padding: 0 0 10px 80px;
}

#tracklist {
	background: #fff url(../img/news_bg.png) no-repeat;
	margin: 0 auto 15px auto;
	width: 600px;
	overflow: hidden;
}
#tracklist h3 {
	margin-bottom: 10px;
}
#tracklist ul {
	padding: 0 10px 0 10px;
	color: #000;
}
#tracklist li {
	margin: 0 0 15px 5px;
	text-indent: -2em;
	margin-left: 2em;
}

#member {
	background: #fff url(../img/news_bg.png) no-repeat;
	margin: 0 auto 30px auto;
	width: 600px;
}
#member p {
	margin: 0 10px;
	padding-bottom: 10px;
}

#news,
#soundcloud,
#tracklist,
#member,
#contents .sns .plugin {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}</pre></body></html>