@charset "UTF-8";
/* CSS Document */

#contents_in {
    padding: 100px 0 0;
    background-color: #7dc4e8;
    background-image: url(img/bg.png);
    background-position: center 0px;
    background-repeat: no-repeat;
}

#wrap_frozen {
    text-align: center;
    width: 950px;
    margin-left: auto;
    margin-right: auto
}

.img_center {
    margin-left: auto;
    margin-right: auto
}

#wrap_frozen img {
    display: inline-block !important;
}

.mm50 {
    margin-bottom: 100px;
}

#footer {
    background: #681c1c !important;
    text-align: center;
    padding: 20px 0 !important;
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    #wrap_frozen {
        width: 100%;
    }

    #contents_in {
        padding: 70px 0 0;
    }

    .mm50 {
        margin-bottom: 30px;
    }

}