@charset "UTF-8";

.container {
	padding: 20px;
}

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

.sample-block {
	margin: 0 auto;
	padding: 45px;
	width: 1490px;
	height: 1008px;
	background: url(../images/frame.svg) top center no-repeat;
	box-sizing: border-box;
	position: relative;
}

.sample-block.-capture {
	padding: 0;
	background: none;
	width: 1400px;
	height: auto;
}

.sample-block.-capture .site-title {
	display: none;
}

.sample-block.-capture .sample-img {
	height: auto;
	overflow-y: auto;
}

.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: 790px;
	overflow-y: scroll;
}

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

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