@charset "utf-8";
/* CSS Document */

@media all and (-ms-high-contrast: none){

.age_verification p,.age_verification_button{ 
 transform: rotate(.001deg);
 font-weight: bold;
}

 }

/* R-18window */
.age_verification {
 display:none;
 position:fixed;
 width: 450px;
 max-height: 400px;
 background-color: rgba(255,255,255,0.8);
 top: 0;
 bottom: 0;
 left:0;
 right: 0;
 margin: auto;
 padding:30px;
 text-align:center;
 border-radius: 2px;
 *border: solid 1px #000;
 box-shadow: 2px 2px 8px 0 #6c272d;
 z-index:9999;

}

.age_verification p {
 margin-bottom:10px;
 font-size: 14px;
 color: #362e2b;
 line-height: 24px;
}

.age_verification_button{
 display: inline-block;
 background-color: #362e2b;
 width: 150px;
 padding: 5px 0;
 margin: 20px 30px 5px;
 line-height: 30px;
 font-size: 21px;
 *border: solid 1px #7b5544;
 text-align:center;
 border-radius: 5px;
}

.age_verification a {
 cursor:pointer;
 text-decoration: none;
 color: #fafdff;
}

.age_verification img{
 width: 70%;
}

.modal_melon_logo{
 width: 180px;
 height: auto;
 margin: 20px auto 0;
}

.caution{
 font-size: 17px;
 color: #dc143c;
}

