@charset "UTF-8";
/*SONGS
-----------------------------*/
#main{
/*	background: #000000 url(../img/bg.jpg) no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;*/
}
#sub{
	background: #000000;
}
.list{
	margin-bottom: 50px;

}
.sttl{
	font-weight:lighter;
	color: #ce0066;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 20px;
}
.d_ph img{
	width:80%;
	margin:0 auto 15px auto;
}
.d_name{
	display: block;
	font-size: 23rpx;
	font-size: 2.3rem;
	color: #FFFFFF;
}
.d_pro{
	margin-top: 30px;
}
.d_ttl{
	display: inline-block;
	background:#ce0066;
	color: #FFFFFF;
	padding: 0 3px;
	margin-bottom: 15px;
}
.proTxt{
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 15px;
	display: block;
}
.aboutTxt{
	margin-bottom: 15px !important;
}
.releaseTxt{
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}
.releaseTxt p{
}
.releaseTxt img{
	width: 50% !important;
	height: auto;
	margin: 0 auto 15px auto!important;
}
.releaseTxt .sttl{
	display: inline-block;
	margin-top: 15px;
	font-size: 24px;
	font-size: 2.4rem;

}
.d_ph a{
	color: #ce0066;
	text-decoration: none;
}
.charaTtl{
X	padding: 20px 0 20px 50px;
	display: block;
	position: relative;
}
.current.charaTtl{
	color:#ce0066;
}
/*
.charaTtl::before{
	position: absolute;
	left: 20px;
	top: 50%;
	content: "";
	background-position: center;	
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0,-50%) rotate(135deg);
}

.current.charaTtl::before{
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0,-50%) rotate(-45deg);
}*/
.cmtBox{
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}
.cmtBox dt{
	color:#ce0066;
	margin-bottom: 15px;
}
.cmtBox dd{
	font-size: 12px;
	font-size: 1.2rem;
}

.songLink{
	font-size: 12px;
	font-size: 1.2rem;
}
.songLink{
	margin-bottom: 10px;
	display: inline-block;
}
.songLink a,
.d_ph a{
	color: #ce0066;
	text-decoration: underline;
}


