<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
 @import url(../../css/common.css);
/*------------------------------------
Keisen Kindergarten about styleSheet
-------------------------------------*/
h1 img {
	width:167px;
	height:auto;
	vertical-align:top;
}
#main {
	width:100%;
}
section {
	margin-bottom:50px;
}
.voiceTxt {
	margin-top:15px;
	margin-bottom:50px;
	text-align:center;
	width:100%;
}
.voiceTxt img {
	width:100%;
	height:auto;
	max-width:578px;
}
.voiceBox {
}
.voiceBox6 {
	width:59%;
	float:left;
	text-align:left;
}
.voiceBox4 {
	width:39%;
	float:right;
	text-align:right;
}
.voiceBoxL {
	width:49%;
	float:left;
	text-align:left;
}
.voiceBoxR {
	width:49%;
	float:right;
	text-align:right;
}
.voiceBox6 img, .voiceBox4 img, .voiceBoxL img, .voiceBoxR img {
	max-width:100%;
}
 @media screen and (max-width: 768px) {
h1 img {
 width:26%;
 max-width:167px;
 height:auto;
}
 section {
 margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
 .voiceBox6, .voiceBox4, .voiceBoxL, .voiceBoxR {
 float:none;
 width:100%;
}
.voiceTxt {
 margin-bottom:20px;
}
}
@media screen and (max-width: 320px) {
h1 img {
 width:50%;
 max-width:167px;
 height:auto;
}
}
</pre></body></html>