.menuArea h1 {
	height: 34px;
}

.rd-jrc .menuArea .menu.menu-86 {
	display: none;
}

.rd-86 .menuArea .menu.menu-jrc {
	display: none;
}

.pankz {
	position: relative;
	z-index: 2;
}

/* #content */
#contents {
	padding: 0 0 45px 0;
	background: #cdcdcd  url("../img/rd_bg.gif") repeat-x center top;
}

#contents .contents_inner {
	width: 1000px;
	margin: 0 auto;
}

#contents .mainvisual {
	width: 1200px;
	margin: 0 0 0 -100px;
}

#contents #main {
	margin-top: -150px;
	position: relative;
	z-index: 2;
}

#contents #contentComment {
	color: #000;
}

#contents .content_lead {
	padding: 20px 0 15px 0;
	margin: 22px 0 72px 0;
	background: #635228;
	position: relative;
}

#contents .content_lead:before {
	content: '';
	width: 100%;
	height: 22px;
	background: url("../img/rect-top-rd.png") no-repeat center top/100%;
	position: absolute;
	top: -22px;
	left: 0;
}

#contents .content_lead:after {
	content: '';
	width: 100%;
	height: 22px;
	background: url("../img/rect-bottom-rd.png") no-repeat center top/100%;
	position: absolute;
	bottom: -22px;
	left: 0;
}

#contents .content_lead p {
	color: #fff;
	font-size: 18px;
	line-height: 1.72;
	text-align: justify;
	margin: 0 50px 0 50px;
}

#contents .photo_wrap {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .photo {
	width: 324px;
}
#contents .gallery_wrap {
	width: 809px;
	margin: 40px auto;
}
#contents .box_wrap {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .box {
	width: 460px;
	margin: 0 0 40px 0;
}


#contents .box_name {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

#contents .box_name span {
	font-size: 14px;
}

#contents .box_text {
	font-size: 14px;
	line-height: 1.85;
	text-align: justify;
}

#contents .pager {
	width: 100%;
	margin: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
}

#contents .pager-prev,
#contents .pager-next {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 170px;
	height: 50px;
	background: #000;
	transition: all 300ms;
	position: relative;
}
#contents .pager-prev:hover,
#contents .pager-next:hover {
	padding: 0 10px;

}

#contents .pager-next {
	margin: 0 0 0 auto;
}

#contents .pager-prev:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}

#contents .pager-next:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

