@charset "utf8";

.map {
	width:884px;
	margin:0 20px;
}
.yataimura{
	width:844px;
	margin:20px 0 0 25px;
	padding:10px;
	border:3px double green;
}
.map h1{
	font-size:16px;
	border-bottom: solid 2px #15d33d;
}
.yataitop{
	border-top: dotted 1px #666666;
}
.yataimura dl{
	margin:0 30px;
	padding:15px 0;
	border-bottom: dotted 1px #666666;
	height:111px;
	position:relative;
}
.yataimura dl dt{
	position:relative;
	z-index:2;
	font-size:16px;
	font-weight: bold;
	clear: both;
}
.yataimura dl dt small{
	font-weight: normal;
	color:darkgreen;
}
.yataimura dl dt img{
	position:absolute;
	right:10px;
	z-index:0;
}
.yataimura dl dd{
	font-size:14px;
}

.yataimura hr{
	clear: both;
	height:0;
	border:0;
	border-bottom: dotted 1px #666666;
	margin:0 50px;
}
.caution{
	color:red;
	font-size: 0.7em!important;
}