* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	display: grid;
	place-items: center;
	min-height: 100vh;
}

#content {
	position: relative;
	margin: 10px auto;
	width:600px; 
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 0 20px;
	text-align: center
}

#header {
	z-index: 10;
	vertical-align: bottom;
	margin: 10px auto 0;
	height: 30px;
	background-color: #000;
	width: 400px;
	color: #fff
}

#title {
	text-shadow: #FF7F24 1px 1px 5px,#FFD700 -1px -1px 10px;
	line-height: 30px;
	font-size: 1.3em; 
	font-family: Meiryo;
	margin: auto
}

img.change {
	opacity: 0.1
}

.shadow {
	box-shadow: black 0px 0px 20px;
	-moz-box-shadow: black 0px 0px 20px;
	-webkit-box-shadow: black 0px 0px 20px;
}

#audio {
	display: block;
	width: 400px; 
	max-height: 30px;
	margin: 0 auto;
	padding: 0;
}

#cover {
	margin: auto; 
	width:400px; 
	height: 400px;
}

#bar {
	color: #00E5EE;
	margin: 0px auto; 
	background-color: #000; 
	width: 400px;
}

#time {
	width: 100px;
	text-align: center
}

#about {
	margin: 0 3px 0 10px;
	cursor: pointer;
}

@font-face {
    font-family: "Digital Readout Thick";
    src: url("digital.ttf");
}

span.vol {
	padding: 0 5px;
	cursor: pointer;
}

#mode, #list, #re {
	cursor: pointer;
}

#list, #re, #mode {
	color: #007B7F;
	margin: 0 2px;
}

#vol {
	width: 20px;
	text-align: center;
}

#volume {
	display: inline-block; 
	margin: 0 5px;	
}
    
#time, #vol, #mode, #about, #volume span, #list, #re {
	display: inline-block; 
	vertical-align: middle; 
	font-family: "Digital Readout Thick", serif;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-shadow: #00F5FF 0px 0px 10px
}

#pause {
	position: absolute;
	opacity: 0.5;
	z-index: 5;
	left: 100px;
	width: 400px;
	height: 400px;
	display: none;
	margin: 0;
	padding: 0;
	background-color: #000;
}

#song, #info {
	position: absolute;
	opacity: 0.8;
	overflow: auto;
	overflow-x: hidden;
	left: 100px;
	display: none;
	margin: 0;
	background-color: #000;
}

#song {
	z-index: 20;
	height: 380px;
	width: 370px;
	font-family: Meiryo;
	padding: 10px 0 10px 30px;
}

#song li{
	color: #fff;
	margin: 2px 10px;
	padding: 2px 0px;
	text-align: left;
}

#song li a {
	text-decoration: none;
}

#song li a:link {
	color: #fff;
	text-shadow: #00F5FF 0px 0px 10px
}

#song li a:hover {
	color: #00E5EE;
}

#info {
	z-index: 30;
	color: #fff;
	text-align: left;
	height: 380px;
	width: 380px;
	padding: 10px;
}

#info h3 {
	text-align: center;
}

#info ul {
	margin: 10px 20px;
	outline-offset: 6px;
	outline: 2px solid blue
}

#bug {
display: block;
padding: 15px;
}

#me {
font-size: 1.3em;
color: #fff;
text-decoration: none;
text-shadow: #0ff 0px 0px 10px
}

#quicktime {
color: #fff;
}

#pause img {
margin: auto;
margin-top: 150px;
}

#wave {
	position: relative;
	display: inline-block;
	top: 3px;
	margin: 0 4px;
}

#cc {
text-align: center;
}
