@charset "utf-8";
.mapBox {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mapBox dt {
	font-weight: bold;
	color: #265AA6;
}
.mapBox dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.mapBox dd:last-child {
	margin-bottom:0;
}
.textBox li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom:10px;
	line-height:1.4;
}
.textBox li:last-child {
	margin-bottom:0;
}
.right {
	float: right;
	margin-left: 10px;
}
