@charset "UTF-8";
.landmark_box {
	float: left;
	width: 425px;
	padding-left: 30px;
	position: relative;
	height: 300px;
}
.landmark_box2 {
	position: absolute;
	bottom: 0px;
	width: 420px;
}
.landmark_box .title {
	font-size: 115%;
	line-height: 25px;
	font-weight: bold;
	background-color: #E0B379;
	text-align: left;
	height: 25px;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.landmark_box .text {
	font-size: 74%;
	line-height: 160%;
	padding-top: 20px;
	text-align: left;
}

.landmark_box dl dt {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	float: left;
	width: 85px;
	font-size: 74%;
	color: #CCA46F;
}
.landmark_box dl dd {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	font-size: 74%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0B379;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E0B379;
	margin-top: -1px;
}
.landmark_mark {
	font-weight: bold;
	color: #E0B379;
	padding-right: 5px;
	bottom: 0px;
	padding-left: 5px;
}