@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    background-color: white;
    color: #464646;
    font-family: 'Noto Sans JP', meiryo, sans-serif;
    font-size: small;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

