@charset "UTF-8";

@media screen and (max-width:768px){   /*タブレット*/
    #body #newsblock div.news{
        width:192px !important;
    }

    #body #newsblock div.news img{
        width:150px !important;
    }

    #body #newsblock div.news img.icon_new{
        width:auto !important;
    }

    #body #newsblock div.wide{
        width:383px !important;
    }
    #body #newsblock div.wide iframe{
        width:341px !important;
    }

    #body #newsblock div.wide div.txt{
        width:133px !important;
        float:right !important;
    }

    #body #newsblock div.wide img{
        width:198px !important;
        float:left !important;
        margin-bottom:0 !important;
    }
}

@media screen and (max-width:576px){   /*スマホ568*/
    #body #newsblock div.news{
        width:284px !important;
        text-align:center !important;
    }

    #body #newsblock div.wide{
        width:568px !important;
        text-align:left !important;
    }
    #body #newsblock div.wide iframe{
        width:546px !important;
    }

    #body #newsblock div.news div.wrapper,
    #body #newsblock div.news a{
        padding:10px !important;
    }

    #body #newsblock div.news:after{
        visibility: hidden !important;
        display: block !important;
        font-size: 0 !important;
        content: " " !important;
        clear: both !important;
        height: 0 !important;
    }

    #body #newsblock div.news img{
        width:154px !important;
        margin:0 auto 10px !important;
    }

    #body #newsblock div.news img.icon_new{
        width:auto !important;
    }
    
    #body #newsblock div.news div.txt{
        display:block !important;
        text-align:left !important;
    }
    #body #newsblock div.wide div.txt{
        width:auto !important;
        float:none !important;
    }

    #body #newsblock div.wide img{
        width:200px !important;
        margin:0 10px 0 0 !important;
    }

    #body #newsblock div p.cap{
        margin-top:0 !important;
    }

    #body #newsblock div p{
        margin-top:5px !important;
    }
    #body #newsblock #guestImgs,
    #body #newsblock #guestImgswrapper{
        margin: 0 10px 0 0;
    }
    #body #newsblock #guestImgs img {
        margin: 0 !important;
    }
}

@media screen and (max-width:567px){   /*スマホ480*/
    #body #newsblock div.news{
        width:240px !important;
    }

    #body #newsblock div.wide{
        width:480px !important;
    }
    #body #newsblock div.wide iframe{
        width:458px !important;
    }
}

@media screen and (max-width:479px){   /*スマホ320*/
    #body #newsblock div.news{
        width:160px !important;
    }

    #body #newsblock div.wide{
        width:320px !important;
        text-align:center !important;
    }
    #body #newsblock div.wide iframe{
        width:298px !important;
    }
    #body #newsblock div.news img{
        width:138px !important;
    }
    #body #newsblock div.news img.icon_new{
        width:auto !important;
    }
    #body #newsblock div.wide img,
    #body #newsblock div.wide .bx-wrapper{
        width:200px !important;
        margin:0 auto 10px !important;
        float:none !important;
    }
    #body #newsblock div.wide div.txt{
        display:block !important;
        text-align:left !important;
    }
/*    #body #newsblock #guestImgs{
        float: none;
        margin: 0 auto 10px;
        width: 200px;
    }*/
    #body #newsblock #guestImgs,
    #body #newsblock #guestImgswrapper{
        float: none;
        margin: 0 auto 10px;
        width: 200px;
    }
    #body #newsblock #guestImgs,
    #body #newsblock div.wide .bx-wrapper{
        margin: 0 auto;
    }
    #body #newsblock #guestImgs img {
        float: left !important;
    }
}
