<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../images/bg.jpg);
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft JhengHei";
}

img {
    border: 0px;
}

#abgne_float_ad {
    z-index: 9;
}

#wrapper {
    width: 100%;
    max-width: 1125px;
    margin: 0 auto;
    min-height: 2000px;
}

header {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    line-height: 0;
}

header img {
    max-width: 100%;
    height: auto;
}

.header-mobile {
    display: none;
}

#logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 220px;
}

#container {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    box-shadow: 1px 2px 20px 0px rgba(20%, 20%, 40%, 0.2);
    padding: 30px 1.5%;
    overflow: auto;
    margin-bottom: 30px;
}

.area_title01 {
    background-color: #ff6eab;
    font-size: 20px;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
    clear: both;
    float: left;
    margin-bottom: 10px;
}

.area_title02 {
    background-color: #92a8ef;
    font-size: 20px;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
    clear: both;
    float: left;
    margin-bottom: 10px;
}

.list-tool {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.list {
    width: 49%;
    float: left;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    margin-top: 10px;
}

.list:nth-of-type(2n-1) {
    margin-right: 2%;
}

.tour_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.tour_title a {
    color: #000;
    text-decoration: none;
}

.tour_title a:hover {
    color: #0CF;
    text-decoration: underline;
}

.tour_date {
    float: left;
    line-height: 30px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: bold;
    color: #505050;
}

.date_bg01 {
    background-color: #a1b1e4;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    text-align: center;
}

.date_bg02 {
    background-color: #fac1c7;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    text-align: center;
}

.tour_price {
    float: right;
}

.price {
    float: left;
    font-size: 32px;
    color: #ff0000;
    font-weight: bolder;
}

.price_up {
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
    padding-top: 15px;
}

#center {
    float: left;
    width: 1px;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #CCC;
    height: 4900px;
    margin-left: 12px;
    margin-top: 10px;
    margin-right: 8px;
}

footer {
    color: #fff;
    font-size: 13px;
    line-height: 0;
    letter-spacing: 1px;
    position: relative;
    background: url(../images/footer_bg.jpg) no-repeat center top;
    border-top: solid 5px #ffaccb;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    word-break: break-all;
}

footer a {
    color: #fff;
    display: inline-block;
}

footer a:hover {
    color: #fded01;
}

.footer_table {
    width: 82%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 9% 0;
    line-height: 20px;
    min-height: 350px;
}

.footer_left {
    width: 30%;
    float: left;
}

.footer_right {
    width: 70%;
    float: left;
}

.footer_right table td {
    padding-bottom: 20px;
}

#gotop {
    display: none;
    position: absolute;
    bottom: 0;
    left: -10%;
}

@media (max-width:500px) {
    #container {
        padding: 30px 2.5%;
    }
    #logo {
        width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
    }
    #logo img {
        width: 170px;
    }
    .list {
        width: 100%;
        margin: 0 0 20px;
    }
    .list:nth-of-type(2n-1) {
        margin-right: 0%;
    }
    .header-PC {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    .footer_left {
        margin-bottom: 20px;
    }
    .footer_right {
        text-align: left;
    }
    .footer_left,
    .footer_right {
        width: 100%;
        float: none;
    }
    .footer_right table td {
        display: block;
        padding-bottom: 20px;
    }
    #top-bar {
        opacity: 0;
    }
    .tour_price {
        width: 100%;
        overflow: hidden;
    }
    /*============== go top ==============*/
    #gotop {
        display: none;
        position: fixed;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
        right: 10px;
        bottom: 10px;
        left: initial;
        cursor: pointer;
    }
}
</pre></body></html>