#ns_Main {
    background-color: #F7F3F0;
}

#id_Main {
width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}


#id_Content { width: 100%; }
#id_ColLeft {
    width: 240px;
    background-color: #000;
    height: 100vh;
    color: #fff;
    padding: 20px;
    border: 8px double #fff;
    box-sizing: border-box;
}


.TreeItem_2 .ClassName {
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.TreeMenu_0 a.TreeItem_t {
    color: #fff;
}


.TreeMenu_0 a:hover {
    color: #e60011;
    font-weight: 700;
}
.TreeMenu_0 a {
    padding-left: 4px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 200%;
}


/*分頁控制*/
#PageCtrl {
    font-family: inherit;
    margin-bottom: 30px;
}
.txt_CountNumL, .RecCount, .txt_CountNumR, .txt_PageNum, .spPageCtrl, .PageBtn {
    display: none;
}


@media (max-width: 700px) {
#id_Content { display: block; }

#id_ColLeft {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}

}


