html {
    font-size: 16px;
}

body {
    margin: 0;
    color: #111;
    background: #ececec;
    font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    -webkit-font-smoothing: antialiased;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

@media print {
    body {
        background: #fff;
    }
}
