@charset "utf-8";
@media print, screen and (min-width: 751px) {
#googlemap {
	margin-top: 20px;
	position: relative;
	width: 100%;
	padding-bottom: 51.02%;
}
#googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#mainContents ol {
	padding-left: 2em;
}
#mainContents ol li {
	list-style-type: decimal;
}
}