@charset "utf-8";

.error-text-box {
	display: block;
	margin: 12px 12px;
	padding: 12px;
	line-height: 1.2;
}
.error-text {
	font-size: 130%;
	margin-top: 12px;
}
.error-text.coming-soon {
	color: #285ca9;
}
.error-title-text, .error-artist-text {
	position: relative;
	display: block;
	font-size: 120%;
	color: #285ca9;
	padding-left: 1.3em;
	line-height: 1.2;
}
.error-title-text:before,
.error-artist-text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1.1em;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	background-size: 100% auto;
}
.error-title-text:before {
	background-image: url('/images/sp/new/icon/contents/music.png');
}
.error-artist-text:before {
	background-image: url('/images/sp/new/icon/contents/artist.png');
}
