@charset 'utf-8';

/**
 * Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*{
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

strong {
	font-weight: bold;
}

body {
	position: relative;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo, sans-serif;
	font-size: 14px;
	color: #efefef;
	background: #000;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

.container {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.bg-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}

.bg-container img {
	display: block;
}

.message {
	background: rgba(39,39,38,0.7);
	margin: 0 0 20px 0;
	text-align: center;
	padding: 4px 6px;
	display: none;
}

#header .container {
	display: none;
}

#header h1 {
	font-size: 56px;
	line-height: 46px;
	letter-spacing: 8px;
	text-align: center;
	margin: 0 0 26px 0;
	opacity: 0.8;
	font-family: 'alternate-gothic-no-3-d';
}

#header ul {
	text-align: center;
	margin-top: 10px;
	width: 650px;
}

#header li {
	display: inline-block;
	vertical-align: bottom;
}

#header li a {
	display: block;
	font-size: 22px;
	margin: 0 20px 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #fff;
	opacity: 0.8;
	font-family: 'alternate-gothic-no-3-d';
}

#header li a.twitter {
	background: url(/images/sprite.png) no-repeat top left;
	width: 21px;
	height: 0;
	padding: 29px 0 0 0;
	overflow: hidden;
	vertical-align: bottom;
}

#header li a:hover {
	opacity: 1;
}

.section {
	min-height: 844px;
}

.section-overlay {
	background: rgba(39,39,38,0.7);
	border-top: 1px solid #666;
}

.section h2 {
	font-size: 34px;
	line-height: 34px;
	padding: 100px 0 0 0;
	margin: 0 0 27px 0;
	font-family: 'alternate-gothic-no-3-d';
}

#discography .wrapper {
	padding: 20px 0;
}

#discography ol {
	list-style-type: decimal;
	margin: 0 0 0 40px;
	font-size: 13px;
}

#discography .leftcolumn {
	width: 300px;
	float: left;
	margin: 0 5px 0 0;
}

#discography .leftcolumn img {
	display: block;
	margin: 0 0 10px 0;
}

#discography .rightcolumn {
	float: left;
	width: 335px;
}

dl.toggle {
	padding: 0 0 40px 0;
}

dl.toggle dt a {
	margin-top: -1px;
	display: block;
	font-size: 16px;
	color: #ccc;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

dl.toggle dt.active a, 
dl.toggle dt a:hover {
	background: rgba(39,39,38,0.7);
	color: #fff;
}

dl.toggle dd {
	padding: 10px 0;
	display: none;
}

dl.toggle dd p {
	font-size: 14px;
	line-height: 180%;
	margin: 0 0 20px 0;
}

dl.toggle dd p a {
	text-decoration: underline;
}

/**
 * Profile
 */
#profile img {
	display: block;
	margin: 0 0 10px 0;
}

#profile p {
	padding: 0 0 40px 0;
}

p.eoc {
	text-align: right;
}

/**
 * Link
 */
#link li a {
	margin-top: -1px;
	display: block;
	font-size: 16px;
	color: #ccc;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

#link li a:hover {
	background: rgba(39,39,38,0.7);
	color: #fff;
}

/**
 * Contact
 */
input[type=text], textarea {
	box-sizing: border-box;
	width: 100%;
	border: none;
	font-size: 18px;
	padding: 8px;
	margin: 0 0 20px 0;
	font-family: 'alternate-gothic-no-3-d';
}

input[type=submit] {
	cursor: pointer;
	border: none;
	font-size: 16px;
	color: #333;
	background: #fff;
	padding: 10px;
	font-weight: bold;
}

input[type=submit]:hover {
	background: #ccc;
}
