body{
	background-color: black;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	position: relative;
}

h1{
	color: white;
	font-size: 12pt;
}


#player {
	/*width:100%;*/
	/*float: right;*/
}


#navi{
	/*position:absolute;*/
	position: fixed;
	width:100%;
	z-index:85;
}
#naviFade{
	border-bottom:1px solid #999999;
	width: 100%;
	background-color:rgba(0,0,0,0.5);
	height:50px;
	z-index:70;
	position: relative；
	/*z-index　はposition: relativeがないと機能しないらしい*/

}
#logo {
	position: fixed;
	top:0px;
	left:0px;
	z-index:100;
	/*background: rgba(0,0,0,0.1);*/
}
#logo h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top: 5px;
	margin-left:10px;
	text-indent: -99999px;
	background: url(../imgs/TokyoJukeTV1.png);
	/*background: url(../imgs/TTlogo1.png);*/
	width: 270px;
	height:38px;
}
#menu{
	float: left;
	margin-left: 250px;
	z-index:90;
	position: relative；
	/*z-index　はposition: relativeがないと機能しないらしい*/

}
#menu li{
	float: left;
	margin: 0px 8px 0px 10px;
	font-size:12px;
	letter-spacing:1px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	z-index:80;
}
#menu li a{
	text-decoration: none;
	color: #999999;

}
#underInfo{
	position: fixed; bottom:80px; right:20px; left:20px;
	z-index:30;
}
#songInfo2{
	font-family:Arial, Helvetica, sans-serif;
	/*position:absolute; bottom:80px;*/
	z-index:80;
	float:left;
	position: fixed; bottom:80px; right:20px; left:20px;
}
#infoArea2{
	display: none;
	/*background: rgba(0,0,0,0.6);*/
	/*position: absolute; left:400px;	bottom:80px;*/
	float: right;
	width:510px;
	text-align: left;
	padding: 10px;
	z-index:70;
	margin-left: 20px;
}
#infoArea{
	display: none;
	/*background: rgba(0,0,0,0.6);*/
	position: fixed; bottom:80px; right:50px;
	/*height: 80%;*/
	width:520px;
	text-align: left;
	z-index:70;	
}
#songInfo{
	margin-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	/*float: left;*/
	/*height: 100px;*/
	position:fixed; bottom:90px; left:0px;
	z-index:80;
}
#yearArea{
	display:none;
	width : 100%;
	/*height:100px;*/
	/*top:50%;*/
	top: 50px;
	/*margin-top:-50px;*/
	background: rgba(0,0,0,0.7);
	position:fixed;
	padding:30px 30px 50px 30px;	
	z-index:90;
}
#yearArea p{
	font-size:36px;
	/*font-family: 'Fjalla One', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	/*width: 100px;*/
	/*margin-right:20px;*/
	margin:10px 0px 10px 0px;;
	float:left;
	padding:10px 20px 10px 20px;
	width:70px;
}
#yearArea a{
	color:white;
	text-decoration: none;
}
#yearArea p:hover{
	background-color:#333;
	/*border:solid 0.5px #999;*/
}
.artistAreaTitle{
	font-family: 'Abel', sans-serif;
	color: #666;
	font-size: 36px;
	position: fixed;
	top:10px;
	padding-top:20px;
	padding-left: 30px;
	padding-bottom: 20px;
	background-color: black;
	width: 100%;
	z-index: 95;
}
#artistArea{
	display:none;
	width : 100%;
	/*height:100px;*/
	/*top:50%;*/
	/*margin-top:-50px;*/
	background: rgba(0,0,0,0.9);
	position:absolute;
	top:120px;
	padding:10px 30px 50px 30px;	
	z-index:80;
}
#artistArea p{
	font-size:２０px;
	/*font-family: 'Fjalla One', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	/*width: 100px;*/
	/*margin-right:20px;*/
	margin:15px 0px 20px 0px;;
	float:left;
	padding:15px 20px 15px 20px;
	width:170px;
	height: 170px;
}
#artistArea img{
	width: 170px;
	opacity:0.7;
}
#artistArea a{
	color:white;
	text-decoration: none;
}
#artistArea p:hover{
	background-color:#333;
	/*border:solid 0.5px #999;*/
}

#getList{
	position: fixed;
	top: 52px;
	right: 0px;
	background:rgba(0,0,0,0.8);
	color:#999999;	
	width: 100px;
	text-align: center;
	padding: 15px 5px 15px 5px;
	z-index: 98;
	font-size: 14px;
	/*border: 1px solid #333;*/
}
#getList :hover{
	background-color:rgba(255,255,255,0.2);
}
#closeList{
	padding: 3px 3px 3px 3px;
	color:#999999;
	border: 1px solid #333;
	margin-left: 10px;
	margin-right:5px;
	float:right;
	width: 15px;
	font-size: 10px;
	display: none;
	top: 62px;
	right: 5px;
	z-index: 99;
	position: fixed;
	text-align: center;
}
#closeList :hover{
	background: #333333;
}

#listArea{
	display:none;
	position:absolute;
	/*position:relative;*/
	right: 0px;
	top: 95px;
	width: 250px;
	height: 500px;
	z-index: 40;
	background: black;
	padding: 0px 5px 0px 5px;
	overflow:auto;
}

.thumb{
	/*position:absolute;
	width:160px;*/
	height:130px;
	background-position: center 10px;
    /*background-size:cover;*/
    /*background-size:50% auto;*/
    /*background-size:contain;*/
    margin-top: 3px;
    margin-bottom: 10px;
}
.thumb :hover{
	background-color:rgba(255,255,255,0.1);
}

.layerTransparent{
	background-color:rgba(0,0,0,0.4);
	height:130px;
	padding-top: 20px;
}


.ListSongTitle {
	font-family: 'Abel', sans-serif;
	margin-top:5px;
	margin-left:10px;
	margin-bottom: 4px;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color:#ffffff;
}
.ListArtist {
	font-family: 'Abel', sans-serif;
	margin-left:10px;
	font-size: 14px;
	line-height: 10px;
	font-family: 'Abel', sans-serif;
	color:#ffffff;
}

#info{
	color: #ffffff;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	line-height: 1.8em;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
}
#info h2{
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right:20px;
	float: left;
}
#info a{
	text-decoration: none;
	color: white;
	float: left;
	margin-top:8px;
}
#closeInfo {
	background: white;
	width:20px;
	float: right;
	text-align: center;
}

#songFade h1{
	color: #ffffff;
	/*margin-top: 12px;*/
	letter-spacing:2px;
	text-shadow: 2px 2px 2px #000000;
	font-size: 36px;
	line-height:10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding:0px 0px 0px 0px;
}
#songFade h2{
	color: #ffffff;
	letter-spacing:2px;
	text-shadow: 2px 2px 2px #000000;
	font-size: 16px;
	line-height:10px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding:0px 0px 0px 0px;
}
#songFade h3{
	color: #ffffff;
	line-height: 0px;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#songFade h4{
	color: red;
	line-height: 2px;
	font-size:14px;	
	margin-bottom: 5px;
	margin-top: 0px;
}
#songFade a{
	color: #ffffff;
	text-decoration: none;
}

.shopIcon{
	margin-right: 5px;
	margin-top:5px;
	background: rgba(0,0,0,0.2);
	clear: left;
	border: none;
}
.shopIcon a {
	border: none;
	text-decoration: none;
}
.BTNIcon {
	width:90px;
	font-size:12px;
	border: 1px solid #666666;
	cursor: pointer;
	text-align: center;
	padding: 3px;
	margin: 3px 5px 3px 0px;
	float: left;
	background-color: #333333;
}
.BTNIcon a{
	text-decoration: none;
	color: #999999;

}
.BTNIcon a:hover{
	padding: 3px;
	background-color: #ffffff;
	color: black;
}

#controler{
	float: right;
	margin-right: 15px;
	height:40px;
	z-index:90;
	position:relative;
}
.btn{
	cursor: pointer;
}
.controll{
	width:30px;
	height:40px;
	text-indent: -99999px;
	border: none;	
	float: left;
}

.play{
	background: url(../imgs/play.png);
}
.next{
	background: url(../imgs/next1.png);
	margin-left: 10px;
} 
.skip10 {
	background: url(../imgs/next10.png);
	float: left;
	height:40px;
	margin-left: 10px;
}
/*デバイスの横幅が979px以下の場合*/
@media only screen and (max-width: 980px) {
	.next{
		background: url(../imgs/nextB.png);
		width:44px;
		height:44px;
		margin-left: 20px;
	} 
} 
/*　スマホのみ indexSP.html*/
.nextB{
	background: url(../imgs/nextBig.png);
	width:100px;
	height:100px;
	margin-left: 20px;
	float:right;
} 
/*　スマホのみ indexSP.html　ここまで*/
.pause{
	background: url(../imgs/pause.png);
}
#showInfo{
	width: 100px;
	float: left;
	height: 40px;
	text-align: center;
	padding: 15px 20px 0px 0px;
	font-size: 12px;
	letter-spacing: 2px;
}
#showInfo a{
	color:white;
	text-decoration: none;
}

/* PC用 */
#menuSNS{
	float: right;
}
iframe.twitter-share-button{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	padding-right: 0px;
	width: 85px!important;
}
.fb-like{
	margin-left: 0px;
	padding-left: 0px;
}

/* スマホ用 */
.underSNS{
	float:left;
	padding:50px 30px 0px 20px;
}
.underMenu{
	float: right;
}
iframe.twitter-share-button2{
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 0px;
	padding-right: 0px;
	width: 155px!important;
}
.showInfo{
	width: 100px;
	float: left;
	height: 40px;
	text-align: center;
	padding: 15px 20px 0px 0px;
	font-size: 12px;
	letter-spacing: 2px;
}
.showInfo a{
	color:white;
	text-decoration: none;
}
.showInfo2{
	float:right;
	height:100px;
	padding-top:30px;
	width: 300px;
}
.showInfo2 a{
	font-size: 22px;
}

.clear{
	clear:both;
}
#YTplayer {
	width:100%;
	margin-left:auto;
	margin-right: auto; 
	vertical-align: middle;
	z-index:20;
	position:relative;
}
#playerArea {
	width:100%;
	text-align: center;
	z-index:10;
	position:relative;
}
#player{
	position:relative;
	z-index:5;
}

/*#overlay{
	z-index:30;
	background-color: red;
	opacity: 0.5;
}*/

/*　アプリバナー */
#appStoreWindowPC {
	display:none;
	position:fixed;

	width:60%;
	height:300px;
	z-index:999;
	text-align:center;
	background-color:#000;
	border:5px solid #CCC;
}

.middle{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	height:300px;
}
.middle h4 {
	color:#fff;
	font-size:24px;
	/*margin-top:15%;*/
	margin-bottom:60px;
}

.banner{

	width:460px;
	height:80px;
	margin:0 auto;
	/*text-align:center;*/
	
}

.foriPhone {
	float:left;
	margin-right:50px;
}
.foriPhone img{
	width:200px;
	border:1px solid #fff;
}

.foriPad {
	float:left;
}

.foriPad img{
	width:200px;
	border:1px solid #fff;
}

.closeBtn{
	margin-top:20px;

	clear: both;
	dispalay:block;
}
.closeBtn a{
	font-size:24px;
	color:#fff;
	text-decoration:none;
}