
#content-main table tr td dl dd {
    background: url(/images/common/depth02.png)0 10px no-repeat;
    padding-left: 0.5em;
}

#content-main .content-button {
	margin-top: 10px;
}
#content-main .content-button a{
	background: #FF4D00 url(/images/common/arrow01.svg)  no-repeat 190px center;
	color: #fff;
	width:210px;
	display: block;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	border-radius: 5px;
}
#content-main td.content-button a{
	display: inline-block;
}
#content-main .content-button a:hover{
	transition: 0.3s;
	background: #e54500 url(/images/common/arrow01.svg)  no-repeat 193px center;
}

img.song-img{
padding: 20px 50px 0 50px;
margin-bottom: 30px;

}
.song p{
	width: 264px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-size: 85%;

} 

#content-main div.song-text{
	padding: 30px;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    margin-top: 20px;
}
#content-main table tr ul.depth01 li {
    background: url(/images/common/depth01.png)0 10px no-repeat;
    padding-left: 0.5em;
	text-align:left;
}