@charset "UTF-8";

/** Foundation **/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: Meiryo,メイリオ,sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 1.6rem;
}

a:hover {
    color: inherit;
}

a:focus {
    outline: none;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}
