/* 共用 */
img{max-width:100%;}

@media all and (min-width: 1201px) {
    #BodyContainer {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    /* bodyHeader */
    #BodyHeader #header-share {
        /*PC*/
        line-height: 2;
        font-size: 13px;
        color: #000;
    }

    #BodyHeader #header-share a {
        font-size: 13px;
        color: #000;
        text-decoration: underline;
    }

    #BodyHeader_m {
        display: none;
        margin: 0px;
        padding: 0px;
        background-color: #CC9;
    }
    body{background: url(../images/line_bg.gif);;}
    /* Footer */
    #BodyFooter {
        clear: both;
        text-align: center;
        background-color: rgba(237, 237, 236, 0.9);
    }

    #BodyFooter td {
        font-size: 12px;
        line-height: 1.5;
    }

    #BodyFooter a {
        color: #000000;
        font-size: 12px;
        text-decoration: none;
    }

    #BodyFooter a:hover {
        text-decoration: underline;
        left: 0px;
        top: 0px;
        position: relative;
    }

    #BodyFooter a.home {
        color: #FF6633;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }

    #BodyFooter a.home:hover {
        text-decoration: underline;
    }

    #BodyFooter .foottitle {
        color: #CB1D2D;
        font-size: 15px;
        font-weight: bold;
        border-top: 1px #333 dotted;
        border-bottom: 1px #333 dotted;
    }

    #BodyFooter .footsub {
        font-size: 13px;
        font-weight: bold;
    }

    #BodyFooter_rwd {
        display: none;
    }

    /* Footer end */

}