@charset "UTF-8";

/*div.section{
    padding-top: 100px;
    padding-bottom: 80px;
}
*/
.entry-content{
    padding-top: 0;
}

@media screen and (max-width:767px){

    .entry-content{
        padding-top: 0;
    }
}

@media screen and (max-width:767px){


    .graph_block{
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 18px 10px 10px;
        margin-bottom: 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .graph_block a{
        text-decoration: none;
    }

    .graph_block dt{
        font-size: 13px;
    }

    .graph_block dd{
        font-size: 12px;
    }

    .zoom{
        display: block!important;
        text-align: left;
        font-size: 14px;
        padding-left: 20px;
        padding-top: 6px;
        margin-top: 6px;
        margin-bottom: 0px;
        background: url(../common/img/other/icon_mag.png) no-repeat 0 90%;
        background-size: 14px;
    }

    .graph_block:after{
        content: "";
        position: absolute;
        right: 5px;
        top: 5px;
        width: 17px;
        height: 17px;
        background: url(../common/img/other/icon_mag.png) no-repeat 0 0;
        background-size: 100%;
    }
    
    .graph_block img{
        width: 100%;
    }

    .page iframe{
        width: 92%;
        margin: 0 auto;
    }
}


