﻿/* 公告區塊1 */
.anno_block {
    border-radius: 10px;
    margin: 25px 0 0 0;
}

@media (min-width: 768px) {
    .anno_block {
        padding-left: 0;
    }
}

/* 公告區塊2 */
.anno {
    height: 490px;
    border-radius: 5px;
    background: white;
}

/* 公告橫條 */
.anno_layer {
    /*width: 610px;*/
    height: 25px;
    border-radius: 0 5px 0 0;
    background: #2d5997;
    /*background: #8b6326;*/
    margin: 0 0 0 10px;
}

/* 公告箭頭 */
.anno_arrow {
    color: #9EF49E;
    position: absolute;
    top: -3px;
    left: 10px;
}

@media (max-width: 768px) {
    .anno_arrow {
        left: 25px;
    }
}


/* 公告圖型 */
.anno_circle {
    width: 50px;
    height: 50px;
    border-radius: 99em;
    /*background-color: #8b6326;*/
    background-color: #2d5997;
    position: absolute;
    top: -12px;
}

/* 公告文字 */
.anno_text {
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 65px;
    top: 1px;
}

/* 公告清單 */
.anno_list {
    /*padding: 20px;
    margin: 0px 3px;
    box-shadow: 1px 1px 5px #c2b49a;*/
}

    .anno_list table.ofy {
        width: 100%;
    }

        .anno_list table.ofy, .anno_list table.ofy td {
            border-bottom: dashed 1px #C9BDAB;
        }

            .anno_list table.ofy td.c1 {
                width: 45px;
            }

            .anno_list table.ofy td.c2 {
                width: 100px;
            }

            .anno_list table.ofy td.c3 {
                width: auto;
            }

    .anno_list table.pa_01 {
    }

        .anno_list table.pa_01, .anno_list table.pa_01 td {
            border: none !important;
        }

    .anno_list div.listPager {
        word-spacing: 5px;
    }

/* 回公佈欄列表 */
span.bt_c {
    display: inline-block;
    margin: 5px;
    width: 114px;
    height: 30px;
    background: white url('../images/bt_c.jpg') left top no-repeat;
    cursor: pointer;
}
