html {
    min-width: 1024px;
}

body {
    position: relative;
    overflow: auto;
    margin: 0 auto;

    font-family: "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", Arial, sans-serif;
    
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #4b4b4b;
}