@charset "utf-8";

/*
Defaults
---------------------------------------------------------------------------------------------------- */

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    white-space: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

a:hover {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

img,
img a {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    text-decoration: none;
    image-rendering: pixelated;
}

a:link img {
    text-decoration: none;
    border-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

small {
    font-size: 12px;
    text-align: center;
}

#site-container {
    margin: 0;
    height: 91%;
    padding: 30px;
    z-index: 10;
    overflow: hidden;
}

#site-container:after {
    content: "";
    display: block;
    clear: both;
}

.content {
    overflow: hidden;
    padding: 0 30px 0 0;
    float: left;
    width: 819px;
    height: 100%;
}

h1.headline {
    font-family: 'Open Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin: 75px 0 30px;
    text-align: center;
}

h1.headline a {
    color: #000;
    text-decoration: none;
    border-bottom: 0 none;
}

h1.headline a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 0 none;
}

.caption {
    font-size: 14px;
    font-weight: normal;
}


/*
Media Queries (768px)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 799px) {
    div {
        max-width: 768px;
        width: auto;
    }
    #site-container {
        margin: 0;
        padding: 20px 0 0;
        max-width: 100%;
        width: auto;
    }
    .content {
        float: none;
        margin: 0;
        padding: 0 20px 0;
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .text {
        position: static;
        margin: 0;
        padding: 0 20px 20px;
        max-width: 100%;
        width: auto;
    }
    .text .inner {
        position: static;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    h1.headline {
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
        margin: 30px 0 30px;
        text-align: center;
    }
}


/*
Media Queries (640px)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 599px) {
    div {
        max-width: 600px;
        width: auto;
    }
    #site-container {
        margin: 0;
        padding: 20px 0 0;
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .content {
        float: none;
        margin: 0;
        padding: 0 20px 0;
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .text {
        position: static;
        margin: 0;
        padding: 0 20px 20px;
        max-width: 100%;
        width: auto;
    }
    .text .inner {
        position: static;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    h1.headline {
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
        margin: 30px 0 30px;
        text-align: center;
    }
}
