@charset "UTF-8";
#container {
	text-align: center;
	margin: 20px auto 0;
	max-width: 800px;
}

#container .button a {
	color: #fff;
	width: 230px;
	height: 41px;
	display: block;
	font-size: 108%;
	line-height: 41px;
	background: #333;
	text-align: center;
	margin: 43px auto 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#container img { max-width: 100%; vertical-align: top; }
#container a:hover {
	opacity: 0.6;
}

.link_cont {
	position: relative;
}
.link_cont a {
	display: block;
	width: 94%;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media (max-width:768px) {
}
