@charset "utf-8";
/* CSS Document */




.disco_container  {
	width:600px;
	display:block;
}

.disco_container dl dt {
	margin-top: 0px;
	float:left;
}


#glayLayer  {
	display:none;	
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	z-index:20;
}

* html #glayLayer  {
	position:absolute;
}


#overLayer  {
	display:none;
	position:absolute;
	top:125px;
	left:50%;
	width:480px;
	background:black;
	padding:10px;
	z-index:21;
	
	
}

* html #overLayer  {
	position:absolute;
}

#overLayer img.close  {
	position:absolute;
	top:-10px;
	left:490px;
	cursor:pointer;
	z-index:22;
}



	

.single  {
	margin:30px;
	box-shadow: 0px 0px 0px #999;

}


dt  {
	margin:7px;
	cursor:pointer;
}



.disco_container .Title  {
	width:100%;
	float: left;
	margin: 0px;
	margin-left: 30px;
}

.disco_container .Label  {
	width:100%;
	float:left;
	margin: 10px;
}

#itunes {
	display: block;
	float:right;
	width:200px;
	margin-top:35px;
}

#itunes .Label  {
	width:100%;
	height:20px;
	margin-bottom:1px;
	margin-top:1px;
}



.detail img {
	margin: 5px;
	border-width:10px;
	border-color:#000;
}


.detail p {
	font-size:18px;
}






.d_single   {
	margin:30px;

}


.album  {
	margin:30px;

}
	
.others  {
	margin:30px;

}

.dvd  {
	margin:30px;

}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

#overLayer  {
	
	left:450px;

	
}



}
