@charset "UTF-8";
* {
	 font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; 
	 font-size: 12px !important;
}

#wrapper {
	padding-top: 40px;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

img {
	width: 100%;
}

#certification_mangas {
	width: 90%;
	margin: auto;
}

#certification_mangas p {
	margin-top: 40px;
}

footer {
	width: 90%;
	margin: auto;
	text-align: center;
}

footer address {
	text-align: center;
}

iframe{
	max-width: 100%;
	max-height: 100%;
}

#enterarea {
	width: 100%;
	margin-top: 40px;
	position: relative;
}

#enterbtn:hover {
	opacity: 0.7;
	transition: 0.7s;
}

#ageover {
	position: absolute;
	top: 8%;
    left: 50%;
    transform: translate(-50%, -8%);
    -webkit-transform: translate(-50%, -8%);
    -ms-transform: translate(-50%, -8%);
}

#exitarea {
	width: 100%;
	margin-top: 52.5px;
}

#exitbtn {
	width: 100%;
	margin-top: 7.5px;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
}

#exitbtn a {
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0.8em;
	color: #a0a0a0;
}

#exitbtn a:hover {
	background-color: #a0a0a0;
	color: #fff;
	transition: 0.7s ;
}

#alertmsg {
	margin-top: 7.5px;
	margin-bottom: 50px;
	line-height: 20px;
}

@media screen and(max-width:798px) {
	#wrapper {
		max-width: initial;
	}
}