.age_on #header,
.age_on #wrapper,
.age_on #herb_footer_contentStyle {
	  -webkit-filter: blur(5px);
	  -moz-filter: blur(5px);
	  -o-filter: blur(5px);
	  -ms-filter: blur(5px);
	  filter: blur(5px);
}

#agegate {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	z-index: 100;
	display: none;
}

#age_block {
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 750px;
	height: 410px;
	background: #f6f3f3;
	box-sizing: border-box;
	padding: 50px 20px;
	text-align: center;
	border-radius: 30px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px; 
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}

#age_block li {
	display: inline-block;
	margin: 5px 8px 0;
}

#age_block li img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#age_block p {
	margin-top: 20px;
}

#age_yes:hover {
	cursor: pointer;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#age_check:hover {
	cursor: pointer;
}

#age_block p.logo {
	margin-top: 40px;
}

#age_block p.logo img {
	width: 105px;
	height: auto;
}
