@charset "utf-8";

/* CSS Document */

.music_box {
	display: block;
	width: 700px;
}

.track {
	
}

.comment {
	height: 210px;
	border: 1px solid #fff;
	margin-top: 30px;
	padding: 20px;
}

.left_txt {
	float: left;
	max-width: 420px;
}

.right_img {
	float: right;
}
.right_img img {
	width: 275px;
}
.right_img p {
	padding: 8px 0 16px;
}

.track_title {
	color: #bbec20;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

.vocal {
	color: #bbec20;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sale_date {
	font-weight: bold;
	margin-bottom: 20px;
}

.price {
	line-height: 1.7em;
}

.subtitle {
	color: #bbec20;
	font-size: 18px;
	font-weight: bold;
}

.artist_comment {
	margin-top: 15px;
	line-height: 1.7em;
}

.sign {
	margin-top: 20px;
}

.artist_img {
	margin-top: 3px;
}

.music_hr {
	margin: 40px 0;
}