@charset "utf-8";
/* CSS Document */
.contents {
	background-color: #f5f5f5;
}
.contWrapper {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.contWrapper .spotPictArea {
	overflow: hidden;
}
.contWrapper .spotPictArea .leftBox, .contWrapper .spotPictArea .mainBox, .contWrapper .spotPictArea .rightBox {
	float: left;
}
.contWrapper .spotPictArea .item {
	line-height: 1;
	font-size: 0;
	position: relative;
}
.contWrapper .spotPictArea .item .movie {
	overflow: hidden;
	transition: opacity 0.3s ease-out;
}
.contWrapper .spotPictArea .item .movie a img {
	transition: transform 0.3s ease-in-out;
}
.contWrapper .spotPictArea .item .movie a:hover img {
	transform: scale(1.03);
}
.contWrapper .spotPictArea .item .soptTxt {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.contWrapper .spotPictArea .item .soptTxt span {
	font-size: 16px;
	font-weight: bold;
}
.contWrapper .spotPictArea .btmBox .item {
	float: left;
}
.reportBox {
	margin-top: 60px;
	position: relative;
}
.reportBox .pict {
}
.reportBox .textBox {
	position: absolute;
	top: 55px;
	left: 320px;
	background-color: #fff;
	padding: 50px 0 30px 65px;
}
.reportBox .textBox dl {
	padding-right: 220px;
}
.reportBox .textBox dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.reportBox .textBox dd {
	padding-top: 20px;
	font-size: 14px;
	font-style: italic;
}
.reportBox .textBox .name {
	text-align: right;
	padding: 25px 50px 0 0;
	line-height: 1.2;
}
.capPict {
	position: absolute;
	top: -12px;
	right: 15px;
}
