ul#cmt span {
	font-size: 20px;
}

img#img {
	vertical-align: middle;
}
@media screen and (max-width: 360px) {
	#bgimg {
		background-image: url('../img/Ehou-direction.png');
		background-size: cover;
		width: 328px;
		height: 305px;
		line-height: 305px;
		text-align: center;
	}
	img#img {
		zoom: 1.2;
	}
}
@media screen and (min-width: 361px) and (max-width: 520px) {
	#bgimg {
		background-image: url('../img/Ehou-direction.png');
		background-size: cover;
		width: 398px;
		height: 371px;
		line-height: 371px;
		text-align: center;
	}
	img#img {
		zoom: 1.4;
	}
}
@media screen and (min-width: 521px) {
	#bgimg {
		background-image: url('../img/Ehou-direction.png');
		width: 468px;
		height: 436px;
		line-height: 436px;
		text-align: center;
	}
	img#img {
		zoom: 1.7;
	}
}
