

ul {
	list-style: none;
	padding: 0;
}

.song_img li {
	width: 48%;
	vertical-align: top;
	display: inline-block;
}

h3 {
	border-bottom: 1px solid #333;
}

br.u-view-upper-tb {
	display: block;
}
@media screen and (max-width: 767px) {
	br.u-view-upper-tb {
	display: none;
}} 
 
.song_img{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 767px){
	.song_img li:nth-child(n+3){
		margin-top: 30px;
	}
}
@media screen and (max-width: 766px){
	.song_img li:nth-child(n+3){
		margin-top: 10px;
		width: 49%;
	}
}