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


	/* 外枠でflexを使ってるので、1ページはfloatで並べる */
	.song{
		width:585px;
		margin:0px;
		display: block;
	}

    .song h2{	
		margin-bottom: 20px;
    }
    
.song iframe{
	margin:0px 0;
}
	.song:after{
		height:0;
		overflow:hidden;
		content:"";
		clear:both;
	}
		
		
.song h3{
	float:right;
}	

	