/*樣板色配色 
    https://www.palettable.io
    http://nipponcolors.com/#suoh 
    http://www.workwithcolor.com/color-converter-01.htm
*/

/*--------行政 紅 一級單位 ---------*/

/*頁首頁尾*/
header .header-wrap,
footer {
    background: #DA6881;
}

.border-slider {
    border-color: #DA6881 !important;
}
/*頁首頁尾*/
.list span,
a:hover,
a.more {
    color: #DA6881;
}

/*最新消息列表文字*/
.list span {
    color: #1A4C65;
}


/* navi */
ul.oe_menu > li > a:hover, .nav_selected {
    border-bottom: 3px solid #DA6881;
}

/*分頁按鈕*/
#pager a.pre, #pager a.next {
    background: #1A4C65;
}

#pager span.current,
#pager a.current {
    color: #1A4C65;
}
