@charset "utf-8";

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    box-sizing: border-box;
    word-break: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}1
