@charset "utf-8";
/* CSS Document */

h3 { text-align: center; font-size: 25px; line-height: 1.2; margin-bottom: 10px; }
h3 span { font-size: 16px; }

.song { display: flex; align-items: center; margin-bottom: 80px; }
.song iframe { border: 1px solid #007440; }
.song dt { margin-right: 15px; }

.lyri { text-align: center; padding-top: 8px; }
.lyri a { padding: 5px 15px; background: #007440; border-radius: 10px; }

.fra { border: 1px solid #007440; box-sizing: border-box; }
#cboxContent{
		position:relative;
		z-index:9999;
}
/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
ლ(╹◡╹ლ) 
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media screen and (max-width: 720px) {
	
	.song { flex-wrap: wrap; }
	iframe { max-width: 100%; height: auto; width /***/:auto; margin: 0 auto; }
	.song dt { margin: 0 0 10px; width: 100%; text-align: center; }
	.song dd { width: 100%; text-align: center; }
	
	h2 { width: 100%; height: auto; padding-bottom: 10.41666%; background-size: contain; }
}