@charset "utf-8";


#main .inner section:first-of-type {
	margin-top: 80px;
}
.mark_inner {
	background: transparent url(images/bg_mark.png) top left repeat;
	padding: 26px 30px;
}
.mark_img {
	float: right;
	margin-bottom: 22px;
	margin-left: 42px;
}
.mark_inner p, .localid {
	overflow: hidden;
}
.mark_inner p {
	margin-top: 0 !important;
}
.localid {
	background: transparent url(images/bg_localid.png) top left repeat;
	border-radius: 5px;
	color: #fff;
	padding: 19px 22px 15px;
}
.localid dt {
	font-weight: bold;
	margin-bottom: 4px;
}
.localid dt dfn {
	font-style: normal;
}
.localid dd {
	font-size: 87.5%;
	line-height: 143%;
	margin: 0;
}
.photo {
	clear: both;
	height: 304px;
	position: relative;
}
.photo li:first-child {
	position: absolute;
	left: -18px;
	top: 8px;
}
.photo li:nth-child(2) {
	position: absolute;
	right: -22px;
	top: 0;
}
