body {
    font-size: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'Lucida Grande', sans-serif;
    position: relative;
}

.header {
    z-index: 1000;
    background: #f40009;
    position: relative;
}

.footer {
    width: 100%;
    height: 100%;
    position: static;
    z-index: 3000;
    left: 0;
    bottom: 0;
    background: #e6e6e6
}

.footer__copyright {
    display: block;
    padding: 2.66667% 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #ccc
}

a {
    color: #000;
}