
/*------------------------------------------------------------

	★Ｃ９３用ページ

------------------------------------------------------------*/

#c93cd {

	position: relative;
    width: 100%;
    min-width: 1300px;
    height: 100%;
	min-height: 1839px;
    margin: 0 auto;
	z-index: -1;
	
	margin-top: 50px;

}

#c93cd img{

	position: absolute;
	left: 50%;
	margin-left: -750px;

}

#c93cd .bg{

	z-index: 0;


}


#c93goods {

	position: relative;
    width: 100%;
    min-width: 1300px;
    height: 100%;
	min-height: 1060px;
    margin: 0 auto;
	z-index: -1;
	
	margin-top: 50px;

}

#c93goods img{

	position: absolute;
	left: 50%;
	margin-left: -750px;

}

#c93goods .bg{

	z-index: 0;


}


/*------------

	トップ画像にかぶさる部分

--------------*/

@keyframes horizontal {
    0% { transform:translateX( -10px); }
  100% { transform:translateX(  0px); }
}

#c93cd .movie{

	margin-top : 70px;
	margin-left : -620px;
	z-index: 999;

}

#c93cd .caption{

	margin-top : 285px;
	margin-left : -570px;
	z-index: 4;

}

#c93cd .chr01{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.1s;

	margin-top : 90px;
	margin-left : -200px;
	z-index: 2;

}

#c93cd .chr02{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.2s;
	

	margin-top : 720px;
	margin-left : -700px;
	z-index: 2;

}

#c93cd .chr03{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.4s;

	margin-top : 940px;
	margin-left : -700px;
	z-index: 2;

}

#c93cd .chr04{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.0s;

	margin-top : 470px;
	margin-left : 432px;
	z-index: 2;

}

#c93cd .chr05{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.2s;

	margin-top : 700px;
	margin-left : 300px;
	z-index: 2;

}

#c93cd .chr06{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.4s;

	margin-top : 970px;
	margin-left : 300px;
	z-index: 2;

}

#c93cd .chr07{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.1s;

	margin-top : 1220px;
	margin-left : 400px;
	z-index: 2;

}

#c93cd .chr08{

	animation: horizontal ease-in-out infinite alternate;
	animation-duration: 1.3s;

	margin-top : 1350px;
	margin-left : 200px;
	z-index: 2;

}

#c93cd .title{

	margin-top : 1572px;
	margin-left : -406px;
	z-index: 2;

}

#c93cd .waku{

	position: absolute;

	width: 600px;
    min-width: 600px;
	min-height: 500px;
	
	background-color: rgba(50,50,50,0.9);
	
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  
    
	left: 50%;
	margin-top:  1100px;
	margin-left: -600px;
	margin-bottom:  30px;
	
	z-index: 8;

}

#c93cd .div01{

	margin-left : 25px;
	margin-top : 15px;

	color:#FFFF00;
	font-size : 25px;
	line-height : 1.8;
	letter-spacing : 0.02em;
	
}

#c93cd .div02{

	margin-left : 25px;
	margin-top : 15px;
	padding-right : 15px;

	color:#FFFFFF;
	font-size : 16px;
	line-height : 1.8;
	letter-spacing : 0.03em;
	
}

#c93cd .div03{

	margin-left : 25px;
	margin-top : 25px;
	padding-left : 35px;
	padding-right : 35px;

	color:#FFFFFF;
	font-size : 12px;
	line-height : 1.8;
	letter-spacing : 0.03em;
	
}

#c93cd a{
	color:#FFFFFF;
}

#c93cd a:HOVER{
	color:#00FFFF;
}

/*------------

	曲リスト等

--------------*/


#c93cd_list {

	position: relative;
	
    width: 1300px;
    min-width: 1300px;
    height: 1580px;
	min-height: 1580px;
    margin: 0 auto;
	background-color : #FFFFFF;
	z-index: 12;

}

#c93cd_list .title{

	position: absolute;

	left : 50%;


	font-size : 20px;
	color : #222222;
	
	top : 30px;
	margin-left: -570px;


}


#c93cd_list .waku1 {

	position: absolute;
	
	left : 50%;
	
	width: 500px;
	margin-top : 85px;
	margin-left: -600px;

}

#c93cd_list .waku2 {

	position: absolute;
	
	left : 50%;
	
	width: 500px;
	margin-top : 85px;
	margin-left: 00px;

}



#c93cd_list .waku3 {

	position: absolute;
	
	left : 50%;

	width: 400px;
	margin-top : 940px;
	margin-left: -200px;
	
}

#c93cd_list .waku2_title {

	text-align: center;
	
	font-size : 20px;
	color : #FFFFFF;
	background-color: rgba(0,128,128,1);

}

#c93cd_list .nedan {

	font-size : 35px;
	color : #FF2222;
	
	margin-left: 250px;
	margin-top: -50px;
	
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	
	z-index : 5;

}




#c93cd_list .trackno{
	
	background-color: #444444;
	
	margin-top : 15px;
	
	margin-left : 30px;
	margin-bottom : 10px;
	padding-top : 2px;
	padding-left : 10px;
	
	width: 60px;
	height: 70px;
	
	
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
    
    color:#FFFFFF;
	font-size : 40px;
	line-height : 1.8;
	letter-spacing : 0.02em;


}

#c93cd_list .trackti{

	margin-left : 100px;
	margin-top : -90px;
	margin-bottom : 35px;
	padding-top : 5px;
	padding-left : 20px;
	padding-bottom : 10px;
	width: 630px;
	
	color:#444444;
	font-size : 28px;
	line-height : 1.5;
	letter-spacing : 0.02em;

}


#c93cd_list .trackst{

	margin-left : 100px;
	margin-top : -90px;
	margin-bottom : 15px;
	padding-top : 42px;
	padding-left : 20px;
	padding-bottom : 10px;
	width: 630px;
	
	color:#999999;
	font-size : 12px;
	line-height : 1.5;
	letter-spacing : 0.0em;

}



#c93goods_list {

	position: relative;
	
    width: 1300px;
    min-width: 1300px;
    height: 730px;
	min-height: 730px;
    margin: 0 auto;
	background-color : #FFFFFF;
	z-index: 12;

}

#c93goods_list .title{

	position: absolute;

	left : 50%;


	font-size : 24px;
	color : #222222;
	
	top : 30px;
	margin-left: -360px;


}


#c93goods_list .waku1 {

	position: absolute;
	
	left : 50%;
	
	font-size : 15px;
	color : #222222;
	
	width: 680px;
	margin-top : 85px;
	margin-left: -340px;

}


#c93goods_list .waku2 {

	position: absolute;
	
	left : 50%;

	width: 400px;
	margin-top : 280px;
	margin-left: -200px;
	
}

#c93goods_list .waku2_title {

	text-align: center;
	
	font-size : 20px;
	color : #FFFFFF;
	background-color: rgba(0,128,128,1);

}


#c93goods_list .nedan {

	font-size : 35px;
	color : #FF2222;
	
	margin-left: 250px;
	margin-top: -50px;
	
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	
	z-index : 5;

}



