@charset "UTF-8";

.container {
	padding: 20px;
}

.box {
	margin: 0 0 50px 0;
}

.sample-block {
	margin: 0 auto;
	padding: 55px 134px 62px 134px;
	width: 1490px;
	height: 1006px;
	background: url(../images/frame.png) top center no-repeat;
	background-size: contain;
	box-sizing: border-box;
	position: relative;
}

.site-title {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}

.sample-img {
	height: 687px;
	overflow-y: scroll;
	margin-top: -1px;
}

.sample-img img {
	width: 100%;
}

.sample-img a.disable {
	pointer-events: none;
}