@media only screen and (min-width: 561px) {
#songwrap {
	margin:30px auto;
	width:580px;
}
}

@media only screen and (max-width: 560px) {
#songwrap {
	margin:10px auto;
	width:95%;
}
)

.music {
margin:10px auto;
width:auto;}
}

#lineTabs {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style:none;
	margin:0px auto;
	padding:0px;
	text-align:center;
}
#lineTabs li {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	overflow:visible;
	text-align:center;
	width:80px;
}

#songcontent {
	background-color:#E6F2FF;
	border:1px solid #4c9ac3;
	display:block;
	float:left;
	clear:left;
	height:auto;
	margin-top:30px;
	padding:10px;
	position:relative;
	text-align:justify;
	width:100%;
}
/*
#songcontent .box {
	background:white;
	display:none;
	height:auto;
	float:left;
	clear:both;
	left:0px;
	margin:0px;
	padding:0px;
	position:static;
	top:0px;
	width:100%;
	line-height: 1.8em;
	font-size: 14px;
}
*/

#songcontent .box {
	background:white;
	display:none;
	height:auto;
	float:left;
	clear:both;
	position:static;
	width:100%;
	line-height: 1.8em;
	font-size: 14px;
	text-align: center;
}
.box_content {padding:5px; border:#A8D1FF 1px solid; background-color:#E6F2FF; margin: 20px;}
.box_txt_wrap {display: flex; justify-content: center; align-items: center; flex-direction: column;}
.box_txt {text-align: left;}
#songcontent iframe {margin-bottom: 20px;}

#songcontent H2 {font-size: 1.4em; line-height: 1.2em;}
#songcontent H3 {font-size: 1.3em; line-height: 1em;}
.songcomment {background-color:#FFFFFF; text-align:justify; font-size:10px; padding:10px;}

.slist IMG {margin:5px;}