@charset "utf-8";
.musicsection .tb {
	display: table;
	margin-top: 30px;
}
.musicsection .tb > div {
	display: table-cell;
	vertical-align: top;
}
.musicdescription {
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 16px;
}
.profile {
	width: 640px;
    margin: 30px auto 0;
    font-size: 15px;
}
.artist2area {
	margin-top: 50px;
	border-top: 2px solid #f4961d
}
.cdtitle {
	font-size: 16px;
}