@charset "utf-8";
/* CSS Document */

body {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
}
.wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 400px;
	background-color: #fff;
	border: 6px solid #f41a8b;
}
h1 {
}
h1 a {
	display: block;
}
.inner {
    background-image: url(../img/bg_in.png);
    background-size: contain;
    padding: 30px 0 10px;
}
.txt {
	margin:  0 0 30px;
}
.txt img {
	margin: 0 auto;
}
.btn {
	margin: 0 0 30px;
}
.enter {
	margin: 0 0 20px;
}
.enter a {
	display: block;
	background-color: #f41a8b;
	color: #fff;
	padding:  15px 0;
	border-radius: 10px;
	box-shadow: 0 1px 5px 0 rgba(152, 152, 152, 0.5);
	text-decoration: none;
	font-weight: bold;
	font-size: 29px;
	width: 80%;
	margin: 0 auto;
}
.enter a:hover {
	opacity: 0.7;
}
.exit a {
	display: block;
	background-color: #b5b5b5;
	color: #fff;
	padding:  15px 0;
	border-radius: 10px;
	box-shadow: 0 1px 5px 0 rgba(152, 152, 152, 0.5);
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
	width: 80%;
	margin: 0 auto;
}
.exit a {
	opacity: 0.7;
}
footer {
	font-size: 12px;
}