*{
margin:0;
padding:0;
font-family:"メイリオ","Hiragino Kaku Gothic ProN",sans-serif;
}
a img{
border:none;
}
img{
vertical-align:bottom;
}
li{
list-style-type: none;
}
.responsive{
max-width:100%;
}

#curtain{
position:fixed;
top:0;
left:0;
width:100vw;
height:100vh;
background-color:#fff;
z-index:1;
}

#container{
position:relative;
z-index:0;
}

#bg{
position:fixed;
top:0;
left:0;
width:100vw;
height:100vh;
background-color:#54c2f0;
}

#content{
position:relative;
margin:0 auto;
padding:2% 0;
width:800px;
text-align:center;
background-color:#ffff00;
}

#2waycard{
margin-top:1%;
}

.midashi{
margin-top:6%;
}
.series{
margin:4% auto 0 auto;
}
.shoei{
margin:2% auto 0 auto;
}
p{
margin-top:1%;
font-size:1.4rem;
color:#009FE8;
}
p.note{
font-size:0.8rem;
color:#666;
}

#copyRight{
margin-top:4%;
font-size: 0.7rem;
line-height:1.4;
color:#666;
}

#sho{
margin-top:2%;
}
#sho a {
border: 1px solid #666;
padding: 2px 5px;
font-size: 1.6rem;
line-height: 1.6;
text-decoration: none;
color: #666;
}

.mobile_inline{
display:none;
}


@media (max-width: 640px) {
#content{
padding:4% 2%;
width:86%;
}

.series{
width:90%;
}
.shoei{
width:96%;
}

p {
font-size: 1.1rem
}
p.note{
text-align:justify;
font-size:0.7rem;
}

#copyRight {
font-size: 0.6rem;
}

#sho a {
font-size: 1.2rem;
}

.mobile_inline{
display:inline;
}
}
