/* CSS Document */

#contents_block #productsBox.gokuboso {
    background: #FFF url(../img/24_img_bg_gokuboso.jpg) center top no-repeat;
    background-color: #a0a0a0;
    background-size: 2000px 100%;
}

#contents_block #productsBox.gokuboso .products_note {
    width: 980px;
    height: 740px;
    margin: 0 auto;
    position: relative;
}

#contents_block #productsBox.gokuboso .products_note p {
    font-size: 16px;
    line-height: 180%;
    color: #000;
    position: absolute;
    top: 485px;
    left: 545px;
    width: 420px;
}

#contents_block #productsBox.gokuboso .products_note p span {
    font-size: 12px;
    line-height: 140%;
    color: #000;
    margin: 25px 0 0 0;
    display: block;
}


/* smartPhone */
@media screen and (max-width: 640px) {

    #contents_block #productsBox.gokuboso {
        width: 100%;
        background: #828282 url(../img/24_img_bg_gokuboso_sp.jpg) center top no-repeat;
        background-size: 100%;
        padding: 1px 0 0 0;
    }

    #contents_block #productsBox.gokuboso .products_note {
        width: 85%;
        height: auto;
        margin: 180vw auto 0;
        position: relative;
    }

    #contents_block #productsBox.gokuboso .products_note p {
        font-size: 26px;
        line-height: 180%;
        color: #000;
        position: static;
        width: 100%;
    }

    #contents_block #productsBox.gokuboso .products_note p span {
        font-size: 20px;
        line-height: 140%;
        color: #000;
        margin: 20px 0 0 0;
    }

    #contents_block #productsBox.gokuboso .shizuru {
        width: 100%;
        padding: 50px 0;
    }

    #contents_block #productsBox.gokuboso .shizuru img {
        width: 100%;
        height: auto;
    }

}