#agegate_content { 
    background-image: url('/img/backgroundmodal.png');
    border-radius:15px;
    border: 3px solid #de46a0;
    display:none; 
    padding:0px;
    width:668px;
    height: 480px;
    overflow: hidden;
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#agegate_logo {
	position: absolute;
	top: 40px;
	left: 20px;
}

#agegate_buttons {
	position: absolute;
	width: 300px;
	height: 100px;
	top: 310px;
	left: 70px;

}

#agegate_warning {
	text-align: center;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: .7em;
	color: #de46a0;
	position: absolute;
	width: 365px;
	top: 130px;
	left: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 3px;
}

#agegate_birth {
	font-size: 1.5em;
	color: #b5006c;
    margin-top: 5px;
}

#agegate_birth select {
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background: #f1cae2;
    border-radius: 4px;
    font-size: .9em;
}

.age_button {
	border-radius: 50%;
	border: 3px solid #fff;
	width: 96px;
	height: 96px;
	float: left;
	margin-left: 40px;
	
}

#age_enter {
	background-image: url('/img/enter.png');

}

#age_enter:hover{
	background-image: url('/img/enter_hover.png');

}

#age_leave{
	background-image: url('/img/leave.png');

}

#age_leave:hover{
	background-image: url('/img/leave_hover.png');

}