<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.condiv {
    width: 95%;
    margin: 0 auto;
    margin-top:1.5rem;
    text-align: left;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-bottom: 5rem;
}

.h3title {
    letter-spacing: 0.1rem;
    line-height: 2rem;
    display: inline-block;
    background: linear-gradient(transparent 60%, #FFECC9 60%);
    padding: 0 0.5rem 0.1rem 0.5rem;
    font-weight: bolder;
    margin-bottom: 1rem;
}

/*服務公告列表標題和時間、文件下載列表標題和時間*/
.Ptitle {
    text-align: left;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    word-break: break-all;
}

    .Ptitle li:first-child {
        margin-top: 0;
    }

    .Ptitle li {
        margin-top: 1rem;
        border-bottom: 1px dashed #2F0000;
        padding: 0;
    }

        .Ptitle li a:link, .Ptitle li a:visited {
            color: #3C3C3C;
        }

        .Ptitle li a:hover, .Ptitle li a:active {
            color: #B22222;
        }

    /*公告日期*/
    .Ptitle .Ptitledate {
        display: inline-block;
        width: 6rem;
        font-size: 0.8rem;
        background: #15737b;
        color: #FFFFFF;
        margin-right: 0.2rem;
        margin-top:0.1rem;
        padding: 0.1rem 0.1rem;
        vertical-align: top;
        text-align: center;
        font-weight: bolder;
        line-height: 1.8rem;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /*標題*/
    .Ptitle .Ptitletxt {
        display: inline-block;
        width: 85%;
        vertical-align: middle;
        overflow: hidden; /*--設定超出的內容隱藏, IE, FireFox通用--*/
        text-overflow: ellipsis; /*--(IE專用)在內容超出時,在後方補上逗號--*/
        white-space: nowrap; /*-- 設定內容強制顯示一行,直到內容結束或&lt;br&gt;--*/
        padding: 0.1rem 0;
        line-height: 2rem;
    }

        .Ptitle .Ptitletxt:hover {
            background-color: #F0F0F0;
        }

/*置頂重要*/
.impt {
    background-color: #D9006C;
    display: inline-block;
    color: #ffffff;
    padding: 0 0.2rem;
    border-radius: 10px;
    margin-right: 0.2rem;
}

/*頁碼*/
.page {
    /*字置中*/
    text-align: center;
    /*外距*/
    margin-top: 15px;
    margin-bottom: 10px;
    text-shadow: none;
}

    .page a {
        /*無底線*/
        text-decoration: none;
        /*區塊*/
        display: inline-block;
        /*邊線*/
        border: 1px solid #2E4986;
        /*內外距*/
        padding: 5px 10px;
        margin: 1px;
        /*背景顏色 白*/
        background-color: #ffffff;
        /*字顏色 黑*/
        color: #000000;
        /*字位置*/
        vertical-align: middle;
        text-align: center;
        letter-spacing: normal;
    }

        .page a:hover {
            /*邊線*/
            border: 1px solid #2E4986;
            /*背景顏色 灰*/
            background-color: #dbdbdb;
            /*字顏色 黑*/
            color: #000000;
        }

    .page .currentpage {
        /*背景顏色 藍*/
        background-color: #2E4986;
        /*字顏色 白*/
        color: #ffffff;
        /*邊線*/
        border: 1px solid #2E4986;
    }

/*第一頁*/
.one {
    display: inline-block;
    min-width: 5rem;
}

/*數字頁碼*/
.pmiddle {
    display: inline-block;
    width: 10rem;
    text-align: center;
}

    .pmiddle .DDList {
        font-size: large;
        height: 31px;
        vertical-align: middle;
        margin-right: 0.2rem;
    }

/*最終頁*/
.end {
    display: inline-block;
    min-width: 5rem;
}

/*服務公告&amp;文件下載內文樣式*/
.Service &gt; .SVtitle {
    color: #C5381D;
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 2rem;
    margin: 0.5rem 0 1.2rem 0.5rem;
    word-break:break-all;
}

    .Service .SVContent {
        margin: auto;
        line-height: 2rem;
        margin-top: 0.5rem;
        padding: 1rem;
    }

.date {
    margin: auto;
    margin-top: 0.5rem;
    color: #403f3f;
    font-size: 1rem;
    text-align: right;
}

.afile {
    font-size: 1.1rem;
    font-weight: bolder;
    letter-spacing: 0.1rem;
    border-bottom: double;
    padding: 0.2rem;
    margin-left: 0.5rem;
}

.Append {
    margin: 0 auto;
    letter-spacing: 0.1em;
    width: 98%;
    padding: 0.2rem;
    border-radius: 10px;
}

    .Append li {
        margin-bottom: 0.5rem;
        padding: 0.2rem;
    }

        .Append li a {
            vertical-align: middle;
        }

        .Append li img {
            vertical-align: middle;
        }

.ControlMenu {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
    /*底部控制項*/
    .ControlMenu a {
        display: inline-block;
        /*無底線*/
        text-decoration: none;
        /*邊線*/
        border: 1px solid #dbdbdb;
        /*背景顏色 */
        background-color: #ffffff;
        /*內距*/
        padding: 10px;
        /*字距*/
        letter-spacing: 0.2em;
        /*字顏色*/
        color: #000000;
        margin: 0.3rem;
    }

        .ControlMenu a:hover {
            background-color: #dbdbdb;
            color: #000000;
        }

/*do錯誤*/
.doMsg {
    text-align: center;
    margin-top: 8rem;
    color: #903;
    letter-spacing: 0.2em;
}

/*沒資料*/
.ndata {
    text-align: center;
    margin-top: 8rem;
    color: #595757;
    letter-spacing: 0.2em;
}

/*04A警語*/
.mmsg {
    text-align: left;
    letter-spacing: 0.1rem;
    color: #C2006C;
}

/*米字**/
.miword {
    color: #C2006C;
    text-indent: -1rem;
    margin-left: 1rem;
}

/*textbox錯誤*/
.msgdiv {
    width: auto;
    height: 2rem;
    text-align: center;
    margin: 0 auto;
}

/*錯誤訊息*/
.eMsg {
    color: #D50000;
}

.sMsg {
    color: #007500;
}

/*建議路線 應備文件 查詢條件*/
.sspan {
    background: #dbdbdb;
    color: #000000;
    text-align: center;
    border: 0.15rem solid #6b6a6a;
    padding: 0.1rem;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: bold;
}

/*表格*/
.TableStyle1 {
    border-spacing: 0 0;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

    .TableStyle1 th {
        background-color: #dbdbdb;
        border: 1px solid #6b6a6a;
        padding: 0.3rem;
        color: #000000;
    }

    .TableStyle1 td {
        border: 1px solid #6b6a6a;
        padding: 0.5rem;
    }

        .TableStyle1 td.tdleft {
            text-align: left;
        }

        .TableStyle1 td.keep {
            word-break: keep-all;
            white-space: nowrap;
        }

        .TableStyle1 td.dinone {
            display: normal;
        }

    .TableStyle1 .rwdfloor {
        display: none;
    }

    .TableStyle1 td span {
        word-break: keep-all;
        white-space: nowrap;
    }

/*菜單*/
.list {
    counter-reset: li; /*數字*/
    list-style: none;
    padding: 0;
    padding-left: 2rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    width: 70%;
}

    .list a {
        position: relative;
        display: block;
        padding: 0.4rem 0.4rem 0.4rem 2rem;
        margin: 1rem 0;
        background: #dbdbdb;
        color: #000000;
        text-decoration: none;
        font-size: 1.1rem;
        font-weight: bolder;
        letter-spacing: 0.1rem;
    }

        .list a:hover {
            background: #cccccc;
        }

            .list a:hover::before {
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                transform: rotate(360deg);
            }

        .list a::before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: -1.3em;
            top: 50%;
            margin-top: -1.3em;
            background: #15737b;
            color: #ffffff;
            height: 2em;
            width: 2em;
            line-height: 2em;
            border: 0.3em solid #fff;
            text-align: center;
            font-weight: bold;
            border-radius: 2em;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

/*3張照片*/
.imgdiv img {
    max-width: 100%;
}

/*開頭*/
.indent2 {
    text-indent: 2.2rem;
}

/* 與 CKEditor 5 內文同步 */
.SVContent ul, .Content ul li {
    list-style-type: inherit;
}

.SVContent ul, .Content ol {
    padding-left: 40px;
}

.SVContent table {
    border-spacing: 0 0;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

    .SVContent table th {
        border: 1px solid hsl(0, 0%, 70%);
        padding: 0.3rem;
    }

    .SVContent table td {
        border: 1px solid hsl(0, 0%, 70%);
        padding: 0.5rem;
    }

@media screen and (max-width:874px) {
    .Ptitle .Ptitletxt {
        width: 100%;
    }

    .ndata, .doMsg {
        margin: 5rem auto;
    }
}

@media screen and (max-width:760px) {
    .condiv {
        width: 98%;
    }

    .Ptitle .Ptitletxt {
        width: 95%;
    }

    /*文件下載,殯葬法規*/
    .tconent {
        width: 100%;
    }

    /*表格*/
    .TableStyle1 {
        width: 90%;
    }

        .TableStyle1 th {
            padding: 0.1rem;
        }

        .TableStyle1 td {
            padding: 0.3rem;
        }
}

@media screen and (max-width:599px) {
    .TableStyle1 tr {
        display: block;
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
        border-top: 1px solid #2F0000;
        border-left: 1px solid #2F0000;
        border-right: 1px solid #2F0000;
    }

    .TableStyle1 .thtr {
        display: none;
    }

    .TableStyle1 th {
        display: none;
    }

    .TableStyle1 thead {
        display: none;
    }

    .TableStyle1 td {
        display: block;
        padding: 0.3rem 0.5rem;
        border: none;
        border-bottom: 1px solid #2F0000;
        text-align: left;
    }

        .TableStyle1 td.Tone {
            background-color: #DBDBDB;
            color: #000000;
        }

        .TableStyle1 td.Ttwo {
            background-color: #FFECC9;
            color: #000000;
        }

        .TableStyle1 td.Tthree {
            background-color: #ECF5FF;
            color: #000000;
        }

        .TableStyle1 td.dinone {
            display: none;
        }

    .TableStyle1 .rwdfloor {
        display: block;
    }

    .TableStyle1 img {
        display: none;
    }

    .TableStyle1 td:before {
        content: attr(data-title)"：";
        font-weight: bold;
        display: inline-block;
        color: #1f1f1f;
        padding-bottom: 0.1rem;
        padding-top: 0.1rem;
    }
}

@media screen and (max-width:390px) {
    /*第一頁*/
    .one {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    /*數字頁碼*/
    .pmiddle {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0.3rem auto;
    }

    /*最終頁*/
    .end {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:360px) {
    .condiv {
        letter-spacing: 0;
    }

    .miword {
        margin-left: 0;
        text-indent: 0;
    }
}
</pre></body></html>