html {
  overflow: hidden; 
} 

h1{
  font-family: Verdana;
  font-weight: normal;
  font-size: large;
}

h2{
  font-family: Verdana;
  font-size: medium;
}

h3{
  font-weight: normal;
  font-size: x-large;
  color: #8e5ff1;
  margin: 0;
  padding: 0;
}

h4{
  font-family: Verdana;
  font-weight: normal;
}

#loader{
	margin:0;
	width: 80px;
	height: 80px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -40px;       /* heightの半分のマイナス値 */
	margin-left: -40px;      /* widthの半分のマイナス値 */
	z-index: 10;             /* #fadeより多い値を入れて下さい */
}

#fade{
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;              /* #loaderより少ない値を入れて下さい */
}

#header {
	width: 100%;
    height: 100vh;
	background: url("../pic/header.jpg"); /*no-repeat fixed;*/
	background-color: #464646;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	position: relative;
}

#logo {
	position: absolute;
	width: 100%;
	bottom: 7%;

}

body {
	margin: 0;
	font-family:"メイリオ";
	overflow: auto;
	height: 100vh;
	/*background-color:#D121A8;*/
	/*背景を画像にする場合の処理*/
	background-image: url("../pic/back.jpg");
	background-size: 50%;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
  	overflow-x: hidden;  /*  横スクロールバーを消します。 */            
}

#main {
	/*margin: 0;*/
	background-color:#FFFFFF;
	width:960px;
	height: 2210px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#Overview {
	margin:0px;
	width:800px;
	height:175px;
	/*border: 2px solid black; */
	margin-left:auto;
	margin-right:auto;
	/*margin-top:10px;*/
	padding-top: 45px;
}

#heading{
	font-weight:bold;
	font-size: large;
}

#heading2{
	font-weight:bold;
	font-size: large;
}

#heading3{
	font-weight:bold;
	font-size: large;
}

#heading4{
	font-weight:bold;
	font-size: large;
}

#track{
	margin-top:30px;
	border-top: 1px #D121A8 solid;
	width:800px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

#info{
	padding-top:15px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#info2{
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:10px;
}

#info3{
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:5px;
}

#info4{
	margin-top:10px;
	margin-bottom:20px;
}

#cdLeft{
	float : left ;
	width:320px;
	height:320px;
	background-image: url("../pic/CD.jpg");
	background-repeat: no-repeat;
	background-size:100%;
	margin-left:50px;
	margin-right:auto;
	margin-top:30px;
	padding-top: 5px;
}

#cdinfo{
	float : left ;
	margin-left:80px;
	margin-top:335px;
}

#cdRight{
	float : left ;
	width:350px;
	height:500px;
	margin-left:50px;
	margin-right:auto;
	margin-top:5px;
	padding-top: 5px;
	text-align: left;
}

#startButton {
	float : right ;
	margin-top:auto;
	margin-bottom:auto;
}

#profile{
	margin:0;
	width:800px;
	height:650px;
	border-top: 1px #D121A8 solid;
	border-bottom: 1px #D121A8 solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	padding-top: 15px;
}
#profil{
	float : none;
	text-align:center;
}

#name{
	float : left ;
	width:380px;
	height:500px;
	text-align: left;
	
}

#interview {
	width:800px;
	height:170px;
	border-top: 1px #D121A8 solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	padding-top: 5px;
}

#pic{
	float : left ;
	width:250px;
	height:400px;
	background-image: url("../pic/profil.jpg");
	background-repeat: no-repeat;
	background-size:100%;
	margin-left:80px;
	margin-right:80px;
	margin-top:auto;
	margin-bottom:auto;
	padding-top: 5px;

}

#free {
	width:800px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}

/*曲リストCSS*/
table.type {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	border-top: 1px solid #ccc;
	font-weight:normal;
}
table.type th {
	width: 450px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:normal;
}
table.type td {
	width: 100px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	height:30px;
	padding-bottom: 5px;
	font-weight:normal;
	text-align: right;

}

.audiojs audio {
}
/*　プレイヤー（再生バー）　*/
.audiojs {
float : right ;
width: 45px;
height: 30px;
background: none;
overflow: hidden;
font-family: monospace;
font-size: 12px; 
-webkit-box-shadow: none;
-moz-box-shadow: none; 
-o-box-shadow: none;
box-shadow: none;
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
width: 28px;
height: 28px;
padding: 0;
margin: 0;
float: right;
overflow: hidden;
border: 1px solid #BDBDBD; 
border-radius: 15px;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
display: none;
width: 28px;
height: 28px;
margin: 0px;
cursor: pointer;
}
.audiojs .play {
display: block;
}
/*　進行状態・ロードの状態を表示する部分（薄いグレー）　*/
.audiojs .scrubber {
position: relative;
display: none;
float: left;
width: 30px;
background: #CCC;
height: 4px;
margin: 0px 0 0 0px;
border-top: 0;
border-left: 0px;
border-bottom: 0px;
overflow: hidden;
}
/*　進行状態を表示するバーの部分(再生ボタンより少し暗い青)　*/
.audiojs .progress {
position: absolute;
display: none;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #698D9C; 
z-index: 1; 
}
/* ロード状態を表示するバーの部分（薄いグレー） */
.audiojs .loaded {
position: absolute;
display: none;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #CCC; 
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
float: left;
height: 30px;
line-height: 30px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-left: none;
color: #666;
text-shadow: none;
display: none;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
padding: 0px 2px 0px 0px;
color: #666;
font-style: normal;
display: none;
}
/*　時間　/の部分　*/
.audiojs .time strong {
padding: 0px 0px 0px 0px;
font-weight: normal;
display: none;
}
.audiojs .error-message {
float: left;
display: none;
margin: 0px 0px;
height: 28px;
width: 200px;
overflow: hidden;
line-height: 28px;
white-space: nowrap;
color: #fff; 
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
color: #eee;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #999;

}
/*　再生ボタン　*/
.audiojs .play {
background: url("../pic/play.png") center center no-repeat;
margin-left: 1.45px;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　エラーボタン　*/
.audiojs .error {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
background: url("../pic/pause.png") center center no-repeat;
}
.playing .play, .playing .loading, .playing .error {
display: none;
}
.playing .pause {
display: block;
}
.loading .play, .loading .pause, .loading .error {
display: none;
}
.loading .loading {
display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
display: none;
}
.error .error {
display: block;
}
.error .play-pause p {
cursor: auto;
}
.error .error-message {
display: block;
}
/*　再生している曲の情報　*/
.track-details {
display: none;
clear: both;
height: 28px;
width: 200px;
padding: 0px 0px;
background: #FFF;
color: #3A3A3A;
font-size: 10px;
line-height: 28px;
}
.track-details:before {
content: '♬ Now Playing: ';
}

/*モーダル表示周り*/
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
	width:60vh;
	height:80vh;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
	background:#fff;
}

.modal-content p {
    margin:0;
	padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
	text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
	text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

.modalimg{
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
	float: right;
	overflow: hidden;
	border: 1px solid #BDBDBD; 
	border-radius: 15px;
}

.close{
	text-align: center;
	padding-top: auto; 
}
