<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================================================
　カテゴリー内共通スタイル
========================================================= */

/* 0px以上の指定（カテゴリー）
--------------------------------------------------------- */
#category {
}


/* 640px以上の追加指定（カテゴリー）
--------------------------------------------------------- */
@media screen and (min-width:640px), print {
	#category {
	}
}


/* =========================================================
　アクセスページスタイル
========================================================= */

/* 0px以上の指定（コンテンツ）
--------------------------------------------------------- */
#content.access div#map_canvas {
	margin: 0 0 1em;
	width: 100%;
	height: 200px;
}

#content.access p img {
	width: 100%;
}

#content.access div#chizu {
	margin: 0 0 1em;
	background: #b0d2ff;
}
#content.access div#zu {
	background: #fbfbf3;
}


/* 640px以上の追加指定（コンテンツ）
--------------------------------------------------------- */
@media screen and (min-width:640px), print {
	#content.access div#map_canvas {
		width: 100%;
		height: 400px;
	}
	#content.access p {
		float: left;
		text-align: center;
	}
	#content.access p img {
		width: auto;
	}
	
	#content.access div#chizu {
		padding: 20px;
	}
	#content.access div#chizu p {
		padding: 20px;
	}
	#content.access div#zu {
		padding: 20px;
	}
	#content.access div#zu p {
		padding: 20px;
	}
}


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