* {
    color: #333;
    text-decoration: none;
    outline: none;
    font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    cursor: pointer;
    color: darkcyan;
    text-decoration: underline;
}

h1 {
    margin: 8px 0;
}

h2::before {
    margin-right: .5em;
    content: "/";
    background: #333;
}

body {
    background: #fff;
    margin-bottom: 64px;
}
