
#content-main td.content-button a  {
   margin:5px;
}


#content-main .content-button a.button2 {
	background: #5f5f5f url(/images/common/arrow01.svg)  no-repeat 190px center;
	color: #fff;
	width:210px;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	border-radius: 5px;
}
#content-main .content-button a.button2:hover{
	transition: 0.3s;
	background: #3c3c3c url(/images/common/arrow01.svg)  no-repeat 193px center;
}
#content-main td.lyrics{
	font-size: 80%;
	text-align: left;
	padding: 20px;
}