@charset "utf-8";
*,
before,
after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html,body {
    font-size:87.5%;
    line-height:1.5;
}
h1,h2,h3,h4,h5,h6,p { margin:0;}
figure { margin:0;}
figure.wide img { width:100%; max-width:100%; height:auto;}
code { max-width:100%; background-color:#cecece;}
#container {
    width:100%;
    margin:0;
}
#container header {
    width:100%;
    background-color:#020202;
    text-align:center;
    box-shadow:0 2px 5px rgba(0,0,0,.3);
    margin-bottom:1.2em;
    padding:0.5em 0;
}
header h1 { color:#fff; font-size:1.5em;}

.mt0 { margin-top: 0px}


#content {
    width:93%;
    max-width:1920px;
    margin:0 auto;
    line-height:1.7;
}

.buttons {
    padding:1em 0;
    text-align:center;
}

#mainVisual {
    width:100%;
    margin-bottom:1.2em;
}
#mainVisual img {
    width:100%;
    max-width:100%;
    height:auto;
}
.mobileHidden { display:none;}

@media screen and (min-width:480px) { 
    body {
        font-size:100%;
    }
    .desktopHidden { display:none;}
    .mobileHidden { display:inline;}
 
}