@charset "UTF-8";
/* CSS Document */

.container {
	width: 100%;
	margin-bottom: 10px;
}

.topics {
	margin: 10px 0 0;
}

.topics dl {
	width: 500px;
	padding: 6px 0;
	border-bottom: 1px dotted #ccc;
}

.topics dt {
	width: 150px;
	padding-bottom: 5px;
	font-weight: 500;
}

.map{
	width: 100%;
	height: 450px;
	margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
.topics dt {
	clear: left;
	float: left;
	font-weight: normal;
	padding-left: 10px;
}
.topics dd { 
	margin-left: 11%;
}
}


@media screen and (max-width: 640px) {
.topics {
	width: 90%;
	margin: 10px auto;
}
.topics dl {
	width: 100%;
}
.map{
	width: 90%;
	height: 500px;
	margin: 0 auto;
}
}