#cmsong .topimg {
	margin-bottom: 3em;
}

#cmsong .topimg p {
	font-size: 0.9em;
	text-align: right;
	padding-top: 0.3em;
}

#cmsong h1 {
	color: #000;
	line-height: 1.4;
	text-align: center;
}

#cmsong .birth {
	line-height: 1.7;
	margin-bottom: 2.5em
}

#cmsong .profile img {
	height: auto;
	margin-bottom: 0.5em
}

#cmsong .profile strong {
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 0.3em;
}

#cmsong .profile p {
	padding-bottom: 2em;
}

#cmsong .sheet-music {
	text-align: center;
	margin-bottom: 2.5em
}

#cmsong button {
	display: block;
	color: #fff;
	background-color: #595757;
	line-height: 1.4;
	border: solid 1px #595757;
	border-radius: 0.5em;
	padding: 0.3em 0.3em 0.3em 1em;
	margin: 0 auto 1em;
}

#cmsong audio {
	display: block;
	margin: 0 auto 2em;
}


@media all and (min-width: 801px) {
	#cmsong .container2 {
		width: 700px;
		margin: 0 auto;
	}

	#cmsong h1 {
		font-size: 32px;
		margin-bottom: 0.8em;
	}

	#cmsong .birth {
		font-size: 17px;
		padding: 0 75px;
	}

	#cmsong .profile {
		width: 320px;
	}

	#cmsong .profile img {
		width: 170px;
	}

	#cmsong .sheet-music img {
		width: 680px;
		height: auto;
	}

	#cmsong button:hover {
		color: #000;
		background-color: #fff;
		border: solid 1px #000;
	}
}


@media all and (max-width: 800px) {
	#cmsong .container2 {
		padding: 50px 0 0;
	}

	#cmsong h1 {
		font-size: 5vw;
		margin-bottom: 0.3em;
	}

	#cmsong .profile img {
		width: 40vw;
	}
}