@charset "UTF-8";

/*////////// mainimg //////////*/

#mainimg_wrapper {
    background-color: #000000;
    background-image: url(../img/main_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}


/*////////// lead //////////*/

#lead_back {
    background-image: url(../img/back01.jpg);
    background-repeat: repeat-x;
    height: 459px;
}

#lead {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/back02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 459px;
}

#lead_right {
    float: right;
    background-color: #000;
    height: 459px;
    width: 220px;
}

#lead_center {
    float: right;
    padding-top: 125px;
    width: 340px;
    padding-right: 40px;
    padding-left: 40px;
}

#lead_left {
    float: right;
    padding-top: 61px;
}


/*////////// facebook //////////*/

#facebook {
    float: left;
    width: 460px;
}


/*////////// top_rightside //////////*/

#top_right {
    float: left;
    width: 465px;
    padding-left: 35px;
}

#top_banner ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#top_banner li {
    height: 181px;
    float: left;
    display: block;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    width: 144px;
}

#top_banner a:hover img {
    filter: alpha(opacity=8);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

#top_store {
    clear: both;
    border: 1px solid #000;
    padding: 21px;
    margin-top: 35px;
}


/* レスポンシブ・スマホ設定 最後必ずカッコ閉じる事 */

@media screen and (max-width: 568px) {
    /*////////// mainimg //////////*/
    #mainimg_wrapper {
        background-color: #000000;
        background-image: url(../img/main_back.jpg);
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        width: auto;
        padding: 10px;
    }
    /*////////// lead //////////*/
    #lead_back {
        background-image: url(../img/back01.jpg);
        background-repeat: repeat;
        height: auto;
    }
    #lead {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center top;
        height: auto;
        padding: 10px;
    }
    #lead_right {
        float: none;
        background-color: #000;
        height: auto;
        width: auto;
        padding: 10px;
        text-align: center;
    }
    #lead_center {
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 0px;
        width: auto;
        margin: auto;
    }
    #lead_left {
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    /*////////// facebook //////////*/
    #facebook {
        float: none;
        width: auto;
        padding: 10px;
        height: auto;
    }
    .fb-page {
        width: 100% !important;
    }
    /*////////// top_rightside //////////*/
    #top_right {
        float: none;
        width: auto;
        padding: 10px;
        height: auto;
    }
    #top_banner ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }
    #top_banner li {
        height: 181px;
        float: none;
        display: block;
        text-align: center;
        margin-right: 5px;
        margin-left: 5px;
        width: auto;
        padding: 10px;
    }
    #top_banner a:hover img {
        filter: alpha(opacity=8);
        -moz-opacity: 0.80;
        opacity: 0.80;
    }
    #top_store {
        clear: both;
        border: 1px solid #000;
        padding: 21px;
        margin: auto;
        text-align: center;
    }
    /* カッコ閉じ */
}