@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle;}
/*@end*/

/*add reset*/
html {
overflow-y: scroll;
height: 100%;
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

html, textarea {
  /*-webkit-font-smoothing: antialiased;*/
}

img {
box-shadow: #000 0 0 0;
border: 0;
vertical-align: top;
}
select {
box-shadow: #000 0 0 0;
background: transparent;
font-size: 100%;
margin: 0;
padding: 0;
}

input {
box-shadow: #000 0 0 0;
padding: 0;
}

ol, ul {
    list-style: none
}
:focus{ outline:0; }
/*@end*/

/*font*/
html {
background: #fff;
font-size: 62.5%;
}

body {
color: #636363;
font-size: 13px;
font-size: 1.3rem;
font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*background: #e5e5e5;*/
}

a {
text-decoration: none;
background: transparent;
color: #1988de;
outline: 0;
}
a:visited {
text-decoration: none;
color: #1988de;
}
a:hover {
text-decoration: underline;
color: #1988de;
outline: 0;
}
/*@end*/

/*@structure*/


/*@end*/

/*@module */
.column {
zoom: 1;
}
.column:after{content: ''; display: block; clear: both;}

.age-verification-page {
  position: relative;
  height: 100%;
}

/**/
@media screen and (min-width: 0px) {

.JHV-age-verification {
  z-index: 99;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.btn-age-verification {
  z-index: 100;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}

.btn-age-verification img {
  width: 200px;
}

}

@media screen and (min-width: 768px) {

.JHV-age-verification {
  left: 0;
  top: 0;
}

.btn-age-verification {
  left: 50%;
  top: 50%;
  margin: -160px 0 0 -160px;
}

.btn-age-verification img {
  width: 320px;
}

}


@media screen and (min-width: 768px) {

.JHV-age-verification1 {
  left: 0;
  top: 0;
}

.btn-age-verification1 {
  left: 50%;
  top: 50%;
  margin: -160px 0 0 -160px;
}

.btn-age-verification1 img {
  width: 320px;
}

}

@media screen and (min-width: 940px) {
}
/*@end*/

/*EOF*/