<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../css/base.css);

h2 {
	background: url(img/title.jpg) no-repeat;
	width: 960px;
	height: 189px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#suikinkutsu_image {
	background: url(img/image.jpg) no-repeat;
	width: 655px;
	height: 454px;
	text-indent: -9999px;
	margin-bottom: 25px;
}

#suikinkutsu_listen {
	width: 655px;
	height: 33px;
	margin: 20px 0 35px;
	text-align: center;
}


@media only screen and (max-width: 639px) {

h2 {
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 19.6875%;
	margin-bottom: 20px;
}

#suikinkutsu_image {
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 69.31297709923663%;
	margin-bottom: 15px;
}

#suikinkutsu_listen {
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
}

}</pre></body></html>