﻿@charset "utf-8";

@media print, screen and ( max-width : 1199px ) {
	.posL,.posR {
		float: none;
	}

	#map1 {
		margin: 8px 0;
	}
	#map1 iframe {
		width: 100%;
		height: 300px;
	}
}

@media print, screen and ( min-width : 1200px ) {
#mainContents .posL ul {
	margin: 15px 0;
}
	#mainContents .posL ul li {
		margin-bottom: 4px;
		margin-left: 15px;
		font-size: 108%;
		list-style-type: disc;
	}

#map1 {
	width: 454px;
	height: 230px;
	border: 1px solid #cccccc;
}
#map1 iframe {
	width: 100%;
	height: 230px;
}
}