@charset "UTF-8";

.news_ttl-music {
	text-align: center;
}
.news_ttl-music span {
	font-size: 0.7rem;
	font-weight: normal;
}
.music_cover {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.music_cover img {
	width: 100%;
	display: block;
}

.list-track {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-track li {
	margin-bottom: 10px;
}

/* --------------------------------------
   　PC style
-------------------------------------- */
@media screen and (min-width: 1200px) {
	.news_ttl-music span {
		font-size: 1.2rem;
	}
	.music_cover {
		width: 60%;
	}

}


