body {
    margin: 0;
    position: relative;
    font: 62.5% Georgia, 'Century Schoolbook L', Serif;
    background: #fff;
    color: #555;
}
a:visited,
a {
    text-decoration: none;
    color: #808080;
}
a:hover,
a:active {
    color: #000;
}
/*-------------------------------*/
.container {
    min-width: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.container__wrapper {
    margin: auto;
    width: 600px;
    position: relative;
}
    /*-------------------------------*/
    .index .container__wrapper {
        padding-top: 312px;
        min-width: 600px;
        width: 100%;
        max-width: 900px;
    }
/*-------------------------------*/
.footer {
    padding: 50px 0 35px;
    color: #808080;
}
/*-------------------------------*/
.logo {
    padding: 56px 0 8px 105px;
    text-align: center;
}
.logo img {
    vertical-align: top;
    border: 0;
}
    /*-------------------------------*/
    .footer .logo {
        padding: 0;
    }
/*-------------------------------*/
.line {
    margin: 0 auto;
    width: 295px;
    height: 1px;
    overflow: hidden;
    position: relative;
    background: #dbdbdb;
}
    /*-------------------------------*/
    .footer .line {
        width: 100%;
        max-width: 600px;
        background: #a0a0a0;
    }
/*-------------------------------*/
.contact {
    margin: 0;
    padding: 10px 0 7px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4;
}
.contact span {
    white-space: nowrap;
}
/*-------------------------------*/
.nav {
    margin: 0;
    padding: 5px 0 50px;
    list-style: none;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.4;
    letter-spacing: .1em;
    color: #555;
}
.nav li {
    padding: 0 24px;
    display: inline;
}
    /*-------------------------------*/
    .footer .nav {
        padding-bottom: 6px;
        font-size: 1.2em;
        line-height: 1.4;
        letter-spacing: normal;
    }
    .footer .nav li {
        padding: 0;
    }
    .footer .nav m,
    .footer .nav li:before {
        content: '\a0\a0\a0/\a0\a0\a0';
        color: #808080;
    }
    .footer .nav li:first-child:before {
        content: '';
    }
/*-------------------------------*/
.hare img {
    position: absolute;
}
.hare__wrapper {
    height: 835px;
    position: relative;
}
.hare__1 {
    top: 20px;
    left: 6px;
}
.hare__2 {
    margin-left: -71px;
    top: 27px;
    left: 50%;
}
.hare__3 {
    top: 22px;
    right: 19px;
}
.hare__4 {
    top: -3px;
    left: 0;
}
.hare__5 {
    margin-left: -88px;
    top: 3px;
    left: 50%;
}
.hare__6 {
    top: 3px;
    right: 18px;
}
.hare__7 {
    top: 475px;
    left: 2px;
}
.hare__8 {
    margin-left: -64px;
    top: 476px;
    left: 50%;
}
.hare__9 {
    top: 473px;
    right: 4px;
}
@media screen and (max-width: 780px) {
    .hare__8,
    .hare__5,
    .hare__2 {
        display: none;
    }
    .hare__7,
    .hare__4,
    .hare__1 {
        left: 50px;
    }
    .hare__9,
    .hare__6,
    .hare__3 {
        right: 50px;
    }
}
/*-------------------------------*/
.column {
    padding: 0 20px 55px 0;
}
.column:after {
    clear: both;
    display: block;
    content: '';
}
/*-------------------------------*/
.gallery {
    margin-top: -50px;
}
.gallery img {
    margin: 50px 0;
    vertical-align: top;
    border: 0;
}
/*-------------------------------*/
.editor p {
    margin: 0 0 .5em;
    font-size: 1.6em;
    line-height: 1.5;
}
.editor img {
    vertical-align: top;
    border: 0;
}
.editor .nowrap {
    white-space: nowrap;
}
.editor .art {
    margin: 0;
    padding: 45px 0 97px;
}
.editor .right {
    text-align: right;
    font-style: italic;
}
    /*-------------------------------*/
    .column .editor {
        width: 50%;
        float: left;
        clear: right;
        position: relative;
    }
    .column .editor + .editor {
        left: 20px;
    }
    .column .editor p {
        line-height: 1.25;
    }
    @media screen and (max-width: 780px) {
        .column .editor {
            width: 100%;
        }
        .column .editor + .editor {
            left: 0;
        }
    }