@charset "UTF-8";
@import url(css/reset.css);

#container {
    width: 100%;
    max-width: 760px;
    background: #333333;
    padding: 4vh;
    border-radius: 1em;
    overflow-y: auto;
    margin: 3vh auto;
    border: solid #adadad 1vh;
    overflow-x: hidden;
    height: 94vh;
}
#contents {
    background: white;
}
/*フッター*/
.copyright {
    text-align: center;
    background: #eee;
}