@import url("./style_kids_common.css");
@import url("./style_kids_narrow.css") screen and (max-width: 699px);
@import url("./style_kids_wide.css") screen and (min-width: 700px) , not screen;

/*------ 印刷時の特例処置 ------*/

@media print {
	/* 1020pxぴったりに印刷されると、背景とコンテンツの横余白が無くなり見た目が悪くなるので、幅を広く設定 */
	body {
		width: 740px;
	}
}
