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

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

div, p, img, input, textarea {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #444;
}