html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,input, blockquote
	{margin:0px;padding:0px;}
b, strong, em, cite{
	font-weight: normal;
	font-style: normal;
}
ul,ol	{list-style:none;}
select	{font-size:11px;}
img		{border:none; vertical-align:top;}
::-moz-selection{background:#000; color:#fff;}
::selection{
	background:#000;
	color:#fff;
}
html{
	overflow: hidden;
	height: 100%;
}
body{
	font-family: 'HelveticaNeue-UltraLight', 'helvetica neue', 'myriad-pro', helvetica, arial, sans-serif;
	/*font-family: 'helvetica neue', helvetica, arial, sans-serif;*/
	font-weight: 100;
	overflow: hidden;
	height: 100%;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
}


#container{
	position: absolute;
	z-index: 20;
	width: 100%;
	margin: 0 auto;
}

.stage{
	width: 100%;
	overflow: hidden;
}

#stage_title{
	text-align: center;
	height: 100%;
		position: relative;
}
	#stage_title .wrapper{
		/*height: 50%;*/
		width: 100%;
		height: 50%;
		top: 50%;
		position: absolute;
	}
	#logo{
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 50%;
		margin-top: -200px;
		text-align: center;
	}
	#stage_title .description{
		position: relative;
		height: 50%;
		margin-bottom: 20px;
	}

	#stage_title .name{
		position: relative;
	}

	#stage_title .banner{
		position: absolute;
		left: 0;
		white-space: nowrap;
	}
		#stage_title .banner a{
			background: url(images/arrow.png) no-repeat 10px center #000;
			padding: 15px 15px 15px 40px;
			color: #fff;
			text-decoration: none;
			font-size: 14px;
			font-style: italic;
			font-weight: 100;
			letter-spacing: 0.1em;
		}

#background{
	position: fixed;
	top: 0;
	left: 0;
}

#stage_description .wrapper{
	width: 960px;
	margin: 0 auto;
}
	#stage_description h1{
		font-size: 58px;
		font-weight: 100;
		font-style: italic;
		margin-bottom: 10px;
		text-align: justify;
	}
	#stage_description h2{
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: justify;
	}
	#stage_description h3{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: justify;
		line-height: 1.5;
	}
	#stage_description p{
		font-size: 17px;
		line-height: 1.4;
		font-weight: 300;
		margin-bottom: 5px;
		line-height: :;
		text-align: justify;
	}

	#stage_description p strong{
		font-size: 20px;
		font-weight: 300;
	}
	#stage_description .data{
		padding-top: 40px;
	}
	#stage_description .data p{
		padding-top: 0px;
		font-size: 12px;
		text-align: center;
	}
#stage_CD_tracklist header{
	position: absolute;
	width: 33.33%;
	color: black;
	text-align: center;
}
	#stage_CD_tracklist header h1{
		/*color: rgb(255, 255, 255);*/
		font-weight: 100;
		font-style: italic;
		font-size: 120px;
		line-height: 1;
	}
	#stage_CD_tracklist header p{
		/*color: rgb(255, 255, 255);*/
		font-weight: bold;
		font-style: normal;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 0.1em;
	}
#CD_tracklist{
	/*color: rgb(255, 255, 255);*/
	color: black;
	font-size: 40px;
	white-space: nowrap;
	line-height: 1.5em;
	list-style: none;
	padding: 0;
}
	#CD_tracklist li {
		padding-left: 400px;
	}
		#CD_tracklist li .title{
			font-weight: bold;
			margin-right: 5px;
		}
		#CD_tracklist li a{
			text-decoration: none;
			
		}
			#CD_tracklist .time{
				margin-right: 5px;
			}
			#CD_tracklist .name{
				font-style: italic;
			}
		#CD_tracklist li.add{
			margin-top: 30px;
			margin-bottom: 30px;
		}

		#CD_tracklist li.add ul{
			list-style: none;
		}

		#CD_tracklist li.add ul li{
			padding-left: 0;
			margin-left: 0;

			font-size: 30px;
			line-height: 1.5em;
		}
		#CD_tracklist li.add ul li .title{
			font-weight: bold;
		}


#stage_VINYL_tracklist {
	position: relative;
}
#stage_VINYL_tracklist header{
	position: absolute;
	left: 50%;
	width: 50%;
	color: black;
	text-align: center;
}
	#stage_VINYL_tracklist header h1{
		font-weight: 100;
		font-style: italic;
		font-size: 120px;
		line-height: 1;
	}
	#stage_VINYL_tracklist header p{
		font-weight: bold;
		font-style: normal;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 0.1em;
	}
#VINYL_tracklist{
	/*color: rgb(255, 255, 255);*/
	color: black;
	font-size: 40px;
	white-space: nowrap;
	line-height: 1.5em;
	list-style: none;
	text-align: center;
	width: 50%;
	position: relative;
}
	#VINYL_tracklist li:first-child {
		margin-bottom: 40px;
	}
		#VINYL_tracklist li .ab{
			font-weight: bold;
			margin-right: 5px;
		}
		#VINYL_tracklist li .title{
			font-weight: bold;
			margin-right: 5px;
		}
			#VINYL_tracklist .time{
				margin-right: 5px;
			}
			#VINYL_tracklist .name{
				font-style: italic;
			}
		#VINYL_tracklist li.add{
			margin-top: 30px;
			margin-bottom: 30px;
		}

		#VINYL_tracklist li.add ul{
			list-style: none;
		}

		#VINYL_tracklist li.add ul li{
			padding-left: 0;
			margin-left: 0;

			font-size: 30px;
			line-height: 1.5em;
		}
		#VINYL_tracklist li.add ul li .title{
			font-weight: bold;
		}


#stage_text {
	width: 90%;
	margin: 0 auto;
}
#stage_text .notes{
	width: 100%;
	position: absolute;
	bottom: 55%;
}
	#stage_text .notes h1{
		margin-bottom: 20px;
	}
			#stage_text .note{
				-webkit-column-count: 4;
				-moz-column-count: 4;
				column-count: 4;

				-webkit-column-gap: 20px; 
				-moz-column-gap: 20px;  
				column-gap: 20px;

				text-align: justify;
				padding-bottom: 20px;
				line-height: 1.5;
				font-size: 12px;
				font-weight: bold;
			}
			 #stage_text .note.jpn{
			}

			 #stage_text .note strong{
			 	font-weight: bold;
				-webkit-column-break-inside: avoid;
				-moz-column-break-inside: avoid;;
			}
			 #stage_text .note.jpn p{
			 	margin-bottom: 10px;
			}
			 #stage_text .note p{
			 	margin-bottom: 5px;
			}

	#stage_text .comment{
		width: 100%;
		position: absolute;
		top: 45%;
	}
		#stage_text .comment ul li.title{
			font-size: 30px;
			line-height: 1;
			font-weight: 100;
			font-style: italic;
			margin-bottom: 15px;
			-webkit-column-break-inside: avoid;
			-moz-column-break-inside: avoid;
		}
		#stage_text .comment h1.title{
			font-size: 30px;
			line-height: 1;
			font-weight: 100;
			font-style: italic;
			margin-bottom: 15px;
			-webkit-column-break-inside: avoid;
			-moz-column-break-inside: avoid;
			position: absolute;
			bottom: 0;
			right: 0;
		}
			#stage_text .comment .order{
				font-size: 12px;
				font-weight: normal;
				font-style: normal;
				padding-top: 5px;
			}
			#stage_text .comment ul{
				-webkit-column-count: 4;
				-moz-column-count: 4;
				column-count: 4;

				-webkit-column-gap: 20px; 
				-moz-column-gap: 20px;  
				column-gap: 20px;

				text-align: justify;
				padding-top: 10px;
				line-height: 1.35;
				font-size: 12px;


			}
			#stage_text .comment ul li{
				-webkit-column-break-inside: avoid;
				-moz-column-break-inside: avoid;
				break-inside: avoid-column;
				margin-bottom: 10px;
			}

			#stage_text .comment ul li strong{
				font-weight: bold;
			}
/* copyright ------------------------------------------------------------------------------------ */
#stage_copyright {
	opacity: 1;
	height: 100%;
	width: 100%;
}
	#stage_copyright header{
		position: absolute;
		height: 50%;
		/*height: 100%;*/
		width: 100%;
		color: black;
	}
		#stage_copyright header time{
			font-style: italic;
			font-weight: 100;
			/*font-size: 60px; !soon */
			font-size: 80px;
			top: 50%;
			margin-top: -0.5em;
			/*margin-top: -55px;*/
			position: absolute;
			text-align: center;
			width: 100%;
		}
	#stage_copyright div.buy{
		width: 100%;
		color: black;
		margin: 0 auto;
		width: 860px;
		z-index: 10;
		position: relative;
	}
			#stage_copyright p.lead{
				font-size: 14px;
				font-weight: 200;
				font-style: italic;
				margin-bottom: 10px;
				margin: 0 auto 10px;
				width: 570px; /* delete if 3 */
			}
			#stage_copyright ul.button{
				color: black;
				display: -webkit-box;
				display: -moz-box;
				display: box;
				margin-bottom: 40px;
				margin: 0 auto 40px;
				width: 570px; /* delete if 3 */
			}
				#stage_copyright ul.button li{
					margin-right: 10px;
				}
				#stage_copyright ul.button li:last-child{
					margin-right: 0px;
				}
				#stage_copyright ul.button li a{
					color: #fff;
					font-weight: 100;
					text-decoration: none;
					display: block;
					background: #000;
					width: 280px;
					padding: 20px 0;
					font-size: 25px;
					text-align: center;
				}
				#stage_copyright ul.button li a.notavailable{
					text-decoration: line-through;
				}
				#stage_copyright ul.button li a:hover{
					background: rgb(245, 246, 247);
					color: #000;
					/*box-shadow: 0 0 200px 0 rgba(0, 0, 0, .2);*/
				}
			#stage_copyright p.disk{
				text-align: center;
			}
	#stage_copyright footer{
		position: absolute;
		height: 50%;
		top: 50%;
		width: 100%;
		color: black;
		vertical-align: middle;
		text-align: center;
	}
		#stage_copyright footer h1{
			margin-bottom: 10px;
		}
		#stage_copyright footer .body{
			font-size: 13px;
			line-height: 19px;
			font-weight: normal;
		}

/* index ------------------------------------------------------------------------------------ */
#index{
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 807;
	/*background: rgba(0, 0, 0, 0.25);*/
	width: 777px;
}
	#indnex h1{
		display: inline;
	}
	#index .player{
		width: 483px;
		background: rgba(0, 0, 0, 0.8);
		margin-bottom: 1px;
		text-align: center;
		height: 30px;
		/*height: 346px;*/
		overflow: hidden;
	}
		#index .player h1{
			height: 30px;
			line-height: 30px;
			font-size: 12px;
			color: white;
			font-weight: 100;
		}
		#index .player object,
		#index .player embed{
			margin: 0 2px 8px;
		}

	#index ul {
	}
	#index ul li{
		float: left;
		width: 111px;
		text-align: center;
	}

	#index ul li a{
		color: white;
		font-size: 12px;
		text-decoration: none;
		line-height: 25px;
		background: rgba(0, 0, 0, 0.8);;
		width: 110px;
		display: block;
	}

	#index .player,
	#index ul li a{
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-ms-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
	#index.delayed  .player,
	#index.delayed  ul li a{
		background: rgba(0, 0, 0, 0.05);
	}
	#index:hover .player,
	#index:hover ul li a{
		background: rgba(0, 0, 0, 0.2);
	}
	#index:hover .player:hover,
	#index:hover ul li a:hover{
		background: rgba(0, 0, 0, 1);
	}


/* pagenate ------------------------------------------------------------------------------------ */
#pagenate{
	position: fixed;
	top: 50%;
	right: 40px;
	margin-top: -120px;
	z-index: 807;
}

#social{
	font-style: italic;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 808;
}
	#social ul {
		list-style: none;
	}
	#social ul li{
		float: left;
		/*background: #fff;*/
		/*padding: 4px 10px;*/
		margin-left: 5px;
	}

#powerTip p{
	font-size: 14px;
	margin-bottom: 10px;
}
	#stage_description.jpn #powerTip p{
		font-size: 12px;
	}

#powerTip h1{
	font-weight: 100;
	font-style: italic;
	font-size: 40px;
	letter-spacing: .05em;
}

#powerTip p{
	letter-spacing: .05em;
}
#powerTip p a{
	background: white;
	color: black;
	text-decoration: none;
	font-weight: bold;
}


.bind_profiles{
	background: black;
	color: white;
	padding: 0 4px;
}
.tooltip_body{
	display: none;
}
