﻿@charset "utf-8";

body {
    background: url(../images/seasonBg.jpg) no-repeat center 0 #fff;
    background-size: 100%;
}

.path {
    position: relative;
    color: #6e6e6e;
    font-size: 0.81rem
}

    .path a {
        color: #6e6e6e
    }

        .path a:hover, .path a:focus {
            color: #000
        }

.mainTitle, .leftTitle {
    color: #000;
    font-weight: 700;
    font-size: 1.25rem;
    padding-left: .6em;
    border-left: .3em solid #ffad31;
    box-shadow: inset 3px 0 0 #ffd492;
    margin: .5em 0
}

.dataTitle {
    color: #6e6e6e;
    font-size: 1.125rem;
    font-weight: 400;
    margin: .5em 0
}

.searchBlock {
    position: relative;
    background-color: #ddd;
    padding: .5em 1em
}

.listTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #CCC
}

    .listTable th {
        border-collapse: collapse;
        padding: 5px 7px;
        text-align: center;
        font-weight: 400;
        /* background-color: #009BE1; */
        background-color: #085faf;
        color: #fff;
        border: 1px solid #CCC;
        word-break: break-all
    }

    .listTable td {
        border-collapse: collapse;
        padding: 5px 7px;
        border: 1px solid #CCC;
        word-break: break-all
    }

    .listTable tbody tr:nth-child(odd), .listTable.noRowColor tbody tr:nth-child(odd), .listTable.noRowColor tbody tr:nth-child(even) {
        background-color: #fff
    }

    .listTable tbody tr:nth-child(even) {
        background-color: #F1F1F1
    }

    .listTable a {
        color: #383838
    }

        .listTable a:hover, .listTable a:focus {
            color: #F60
        }

.formTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #CCC
}

    .formTable th {
        border-collapse: collapse;
        border: 1px solid #CCC;
        padding: 5px 7px;
        width: 1%;
        white-space: nowrap;
        font-weight: 400;
        text-align: right;
        background-color: #e7e7e7
    }

    .formTable td {
        border-collapse: collapse;
        padding: 5px 7px;
        border: 1px solid #CCC
    }

    .formTable .normalRow {
        width: inherit;
        white-space: normal
    }

.dataTable {
    width: 100%;
    border: none
}

    .dataTable th {
        width: 1%;
        white-space: nowrap;
        text-align: right;
        vertical-align: top;
        font-weight: 400;
        border: none
    }

    .dataTable td {
        border: none;
        text-align: left
    }

.voiceBlock {
    position: relative;
    border: 1px solid #CCC;
    background-color: #efefef;
    padding: .5em 1em;
    margin-bottom: 1em
}
.edit {
    position: relative;
    margin: 1em 0
}

    .edit p {
        margin: 1em 0;
    }

    .edit img {
        width: 100%
    }

/*後台編輯器插入icon*/	
.x_sicon img{
		width: 20px
}
	
.tool {
    font-size: 0.81rem;
    position: relative;
    text-align: right
}

.toolList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .toolList li {
        display: inline-block;
        vertical-align: top;
        margin-left: 1px
    }

    .toolList a {
        color: #383838
    }

        .toolList a:hover {
            color: #F60
        }

    .toolList .toolBtn {
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 20px
    }

        .toolList .toolBtn.type1 {
            background-image: url(../images/icon/icon_back.png)
        }

        .toolList .toolBtn.type2 {
            background-image: url(../images/icon/icon_print.png)
        }

        .toolList .toolBtn.type3 {
            background-image: url(../images/icon/icon_mail.png)
        }

.moreFile {
    position: relative;
    margin-bottom: 1em
}

.moreFileTT {
    color: #c25100;
    font-size: 1.125rem;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 28px
}

    .moreFileTT.file {
        background-image: url(../images/icon/icon_download.png)
    }

    .moreFileTT.link {
        background-image: url(../images/icon/icon_link.png)
    }

    .moreFileTT.photo {
        background-image: url(../images/icon/icon_photo.png)
    }

.moreFileList {
    margin: 0;
    padding: 0 0 0 2em
}

    .moreFileList li {
        list-style: outside
    }

    .moreFileList a {
        color: #383838
    }

        .moreFileList a:hover {
            color: #F60
        }

.morePhotoList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .morePhotoList li {
        display: inline-block;
        vertical-align: top;
        margin: 1%;
        width: 21%;
        border: 2px solid #CCC;
        transition: .3s;
        line-height: 0
    }

        .morePhotoList li:hover {
            border: 2px solid #F60
        }

    .morePhotoList img {
        width: 100%
    }

.score {
    position: relative;
    margin-bottom: 1em;
    background-color: #efefef;
    border: 1px solid #CCC;
    padding: .5em 1em
}

.scoreTT {
    background: url(../images/icon/icon_scoreTT.png) no-repeat center left;
    padding-left: 20px;
    margin-bottom: .5em
}

.scoreContent {
    background-color: #e1e1e1;
    padding: .5em 1em
}

.bottomBtn {
    position: relative;
    clear: both;
    margin: 1em 0;
    text-align: center
}

.bigBtn {
    display: inline-block;
    background-color: #ff6c00;
    color: #FFF;
    font-size: 1.125rem;
    padding: 5px 15px;
    border-radius: 10px
}

    .bigBtn:hover {
        background-color: #333;
        box-shadow: 0 0 5px 0 rgba(50,50,50,0.75)
    }

.jobwarp {
    font-family: "微軟正黑體";
    margin: auto;
    line-height: 170%;
    width: 1000px
}

    .jobwarp .title H2 {
        margin-bottom: 20px;
        font-size: 1.8em;
        border-bottom: #e3f3b4 5px solid;
        font-weight: 700;
        color: #4e8b02;
        padding-bottom: 15px;
        text-align: center;
        margin-top: 10px
    }

    .jobwarp .Rule {
        background-color: #eef7d2;
        border-radius: 10px;
        padding: .7em 1.5em
    }

    .jobwarp P {
        font-size: 1em
    }

    .jobwarp .con {
        background-color: #f2f2f2;
        padding: .5em 1.5em
    }

    .jobwarp H3 {
        color: #060;
        border-left: #060 20px solid;
        background-color: #e3f3b4;
        margin-top: 1em;
        padding: .7em 1.5em
    }

    .jobwarp .list {
        font-size: 1em
    }

.CommissionerPhoto {
    width: 450px
}

    .CommissionerPhoto img {
        width: 100%
    }

.siteLeft {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-right: 1%
}

.siteRight {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 28%
}

.siteLeft2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 3%
}

.siteRight2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%
}

.siteBlock {
    position: relative;
    background-color: #e7e7e7;
    border: 1px solid #bcc2e5;
    padding: .5em 1em;
    margin-bottom: 1em
}

.siteBlockContent {
    padding-left: 1em
}

.siteLeftTop {
    position: relative;
    margin-bottom: 1em
}

.siteLeftTopList, .siteLeftBotList {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #E7E7E7
}

    .siteLeftTopList li {
        position: relative;
        padding: 1%;
        width: 24%;
        border-right: 1px solid #E7E7E7;
        display: table-cell;
        vertical-align: top
    }

        .siteLeftTopList li:last-of-type {
            border: none
        }

.boderRow {
    border-bottom: 1px solid #E7E7E7
}

    .boderRow:last-of-type {
        border: none
    }

.siteLeftBotList li {
    position: relative;
    width: 45%;
    padding: 1%;
    display: inline-block;
    vertical-align: top
}

.siteContent {
    font-size: .813em
}

.siteLeftBot {
    position: relative
}

.siteRightBlock {
    position: relative;
    margin-bottom: 1em
}

.siteRightTitle {
    color: #FFF;
    padding: 3px 7px;
    border-radius: 5px
}

    .siteRightTitle.type1 {
        background-color: #56811d
    }

    .siteRightTitle.type2 {
        background-color: #09F
    }

    .siteRightTitle.type3 {
        background-color: #A960D1
    }

    .siteRightTitle.type4 {
        background-color: #e37300
    }

    .siteRightTitle.type5 {
        background-color: #069
    }
    .siteRightTitle.type6 {
        background-color: #77a936
    }

.siteRightList {
    list-style: none;
    margin: 5px 0;
    padding: 0
}

    .siteRightList li {
        border-bottom: 1px solid #E7E7E7;
        padding: 5px
    }

.fullImg img {
    width: 100%
}

.autoImg img {
    width: auto
}

.nowrap {
    white-space: nowrap
}

.subMenu {
    position: relative;
    clear: both;
    border-bottom: 1px solid #007F80;
    text-align: center;
    margin: 1em 0
}

.subMenuList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

    .subMenuList li {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 2px
    }

    .subMenuList a {
        display: block;
        padding: 2px 7px;
        color: #666
    }

        .subMenuList a:hover, .subMenuList .current {
            background-color: #00857e;
            color: #fff
        }

    .subMenuList.sub {
        border-top: 1px solid #007F80;
        padding-top: 2px
    }

.iconList {
    list-style: none;
    margin: 0 0 1em;
    padding: 0
}

    .iconList li {
        background: url(../images/icon/mainUL.png) no-repeat left center;
        padding: .5em 0 .5em 30px;
        border-bottom: 1px dashed #C5C5C5
    }

.dashedBorderBot {
    border-bottom: 1px dashed #C5C5C5;
    padding: 1em 0
}

.publicationsNewsList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .publicationsNewsList li {
        display: inline-block;
        vertical-align: top;
        width: 22%;
        margin: 1%
    }

.publicationsNewsImg {
    line-height: 0;
    border-style: solid;
    border-spacing: 5px;
    border-color: #f5f5f5;
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    transition: .3s;
    margin-bottom: 5px
}

    .publicationsNewsImg:hover {
        border-color: #ff6c00
    }

    .publicationsNewsImg img {
        width: 100%
    }

.loginBar {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: .5em 1em;
    margin: .5em 0
}

.checkboxSelect {
    margin-bottom: 2em;
    text-align: left
}

.checkboxSelectList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .checkboxSelectList li {
        display: inline-block;
        vertical-align: top;
        width: 15%;
        margin: 0 1% 1% 0
    }

.checkboxSelectInnerList li {
    display: block;
    width: 100%;
    padding-left: 1em
}

    .checkboxSelectInnerList li:first-child {
        padding: 0;
        color: #E37300
    }

.sitemap {
    position: relative
}

    .sitemap a {
        color: #666
    }

        .sitemap a:hover, .sitemap a:focus {
            color: #E37300
        }

    .sitemap ul .Big a {
        color: #FFF
    }

        .sitemap ul .Big a:hover, .sitemap ul .Big a:focus {
            color: #666
        }

    .sitemap ul {
        list-style: none;
        margin: 0 0 1em;
        padding: 0
    }

        .sitemap ul .Big {
            display: block;
            background-color: #E37300;
            width: auto;
            font-size: 1.2em;
            padding: .3em .5em;
            color: #fff;
        }

        .sitemap ul li {
            display: inline-block;
            vertical-align: top;
            width: 22%;
            margin: 0 1% .3em 0;
            padding: 0 0 0 1%
        }

.wordBreakText {
    word-break: break-all
}

.normalOl {
    padding-left: 1.8em;
    list-style-type: decimal
}

    .normalOl li {
        list-style-type: decimal
    }

.x_normalOl {
    padding-left: 1.8em;
    list-style-type: decimal
}

    .x_normalOl li {
        list-style-type: decimal
    }	
	
.T2 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2em
}

    .T2 li {
        list-style: none;
        text-indent: -2em
    }

.T3 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3em
}

    .T3 li {
        list-style: none;
        text-indent: -3em
    }

.T3px {
    list-style: none;
    margin: 0;
    padding: 0 0 0 54px
}

    .T3px li {
        list-style: none;
        text-indent: -54px
    }

.page {
    position: relative;
    clear: both;
    margin: 1em 0;
    text-align: center
}

    .page a {
        display: inline-block;
        padding: 0 7px;
        color: #383838
    }

    .page .current {
        background-color: #05ABE0;
        color: #fff
    }

.greenText {
    color: #4e8b02
}

.blueText {
    color: #2f3b8b
}

.orangeText {
    color: #B85D00
}

.normalText {
    font-weight: 400
}

.blackLink {
    color: #333;
    transition: none;
    display: inline-block;
}

    .blackLink:hover, .blackLink:focus {
        color: #B85D00
    }

.blueLink {
    color: #2f3b8b;
    transition: none
}

    .blueLink:hover, .blueLink:focus {
        color: #B85D00
    }

.x_blueLink {
    color: #2f3b8b;
    transition: none
}

    .x_blueLink:hover, .x_blueLink:focus {
        color: #bd5b00
    }	
	
.orangeLink {
    color: #bd5b00;
    transition: none
}

    .orangeLink:hover, .orangeLink:focus {
        color: #333
    }

.noMargin {
    margin: 0
}

.marginTop {
    margin: 1em 0 0
}

.marginBot {
    margin: 0 0 1em
}

.marginTopBot {
    margin: 1em 0
}

.paddigBot {
    padding: 0 0 1em
}

.paddingTopBot {
    padding: 1em 0
}

.paddigLeft {
    padding: 0 0 0 1em
}

.paddigRight {
    padding: 0 1em 0 0
}

.paddigRightS {
    padding: 0 .3em 0 0
}

.dotList {
    padding-left: 1.5em;
    list-style: outside
}

    .dotList li {
        list-style: outside
    }

.x_dotList {
    padding-left: 1.5em;
    list-style: outside
}

    .x_dotList li {
        list-style: outside
    }	
	
.borderLine {
    border-bottom: 1px solid #999;
    margin: 1em 0
}

.alignLeft {
    text-align: left
}

.alignCenter {
    text-align: center
}

.alignRightT {
    text-align: right
}

input.superShortInput, .superShortInput {
    width: 30px
}

input.shortInput, .shortInput {
    width: 10%
}

input.mediumInput, .mediumInput {
    width: 40%
}

input.longInput, .longInput {
    width: 95%
}

input.longInput, .longInput2 {
    width: 75%
}

.webWrap.inner {
    padding: 0;
}

.leftBlock {
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
    width: 200px;
    background-color: #FFF;
    padding: 10px 20px 20px;
    border-radius: 1em 0 0 1em
}

.mainContentWrap.withLeft {
    position: relative;
    float: left;
    width: 800px;
    padding: 10px 20px;
    border-radius: 0 1em 0 0
}

.sgAccesskey {
    font-size: 0.81rem;
    color: #6e6e6e
}

.leftMenuList {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px dashed #d0d0d0
}

    .leftMenuList li {
        border-bottom: 1px dashed #d0d0d0
    }

    .leftMenuList a {
        display: block;
        padding: .5em;
        color: #565655;
        transition: .3s
    }

        .leftMenuList a:hover, .leftMenuList a:focus, .leftMenuList .current {
            background-color: #E37300;
            color: #FFF
        }

.subLeftMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 75%;
    line-height: normal
}

    .subLeftMenu li {
        border-top: 1px dashed #999;
        border-bottom: none;
        padding-left: 1em
    }

    .subLeftMenu a {
        color: #666
    }

        .subLeftMenu .current, .subLeftMenu a:hover {
            color: #666;
            background: none
        }

.pageHighlight, a.pageHighlight {
    border-radius: .25em;
    padding: 0 5px;
    border: 1px solid #CCC;
    margin: 1px;
    display: inline-block
}

a.pageHighlight {
    color: #666
}

    a.pageHighlight:hover, a.pageHighlight:focus {
        background-color: #00ADA5;
        color: #FFF
    }

.whiteText {
    color: #FFF
}

.red {
    color: red
}

.backBtn {
    background: #efefef url(../images/icon/icon_back_2.png) no-repeat left center;
    color: #6b6b6b;
    padding: 2px 5px 2px 30px;
    border-radius: 5px;
    border: 1px solid #CCC
}

    .backBtn:hover, .backBtn:focus {
        color: #333;
        border: 1px solid #333
    }

.subscriptionBtn {
    color: #00ADA5;
    border: 1px solid #00ADA5;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px
}

    .subscriptionBtn:hover, .subscriptionBtn:focus {
        background-color: #00ADA5;
        color: #FFF
    }

.boldText {
    font-weight: 700
}

.underlineText {
    text-decoration: underline
}

.toolList2 {
    list-style: none;
    margin: 0;
    padding: 0
}

    .toolList2 li {
        display: inline-block;
        vertical-align: top
    }

.goTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

    .goTop a {
        padding: 8px 10px;
        background-color: #000;
        /* border-radius: 10px; */
        opacity: .5;
        transition: .3s
    }

        .goTop a:hover {
            opacity: .8
        }

.editLeft {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-right: 1%
}

.editRight {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%
}

.iconList2 {
    list-style: none;
    margin: 0;
    padding: 0
}

    .iconList2 li {
        background: url(../images/siteContent/dot01.png) no-repeat left top;
        padding: 0 0 0 20px
    }

    .iconList2 a {
        color: #414141
    }

        .iconList2 a:hover, .iconList2 a:focus {
            color: #F60
        }

.ill02 {
    background-color: #ecf3cc;
    padding: .5em 1em;
    border-radius: 10px;
    color: #357804;
    margin-bottom: 15px
}

    .ill02 a {
        color: #357804;
        text-decoration: underline
    }

        .ill02 a:hover, .ill02 a:focus {
            color: #000
        }

.ill01 {
    background: url(../images/siteContent/illage01.png) no-repeat left bottom;
    padding: 15px 0 15px 130px;
    margin-bottom: 15px
}

.ill03, .ill04, .ill06, .ill07 {
    padding: 15px 0 15px 160px;
    min-height: 147px;
    position: relative
}

    .ill03 .iconList2, .ill04 .iconList2, .ill06 .iconList2, .ill07 .iconList2 {
        position: absolute;
        top: 3em
    }

.ill03 {
    background: url(../images/siteContent/illbg01.png) no-repeat left bottom
}

.ill04 {
    background: url(../images/siteContent/illbg02.png) no-repeat left bottom
}

.ill06 {
    background: url(../images/siteContent/illbg03.png) no-repeat left bottom
}

.ill07 {
    background: url(../images/siteContent/illbg04.png) no-repeat left bottom
}

.linkBlock {
    background-color: #f0f0f0;
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 10px 20px
}

.linkTitle {
    text-align: center;
    margin-bottom: 5px
}

.linkList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

    .linkList li {
        margin-bottom: 5px;
        width: 185px
    }

    .linkList img {
        width: 100%
    }

.x_editLeft {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-right: 1%
}

.x_editRight {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%
}

.x_iconList2 {
    list-style: none;
    margin: 0;
    padding: 0
}

    .x_iconList2 li {
        background: url(../images/siteContent/dot01.png) no-repeat left top;
        padding: 0 0 0 20px
    }

    .x_iconList2 a {
        color: #414141
    }

        .x_iconList2 a:hover, .x_iconList2 a:focus {
            color: #F60
        }

.x_ill02 {
    background-color: #ecf3cc;
    padding: .5em 1em;
    border-radius: 10px;
    color: #357804;
    margin-bottom: 15px
}

    .x_ill02 a {
        color: #357804;
        text-decoration: underline
    }

        .x_ill02 a:hover, .x_ill02 a:focus {
            color: #000
        }

.x_ill01 {
    background: url(../images/siteContent/illage01.png) no-repeat left bottom;
    padding: 15px 0 15px 130px;
    margin-bottom: 15px
}

.x_ill03, .x_ill04, .x_ill06, .x_ill07 {
    padding: 15px 0 15px 160px;
    min-height: 147px;
    position: relative
}

    .x_ill03 .x_iconList2, .x_ill04 .x_iconList2, .x_ill06 .x_iconList2, .x_ill07 .x_iconList2 {
        position: absolute;
        top: 3em
    }

.x_ill03 {
    background: url(../images/siteContent/illbg01.png) no-repeat left bottom
}

.x_ill04 {
    background: url(../images/siteContent/illbg02.png) no-repeat left bottom
}

.x_ill06 {
    background: url(../images/siteContent/illbg03.png) no-repeat left bottom
}

.x_ill07 {
    background: url(../images/siteContent/illbg04.png) no-repeat left bottom
}

.x_linkBlock {
    background-color: #f0f0f0;
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 10px 20px
}

.x_linkTitle {
    text-align: center;
    margin-bottom: 5px
}

.x_linkList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

    .x_linkList li {
        margin-bottom: 5px;
        width: 185px
    }

    .x_linkList img {
        width: 100%
    }

	
	
.g1 {
    list-style: none;
    margin: 0;
    padding: 0
}

    .g1 li {
        margin-bottom: .8em
    }

.g1Link {
    font-size: 120%;
    background: #D5FDFF;
    border: 0 solid #8BC2C6;
    box-shadow: 0 3px 0 #8BC2C6;
    padding: .5em 1em;
    border-radius: 1.5em;
    color: #257A7F;
    display: block
}

    .g1Link:hover, .g1Link:focus {
        background: #257A7F;
        color: #FFF;
        box-shadow: 0 1px 0 #8BC2C6
    }

.g2 {
    list-style: none;
    margin: 10px 15px;
    padding: 0
}

    .g2 li {
        margin: 0;
        background: url(../images/icon/g2Icon.png) no-repeat left center;
        padding: 0 0 0 15px
    }

.g2Link {
    color: #666
}

    .g2Link:hover, .g2Link:focus {
        color: #FC7B03
    }

.pcOnly {
    display: inline-block
}

.phoneOnly, .toolList2 .phoneOnly {
    display: none
}

.phoneRow {
    display: inline-block
}

.noFound {
    width: 750px;
    line-height: 1.4em;
    padding: 10px 15px;
    margin: 100px auto;
    background: rgba(255,255,255,.85)
}

    .noFound h1 {
        color: #e87536 !important
    }

    .noFound p {
        padding: 4px 0 8px;
        margin: 4px 0 8px
    }

    .noFound h3 {
        color: #e87536
    }

    .noFound a:hover {
        background-color: #000;
        border: 0 #F60 solid
    }

    .noFound a {
        background-color: #e87536;
        padding: 4px 20px;
        color: #FFF;
        text-decoration: none;
        border-radius: 6px;
        border: 0 #F60 solid
    }

.epaperWrap {
    width: 100%
}

    .epaperWrap section {
        width: 100%;
        padding: 1em;
        box-sizing: border-box
    }

        .epaperWrap section p {
            font-size: 1em
        }

    .epaperWrap #epaperSection1 {
        background: #ebe9f4
    }

    .epaperWrap #epaperSection2 {
        background: #fff9de
    }

    .epaperWrap #epaperSection4 {
        background: #ffdee6
    }

    .epaperWrap #epaperSection5 {
        background: #cee7ff
    }

    .epaperWrap #epaperSection3 {
        background: url(../images/epaper/footerBg.jpg) no-repeat center bottom;
        letter-spacing: 0;
        background-size: cover
    }

    .epaperWrap img {
        width: 100%;
        height: auto
    }

    .epaperWrap section table img {
        width: 70%;
        height: auto
    }

    .epaperWrap a img {
        width: auto
    }

    .epaperWrap #epaperSection1 h2 {
        margin: 0;
        border-left: 6px solid #951bb8;
        border-bottom: 1px solid #f0d1f9;
        color: #951bb8;
        font-size: 1.375rem;
        padding: 0 0 0 10px;
        line-height: 40px;
        letter-spacing: 1px
    }

    .epaperWrap #epaperSection2 h2 {
        margin: 0;
        border-left: 6px solid #a88014;
        border-bottom: 1px solid #dcb448;
        color: #a88014;
        font-size: 1.375rem;
        padding: 0 0 0 10px;
        line-height: 40px;
        letter-spacing: 1px
    }

    .epaperWrap #epaperSection4 h2 {
        margin: 0;
        border-left: 6px solid #e04220;
        border-bottom: 1px solid #fac9be;
        color: #e04220;
        font-size: 1.375rem;
        padding: 0 0 0 10px;
        line-height: 40px;
        letter-spacing: 1px
    }

    .epaperWrap #epaperSection5 h2 {
        margin: 0;
        border-left: 6px solid #1561af;
        border-bottom: 1px solid #9dc9f4;
        color: #1561af;
        font-size: 1.375rem;
        padding: 0 0 0 10px;
        line-height: 40px;
        letter-spacing: 1px
    }

.epaperWrap section div {
        padding: 1em;
        background: #fff;
        box-sizing: border-box;
    }
/*.epaperWrap #epaperSection1 div {

		background:url(../images/epaper/epaperbg.jpg) bottom left no-repeat #fff;
    }*/
#epaperSection1 h3 {
    margin: 0 0 5px;
    font-size: 1.25rem;
    color: #4e5288;
    letter-spacing: 1px
}

#epaperSection2 h3 {
    margin: 0 0 5px;
    font-size: 1.25rem;
    color: #a88014;
    letter-spacing: 1px
}

#epaperSection4 h3 {
    margin: 0 0 5px;
    font-size: 1.25rem;
    color: #f55d3c;
    letter-spacing: 1px
}

#epaperSection5 h3 {
    margin: 0 0 5px;
    font-size: 1.25rem;
    color: #1561af;
    letter-spacing: 1px
}

.epaperImg {
    border-width: 0;
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 5px 2px rgba(20%,20%,40%,0.3)
}

.epaperWrap #epaperSection2 ul li {
    margin: .5em 0 1em
}

.videoBlock {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 1em;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .videoBlock iframe, .videoBlock object, .videoBlock embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.videoList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .videoList li {
        display: inline-block;
        vertical-align: top;
        width: 22%;
        margin: 1%
    }

.videoImg img {
    width: 100%;
    border: 2px solid #CCC;
    transition: .3s
}

    .videoImg img:hover {
        border: 2px solid #999
    }

.videoTxt {
    color: #00ADA5
}

.msgInfo {
    position: relative
}

.msgInfoTitle {
    display: inline-block;
    background-color: #aeaeae;
    color: #FFF;
    padding: .3em .7em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.msgInfoContent {
    position: relative;
    background-color: #F1F1F1;
    padding: .5em
}

    .msgInfoContent.reply {
        background-color: #fff5a0
    }

.msgTable {
    position: relative
}

.msgTableTR {
    list-style: none;
    margin: 0;
    padding: 0
}

    .msgTableTR li {
        display: inline-block;
        vertical-align: top
    }

    .msgTableTR .msgTableTH {
        width: 13%;
        text-align: right
    }

    .msgTableTR .msgTableTD {
        width: 85%
    }

.msgList {
    position: relative
}

.msgListTitle {
    position: relative;
    background-color: #aeaeae;
    color: #FFF;
    padding: .3em .7em
}

.msgListTitleL, .msgListTitleR {
    display: inline-block;
    vertical-align: top;
    width: 48%
}

.msgListTitleR {
    text-align: right
}

a.blackBtn {
    padding: .2em 1em
}

.msgListContent {
    position: relative;
    background-color: #F1F1F1
}

.msgListContentList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .msgListContentList li {
        padding: .5em;
        border-bottom: 1px dashed #aeaeae
    }

.msgListContentText {
    margin-right: .5em
}

.msgListContentTime {
    color: #999
}

#hideMsg {
    display: none
}

.grayText {
    color: #999
}
.siteRightHtml a{
    margin-top: 8px;
}
.siteRightHtml a{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%; /* ✅ 保留 16:9 高度 */
  overflow: hidden;
  background: #000;
  border-radius: 4px;
}
.siteRightHtml a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ 保持比例、鋪滿畫面 */
  transition: transform 0.3s ease;
}
.siteRightHtml li a:hover img{
  transform: scale(1.03);
}
@media screen and (max-width: 750px) {
    .noFound {
        box-sizing: border-box;
        width: 90%;
        line-height: 1.4em;
        padding: 40% 20px;
        margin: 15px auto;
        text-align: center
    }

        .noFound h1 {
            font-size: 1.87rem
        }

        .noFound h3 {
            font-size: 1.25rem;
        }
}

#Japan .iconList {
    margin: 0;
    padding: 0
}

    #Japan .iconList li {
        margin: 5px;
        padding: 10px 20px;
        display: flex;
        display: -webkit-flex;
        float: left;
        align-items: center;
        width: 48%;
        vertical-align: top;
        text-align: left;
        box-sizing: border-box;
        height: 100px;
        font-size: .85em;
        background: #ededed;
        border: none;
        border-radius: 0 20px 0 20px;
        transition: all ease-out .4s
    }

        #Japan .iconList li a {
            display: block;
            font-family: "Arial","微軟正黑體",san-serif;
            font-weight: 100;
            line-height: 1.5;
            letter-spacing: 2px;
            transition: all ease-out .4s
        }

        #Japan .iconList li:hover {
            background: #F90
        }

            #Japan .iconList li:hover a {
                color: #fff;
                font-style: italic
            }

        #Japan .iconList li a span {
            background: #fff;
            display: block;
            font-weight: 400;
            display: block;
            border-bottom: 1px solid #CCC
        }

#Japan #ctl00_ContentPlaceHolder1_JpPanel {
    font-weight: 700;
    font-family: "Arial","微軟正黑體",san-serif;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: center
}

    #Japan #ctl00_ContentPlaceHolder1_JpPanel a, #Japan #ctl00_ContentPlaceHolder1_JpPanel a:hover {
        color: #366
    }

.jpListStyle1, .jpListStyle2, .jpListStyle3 {
    font-family: "Arial","微軟正黑體",san-serif;
    font-weight: 100;
    font-size: .8em;
    color: #333;
    letter-spacing: 1px;
    margin: 0 0 20px
}

    .jpListStyle1 li {
        margin-bottom: 20px;
        border-bottom: 1px dotted #CCC;
        padding: 10px 0
    }

    .jpListStyle2 li {
        border-bottom: 1px dotted #CCC;
        padding: 10px 0
    }

    .jpListStyle3 li {
        padding: 10px
    }

    .jpListStyle1 h4, .jpListStyle2 h4, .jpListStyle3 h4 {
        font-weight: 400;
        font-size: 1.2em;
        margin-bottom: 10px
    }

.jpRedTxt {
    color: #C00
}

.jpBlueTxt {
    color: #39C
}

.jpGreenTxt {
    color: #099
}

.jpListStyle1 h4 a:hover, .jpListStyle2 h4 a:hover, .jpListStyle3 h4 a:hover {
    font-style: italic
}

.jpListStyle1 .qaStyle {
    font-family: "Arial","微軟正黑體",san-serif;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0 0 10px;
    margin-bottom: 0
}

    .jpListStyle1 .qaStyle span {
        font-size: 2em;
        margin-right: 5px;
        font-weight: 100;
        color: #333
    }

.jpListStyle1 p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
    padding: .5em .5em .5em;
    box-sizing: border-box;
    font-size: 1.0em
}

.twoblockStyle {
    display: inline-block;
    width: 49.5%;
    vertical-align: top
}

.content .jpListStyle1 {
    list-style: none;
    margin: 0
}

.content .jpListStyle3 {
    list-style: cjk-ideographic;
    font-weight: 400;
    list-style-position: inside;
    padding: 0
}

    .content .jpListStyle2 p, .content .jpListStyle3 p {
        font-weight: 100
    }

.content .jpListStyle1 li {
    box-sizing: border-box;
    margin-bottom: 0;
    border: none
}

.jpListStyle3 li {
    background: #edf6d4;
    margin-bottom: 5px
}

    .jpListStyle3 li ul, .jpListStyle3 li ol {
        margin: 0;
        padding: .5em 1em .5em 2.5em;
        background: #fff
    }

        .jpListStyle3 li ul li, .jpListStyle3 li ol li {
            border: none;
            margin: 10px 0;
            padding: 0;
            font-weight: 100;
            list-style-position: initial;
            background: #fff;
            color: #333
        }

        .jpListStyle3 li ul li {
            list-style: square
        }

#Japan .x_iconList {
    margin: 0;
    padding: 0
}

    #Japan .x_iconList li {
        margin: 5px;
        padding: 10px 20px;
        display: flex;
        display: -webkit-flex;
        float: left;
        align-items: center;
        width: 48%;
        vertical-align: top;
        text-align: left;
        box-sizing: border-box;
        height: 100px;
        font-size: .85em;
        background: #ededed;
        border: none;
        border-radius: 0 20px 0 20px;
        transition: all ease-out .4s
    }

        #Japan .x_iconList li a {
            display: block;
            font-family: "Arial","微軟正黑體",san-serif;
            font-weight: 100;
            line-height: 1.5;
            letter-spacing: 2px;
            transition: all ease-out .4s
        }

        #Japan .x_iconList li:hover {
            background: #F90
        }

            #Japan .x_iconList li:hover a {
                color: #fff;
                font-style: italic
            }

        #Japan .x_iconList li a span {
            background: #fff;
            display: block;
            font-weight: 400;
            display: block;
            border-bottom: 1px solid #CCC
        }

#Japan #ctl00_ContentPlaceHolder1_JpPanel {
    font-weight: 700;
    font-family: "Arial","微軟正黑體",san-serif;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: center
}

    #Japan #ctl00_ContentPlaceHolder1_JpPanel a, #Japan #ctl00_ContentPlaceHolder1_JpPanel a:hover {
        color: #366
    }

.x_jpListStyle1, .x_jpListStyle2, .x_jpListStyle3 {
    font-family: "Arial","微軟正黑體",san-serif;
    font-weight: 100;
    font-size: 1em;
    color: #333;
    letter-spacing: 1px;
    margin: 0 0 20px
}

    .x_jpListStyle1 li {
        margin-bottom: 20px;
        border-bottom: 1px dotted #CCC;
        padding: 10px 0
    }

    .x_jpListStyle2 li {
        border-bottom: 1px dotted #CCC;
        padding: 10px 0
    }

    .x_jpListStyle3 li {
        padding: 10px
    }

    .x_jpListStyle1 h4, .x_jpListStyle2 h4, .x_jpListStyle3 h4 {
        font-weight: 400;
        font-size: 1.2em;
        margin-bottom: 10px
    }

.x_jpRedTxt {
    color: #C00
}

.x_jpBlueTxt {
    color: #39C
}

.x_jpGreenTxt {
    color: #099
}

.x_jpListStyle1 h4 a:hover, .x_jpListStyle2 h4 a:hover, .x_jpListStyle3 h4 a:hover {
    font-style: italic
}

.x_jpListStyle1 .x_qaStyle {
    font-family: "Arial","微軟正黑體",san-serif;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0 0 10px;
    margin-bottom: 0
}

    .x_jpListStyle1 .x_qaStyle span {
        font-size: 2em;
        margin-right: 5px;
        font-weight: 100;
        color: #333
    }

.x_jpListStyle1 p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
    padding: .5em .5em .5em;
    box-sizing: border-box
}

.twoblockStyle {
    display: inline-block;
    width: 49.5%;
    vertical-align: top
}

.content .x_jpListStyle1 {
    list-style: none;
    margin: 0
}

.content .x_jpListStyle3 {
    list-style: cjk-ideographic;
    font-weight: 400;
    list-style-position: inside;
    padding: 0
}

    .content .x_jpListStyle2 p, .content .x_jpListStyle3 p {
        font-weight: 100
    }

.content .x_jpListStyle1 li {
    box-sizing: border-box;
    margin-bottom: 0;
    border: none
}

.x_jpListStyle3 li {
    background: #edf6d4;
    margin-bottom: 5px
}

    .x_jpListStyle3 li ul, .x_jpListStyle3 li ol {
        margin: 0;
        padding: .5em 1em .5em 2.5em;
        background: #fff
    }

        .x_jpListStyle3 li ul li, .x_jpListStyle3 li ol li {
            border: none;
            margin: 10px 0;
            padding: 0;
            font-weight: 100;
            list-style-position: initial;
            background: #fff;
            color: #333
        }

        .x_jpListStyle3 li ul li {
            list-style: square
        }
		
		
.marketYellow {
    background: #FF3;
    padding: 0 5px;
    font-weight: 300
}

.geneticIcon {
    padding: 3px 10px 2px;
    margin-left: 5px;
    border-radius: 5px;
    background: #4caf50;
    color: #fff;
    font-size: 0.81rem;
    font-weight: 700
}

.geneticBnt {
    display: block;
    margin: auto;
    background: url(../images/icon/send.png) center no-repeat #FF5722;
    width: 60%;
    padding: 15px 0;
    background-size: contain;
    border-radius: 20px;
    box-shadow: 0 3px 0 #bd3a10
}

    .geneticBnt:hover {
        background: url(../images/icon/send.png) center no-repeat #bd3a10;
        background-size: contain
    }

.UnitTitle, .withLeft .UnitTitle {
    display: block;
    width: 100%;
    color: #393939;
    text-align: center;
    font-size: 1.5em;
    padding: .5em 0;
    margin: .5em auto 0;
    font-weight: 700
}

    .UnitTitle:after {
        content: ' ';
        width: 25px;
        height: 5px;
        margin: .5em auto 0;
        background: #ffad31;
        display: block
    }

    .withLeft .UnitTitle:after {
        display: none
    }

.withLeft .UnitTitle {
    border-bottom: 3px dotted #ffad31
}

.withLeft .unitContent iframe {
    margin-right: auto;
    margin-left: auto
}

.unitContent .leftMenuList {
    border-top: none;
    background: #FF7700;
    border-radius: .5em .5em .5em .5em;
    margin-top: 3.5em;
    border-top: 3px solid #dc8939
}

    .unitContent .leftMenuList a {
        color: #fff;
        font-weight: 700
    }

.unitContent .leftBlock {
    padding: 10px 0 20px 20px
}

    .unitContent .leftBlock li:last-child {
        border-bottom: 0
    }

.unitContent .leftMenuList a:hover, .unitContent .leftMenuList a:focus {
    background-color: #dc8939
}

.unitStyle2, .withLeft .unitStyle2 {
    text-align: left;
    background: #eaeaea;
    padding: 1em;
    box-sizing: border-box
}

.unitStyle2 {
    text-align: left;
    background: #eaeaea;
    padding: 1em 0 0 1.5em
}

    .unitStyle2 li {
        display: inline-block;
        width: 48%;
        vertical-align: top;
        border: 0;
        margin: 0 0 .5em .25em
    }

.withLeft .unitStyle2 li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    margin: 0
}

.unitStyle2 li p {
    padding: .5em;
    box-sizing: border-box
}

.withLeft .unitStyle2 li p {
    padding: .5em;
    box-sizing: border-box
}

.unitStyle2 li p.unitBlockTitle {
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: .5em 1em;
    background: #957dbf;
    border-radius: .5em .5em 0 0
}

.unitStyle2 li:hover p.unitBlockTitle {
    color: #FF0
}

.unitStyle2 li:nth-child(3n-1) p.unitBlockTitle {
    background: #599f99
}

.unitStyle2 li:nth-child(3n) p.unitBlockTitle {
    background: #df6b46
}

.unitStyle2 li p.unitBlockTxt {
    font-size: .8em;
    line-height: 1.5;
    text-align: left;
    color: #333;
    border: 3px solid #957dbf;
    border-top: 0
}

.unitStyle2 li:nth-child(3n-1) p.unitBlockTxt {
    border: 3px solid #599f99;
    border-top: 0
}

.unitStyle2 li:nth-child(3n) p.unitBlockTxt {
    border: 3px solid #df6b46;
    border-top: 0
}

.unitStyle2 li:hover p.unitBlockTxt {
    background: #fff
}

.withLeft .unitStyle2 li p.unitBlockTitle {
    color: #000;
    background: rgba(255,255,255,.5);
    text-align: left;
    font-weight: 700;
    padding: .5em 1em;
    border-left: 5px solid #29a4a4;
    border-radius: 0
}

.withLeft .unitStyle2 li:nth-child(3n-1) p.unitBlockTitle {
    border-left: 5px solid #2196F3
}

.withLeft .unitStyle2 li:nth-child(3n) p.unitBlockTitle {
    border-left: 5px solid #b368c0
}

.withLeft .unitStyle2 li:hover p.unitBlockTitle {
    color: #29a4a4
}

.withLeft .unitStyle2 li:nth-child(3n-1):hover p.unitBlockTitle {
    color: #2196F3
}

.withLeft .unitStyle2 li:nth-child(3n):hover p.unitBlockTitle {
    color: #b368c0
}

.withLeft .unitStyle2 li p.unitBlockTxt, .withLeft .unitStyle2 li:nth-child(3n-1) p.unitBlockTxt, .withLeft .unitStyle2 li:nth-child(3n) p.unitBlockTxt {
    font-size: .8em;
    line-height: 1.5;
    text-align: left;
    color: #333;
    border: 0
}

.withLeft .unitStyle2 li:hover p.unitBlockTxt {
    background: unset
}

.gmp a {
    text-decoration: none
}

    .gmp a:hover {
        color: #f60
    }

.block {
    margin-bottom: 14px;
    margin-left: 10px;
    padding: 14px;
    background: #faf0e6;
    border: 1px solid #f4a460;
    opacity: .9
}

.t1 {
    font-size: 110%;
    font-weight: 600;
    color: #36c
}

    .t1 a {
        color: #36c
    }

.t2 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 14px;
    font-size: 100%;
    font-weight: 400;
    color: #000
}

    .t2 a {
        color: #000
    }

.t3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%
}

    .t3 a {
        color: #5f5f5f
    }

.x_gmp a {
    text-decoration: none
}

    .x_gmp a:hover {
        color: #f60
    }

.x_block {
    margin-bottom: 14px;
    margin-left: 10px;
    padding: 14px;
    background: #faf0e6;
    border: 1px solid #f4a460;
    opacity: .9
}
.gmpStyle2 ,.x_gmpStyle2 {
    display: flex;
    justify-content: space-evenly;
}
.htmlStyleMember .colBox {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    border-bottom: 1px solid #000;
    padding: 1em .5em;
    align-items: center;
}
.htmlStyleList ul{
	display:flex;
	}
.x_htmlStyleList ul{
	display:flex;
  flex-wrap: wrap;
	width:100%;
    justify-content: space-between;
	}
.x_htmlStyleList ul li{
	width:31%;
  margin-right: 1%;
}
.htmlStyleList ul li a{
	display: inline-block;
    padding: 2em 1em;
		color:#4b6447;
		font-weight:bold;
    border-radius: 3px;
    margin: .3em .2em;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 1.06rem;
    position: relative;
    background-color: #e7f587;
    box-shadow: inset 0 3px 2px rgb(255 255 255 / 50%), inset 0 -3px 2px rgb(0 0 0 / 20%);
    border: 1px solid #e7f587;
		text-align: center;
		width:100%;
}
.x_htmlStyleList ul li a{
	display: inline-block;
    padding: 2em 1em;
		color:#4b6447;
		font-weight:bold;
    border-radius: 3px;
    margin: .3em .2em;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 1.06rem;
    position: relative;
    background-color: #e7f587;
    box-shadow: inset 0 3px 2px rgb(255 255 255 / 50%), inset 0 -3px 2px rgb(0 0 0 / 20%);
    border: 1px solid #e7f587;
		text-align: center;
		width:100%;
}
.htmlStyleList ul li a:hover {
		border: 1px solid #f5fbcc;
    background: linear-gradient(to bottom, #f5fbcc 0%, #f5fbcc 40%, #f5fbcc 100%);
    color: #4b6447;
}
.x_htmlStyleList ul li a:hover {
		border: 1px solid #f5fbcc;
    background: linear-gradient(to bottom, #f5fbcc 0%, #f5fbcc 40%, #f5fbcc 100%);
    color: #4b6447;
}
/*20211014測試新增樣示*/
.x_unitStyle2 ,.unitStyle2{
    text-align: left;
    background: #eaeaea;
    padding: 1em;
    box-sizing: border-box;
}
.x_unitStyle2 li ,.unitStyle2 li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    margin: 0;
}
.x_blackLink ,.blackLink {
    color: #333;
    transition: none;
    display: inline-block;
}
.x_unitStyle2 li p.x_unitBlockTitle ,.unitStyle2 li p.unitBlockTitle {
    color: #000;
    background: rgba(255,255,255,.5);
    text-align: left;
    font-weight: 700;
    padding: .5em 1em;
    border-left: 5px solid #29a4a4;
    border-radius: 0;
    margin: 0;
}
.x_unitStyle2 li p.x_unitBlockTxt ,.unitStyle2 li p.unitBlockTxt{
	font-size: .9em;
    line-height: 1.5;
    text-align: left;
    color: #333;
    border: 0;
}
.x_unitStyle2 li:nth-child(3n-1) p.x_unitBlockTitle ,.unitStyle2 li:nth-child(3n-1) p.unitBlockTitle {
    border-left: 5px solid #2196F3;
}
.x_unitStyle2 li:nth-child(3n) p.x_unitBlockTitle ,.unitStyle2 li:nth-child(3n) p.unitBlockTitle {
    border-left: 5px solid #b368c0;
}
.x_unitStyle2 li:hover p.x_unitBlockTitle ,.unitStyle2 li:hover p.unitBlockTitle {
    color: #29a4a4;
}
.x_unitStyle2 li:nth-child(3n-1):hover p.x_unitBlockTitle ,.unitStyle2 li:nth-child(3n-1):hover p.unitBlockTitle {
    color: #2196F3;
}
.x_unitStyle2 li:nth-child(3n):hover p.x_unitBlockTitle ,.unitStyle2 li:nth-child(3n):hover p.unitBlockTitle{
    color: #b368c0;
}
/*20211014新增樣示end*/
.htmlTableStyle{
	 border:1px solid #000;
}
.htmlTableStyle td{
	font-weight:bold;
}
.x_htmlTableStyle{
	 border:1px solid #000;
}
.x_htmlTableStyle td{
	font-weight:bold;
}
.x_htmlStyleMember .x_colBox {
    display: flex;
    align-content: center;
    border-bottom: 1px solid #000;
    padding: 1em .5em;
    align-items: center;
}
.x_htmlStyleMember .x_colBox div{
	padding:0 .5em;
}
.x_htmlStyleMember .x_colBox div:first-child {
	color:#333399;
	width:20%;
}
.x_htmlStyleMember .x_colBox div:nth-child(2){
	width:30%;
}
.x_htmlStyleMember .x_colBox div:last-child {
	width:30%;
}
.htmlStyleMember .colBox div{
	padding:0 .5em;
}
.htmlStyleMember .colBox div:first-child {
	color:#333399;
	width:20%;
}
.htmlStyleMember .colBox div:nth-child(2){
	width:30%;
}
.htmlStyleMember .colBox div:last-child {
	width:30%;
}
.htmlStyleLaw ul.lawList li{
	display:flex;
	justify-content: flex-start;
}
.x_htmlStyleLaw ul.x_lawList li{
	display:flex;
	justify-content: flex-start;
}
.htmlStyleLaw ul.lawList li div:first-child{
	min-width: 67px;
}
.x_htmlStyleLaw ul.x_lawList li div:first-child{
	min-width: 67px;
}
.x_htmlStyleLaw ul.x_qaList li div:first-child{
	min-width: 50px;
}
.x_htmlStyleLaw ul.x_qaList li:nth-child(odd){
	background-color:#FFC;
	margin-top:1em;
}
.x_htmlStyleLaw ul.x_lawList li{
	padding:.5em;
}
.x_t1 {
    font-size: 110%;
    font-weight: 600;
    color: #36c;
		
}

    .x_t1 a {
        color: #36c
    }

.x_t2 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 14px;
    font-size: 100%;
    font-weight: 400;
    color: #000
}

    .x_t2 a {
        color: #000
    }

.x_t3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%
}

    .x_t3 a {
        color: #5f5f5f
    }
/*===========取消電子報===============*/
.pageTitle{
    text-align: center;
    margin: 1.5em 1em 1em 1em;
    position: relative;
}
.pageTitle::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #b87f2f;
    margin-left: 5px;
    left: calc(50% - 50px);
    top: 36px;
}
.loginBox{
    text-align: center;
    margin: 0 1em;
}
.loginForm {
    margin: 1em auto;
    text-align: left;
    width: 80%;
    max-width: 800px;
    padding: 2em;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 1em;
    color: #666;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* border: 3px solid #f29b19; */
}
.loginForm p{
    color: #000;
}
.lfInner {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dotted #ccc;
}
.loginBox label {
    margin: .5em 0;
    display: inline-block;
    width: 30%;
    text-align: right;
}
.VCodeKeyText{
    text-align: center;
    padding: 0px 8px;
    background: #ffb146;
    color: #000;
    display: inline-block;
    font-size: .85em;
    border-radius: 8px;
}
.loginBox .btn {
    margin: 1em auto;
    display: inline-block;
    padding: .5em 1em;
    border: none;
    border-radius: .5em;
    background: #e78b00;
    color: #000;
    cursor: pointer;
}
.loginBox .btn:hover{
    background: #c97800;
    color: #fff;
}
.redTxt{
    color: red;
    font-size: .9em;
}
@media screen and ( max-width:767px) {
    body {
        background: none
    }

    .epaperWrap img, .epaperWrap section table img {
        width: 100%;
        height: auto
    }

    .twoblockStyle {
        width: 100%
    }

    #Japan .x_iconList li {
        width: 100%
    }

    .morePhotoList li {
        display: block;
        width: 99%
    }

    .formTable th {
        width: 31%;
        white-space: normal;
        text-align: left
    }

    .jobwarp {
        width: auto
    }

        .jobwarp P {
            margin: 0
        }

        .jobwarp .list {
            margin-left: 0;
            padding-left: 1.5em
        }

    .CommissionerPhoto {
        width: 100%
    }

    .siteLeft {
        display: block;
        width: auto;
        margin-right: 0;
        margin-bottom: 1em
    }

    .siteRight {
        display: block;
        width: auto
    }

    .siteLeftTopList li {
        padding: 5%;
        width: auto;
        border-right: none;
        border-bottom: 1px solid #E7E7E7;
        display: block
    }

    .siteLeftBotList {
        border-bottom: none
    }

    .boderRow {
        border-bottom: none
    }

    .siteLeftBotList li {
        width: auto;
        padding: 5%;
        display: block;
        border-bottom: 1px solid #E7E7E7
    }

    .siteLeft2, .siteRight2 {
        display: block;
        width: auto;
        margin-right: 0
    }

    .publicationsNewsList li {
        display: block;
        width: auto;
        margin: 0 0 1em
    }

    .checkboxSelectList li {
        display: block;
        width: auto;
        margin: 0 0 1em
    }

    .checkboxSelectInnerList li {
        margin: 0
    }

    .sitemap ul li {
        display: block;
        width: auto;
        margin: 0 0 .3em
    }

    .autoImg img {
        width: 100%
    }

    input.shortInput, input.mediumInput, input.longInput, .shortInput, .mediumInput, .longInput {
        width: 95%
    }

    .leftBlock {
        display: none
    }

    .mainContentWrap.withLeft {
        width: 100%;
        padding: 1em;
        border-radius: 0
    }

    .voiceBlock {
        display: none;
    }
    .path {
        display: block;
        background-color: #ffe9c8;
        margin: .5em 0;
    }

    .goTop {
        display: block
    }

    .editLeft {
        display: block;
        width: auto;
        margin-right: 0;
        margin-bottom: 1em
    }

    .editRight {
        display: block;
        width: auto
    }

    .ill01 {
        background: none;
        padding: 0
    }

    .videoList li {
        width: block;
        width: auto
    }

    .phoneRow {
        display: block
    }

    .phoneNone, .toolList2 .phoneNone {
        display: none
    }

    .pcOnly {
        display: none
    }

    .phoneOnly, .toolList2 .phoneOnly {
        display: inline-block
    }
}

@media screen and ( min-width:768px) and ( max-width:1000px) {
    .jobwarp {
        width: auto
    }

        .jobwarp P {
            margin: 0
        }

        .jobwarp .list {
            margin-left: 0;
            padding-left: 1.5em
        }

    .CommissionerPhoto {
        width: 100%
    }

    .checkboxSelectList li {
        display: block;
        width: auto;
        margin: 0 0 1em
    }

    .checkboxSelectInnerList li {
        margin: 0
    }

    .autoImg img {
        width: 100%
    }

    .leftBlock {
        display: none
    }

    .mainContentWrap.withLeft {
        width: auto;
        padding: 1em;
        border-radius: 1em 1em 0 0
    }

    .voiceBlock {
        display: none;
    }
    .path {
        display: block;
        background-color: #ffe9c8;
        margin: .5em 0;
    }

    .goTop {
        display: block
    }

    .linkList li {
        width: 175px
    }

.uniqList1 {
    list-style: none;
}

    .uniqList1 li {
        border-radius: 0 10px 10px 10px;
        border: 1px solid #7BB439;
        display: inline-block;
        width: 48%;
        vertical-align: top;
        margin: 0 10px 10px 0;
        box-sizing: border-box;
        height: auto;
    }

        .uniqList1 li.orange {
            border: 1px solid #FF8C00;
        }

        .uniqList1 li.blue {
            border: 1px solid #00AEAE;
        }

        .uniqList1 li h4 {
            margin: 0;
            border-radius: 0 10px 0 0;
            padding: 10px;
            background: #7BB439;
            color: #fff;
        }

        .uniqList1 li.orange h4 {
            background: #FF8C00;
        }

        .uniqList1 li.blue h4 {
            background: #00AEAE;
        }

        .uniqList1 li h4 a {
            color: #fff;
        }

        .uniqList1 li:nth-child(5) h4 {
            border-radius: 0 10px 10px 10px;
        }

        .uniqList1 li h4 a:hover, .uniqList1 li ul li a:hover {
            color: #09F;
        }

        .uniqList1 li.blue h4 a:hover, .uniqList1 li ul li a:hover {
            color: #FF8C00;
        }

        .uniqList1 li ul {
            margin: 10px 0 0 30px;
        }

            .uniqList1 li ul li {
                color: #7BB439;
                padding: 0;
                border-bottom: 1px dashed #dadada;
                border: none;
                height: auto;
                width: 100%;
                display: list-item;
                list-style: square;
            }

        .uniqList1 li:nth-child(1) li, .uniqList1 li:nth-child(2) li, .uniqList1 li:nth-child(3) li, .uniqList1 li:nth-child(4) li, .uniqList1 li:nth-child(5) li {
            height: auto;
        }

        .uniqList1 li ul li a {
            color: #333;
            font-size: 1rem;
            text-decoration: none;
        }

        .uniqList1 li.orange ul li {
            color: #FF8C00;
        }

        .uniqList1 li.blue ul li {
            color: #00AEAE;
        }
        
    .loginForm{
        width: 100%;
        max-width: unset;
    }
    .loginBox {
        text-align: center;
        margin: 0 ;
    }
    .loginBox label{
        width: 100%;
        text-align: left;
    }
    .lfInner .redTxt{
        display: inline-block;
    }

}

@media screen and (max-width: 767px) {
    .uniqList1 li {
        width: 100%;
    }
    .loginForm{
        width: 100%;
        max-width: unset;
    }
    .loginBox {
        text-align: center;
        margin: 0 ;
    }
    .loginBox label{
        width: 100%;
        text-align: left;
    }
    .lfInner .redTxt{
        display: inline-block;
    }
    .loginForm input[type="text"] {
        width: 100%;
    }
}

.uniqList1 {
    list-style: none;
}

    .uniqList1 li {
        border-radius: 0 10px 10px 10px;
        border: 1px solid #7BB439;
        display: inline-block;
        width: 48%;
        vertical-align: top;
        margin: 0 10px 10px 0;
        box-sizing: border-box;
        height: auto;
    }

        .uniqList1 li.orange {
            border: 1px solid #FF8C00;
        }

        .uniqList1 li.blue {
            border: 1px solid #00AEAE;
        }

        .uniqList1 li h4 {
            margin: 0;
            border-radius: 0 10px 0 0;
            padding: 10px;
            background: #7BB439;
            color: #fff;
        }

        .uniqList1 li.orange h4 {
            background: #FF8C00;
        }

        .uniqList1 li.blue h4 {
            background: #00AEAE;
        }

        .uniqList1 li h4 a {
            color: #fff;
        }

        .uniqList1 li:nth-child(5) h4 {
            border-radius: 0 10px 10px 10px;
        }

        .uniqList1 li h4 a:hover, .uniqList1 li ul li a:hover {
            color: #09F;
        }

        .uniqList1 li.blue h4 a:hover, .uniqList1 li ul li a:hover {
            color: #FF8C00;
        }

        .uniqList1 li ul {
            margin: 10px 0 0 30px;
        }

            .uniqList1 li ul li {
                color: #7BB439;
                padding: 0;
                border-bottom: 1px dashed #dadada;
                border: none;
                height: auto;
                width: 100%;
                display: list-item;
                list-style: square;
            }

        .uniqList1 li:nth-child(1) li, .uniqList1 li:nth-child(2) li, .uniqList1 li:nth-child(3) li, .uniqList1 li:nth-child(4) li, .uniqList1 li:nth-child(5) li {
            height: auto;
        }

        .uniqList1 li ul li a {
            color: #333;
            font-size: 1rem;
            text-decoration: none;
        }

        .uniqList1 li.orange ul li {
            color: #FF8C00;
        }

        .uniqList1 li.blue ul li {
            color: #00AEAE;
        }
        
    .loginForm{
        width: 100%;
        max-width: unset;
    }
    .loginBox {
        text-align: center;
        margin: 0 ;
    }
    .loginBox label{
        width: 100%;
        text-align: left;
    }
    .lfInner .redTxt{
        display: inline-block;
    }

}


.x_uniqList1 {
    list-style: none;
}

    .x_uniqList1 li {
        border-radius: 0 10px 10px 10px;
        border: 1px solid #7BB439;
        display: inline-block;
        width: 48%;
        vertical-align: top;
        margin: 0 10px 10px 0;
        box-sizing: border-box;
        height: auto;
    }

        .x_uniqList1 li.x_orange {
            border: 1px solid #FF8C00;
        }

        .x_uniqList1 li h4 {
            margin: 0;
            border-radius: 0 10px 0 0;
            padding: 10px;
            background: #7BB439;
            color: #fff;
        }

        .x_uniqList1 li.x_orange h4 {
            background: #FF8C00;
        }

        .x_uniqList1 li h4 a {
            color: #fff;
        }

        .x_uniqList1 li:nth-child(5) h4 {
            border-radius: 0 10px 10px 10px;
        }

        .x_uniqList1 li h4 a:hover, .x_uniqList1 li ul li a:hover {
            color: #09F;
        }

        .x_uniqList1 li ul {
            margin: 10px 0 0 30px;
        }

            .x_uniqList1 li ul li {
                color: #7BB439;
                padding: 0;
                border-bottom: 1px dashed #dadada;
                border: none;
                height: auto;
                width: 100%;
                display: list-item;
                list-style: square;
            }

        .x_uniqList1 li:nth-child(1) li, .x_uniqList1 li:nth-child(2) li, .x_uniqList1 li:nth-child(3) li, .x_uniqList1 li:nth-child(4) li, .x_uniqList1 li:nth-child(5) li {
            height: auto;
        }

        .x_uniqList1 li ul li a {
            color: #333;
            font-size: 0.81rem;
            text-decoration: none;
        }

        .x_uniqList1 li.x_orange ul li {
            color: #FF8C00;
        }

/*介接pmds資料食藥膨風廣告版面調整*/		
.x_pmds {
    position: relative;
    margin: 1em 0;
    word-wrap: break-word;
    word-break: break-all;
}
    .x_pmds td.x_title{
        margin: 1em 0;
		width: 150px;
		font-size: 1em;	
		font-weight:bold;	
    }
		
@media screen and (max-width: 767px) {
    .x_uniqList1 li {
        width: 100%;
    }
}

.lineBox {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}

    .lineBox:before {
        content: "";
        display: block;
        /* border-top: solid 1px #A6D4E1; */
        border-top: solid 1px #E0E0E0;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        z-index: 0;
    }

    .lineBox span {
        background: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }

.socialLoginList {
    text-align: center;
}

    .socialLoginList li {
        display: inline-block;
        width: 5%;
        margin: 0 1%;
    }

        .socialLoginList li img {
            cursor: pointer;
            width: 100%;
        }

.FWinfo {
    margin: 1em 0 2em 0;
    word-break: break-all;
}

.flowWrap {
    text-align: left;
    margin-bottom: 1em;
}

.flowStep {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    width: auto;
    min-height: 28px;
    padding: .5em;
    text-align: center;
    position: relative;
    border-radius: .5em;
    margin: 1.5em 1.5em .5em 0;
    border: 2px solid #007da9;
    background: #0199d5;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-align: left;
}

    .flowStep:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/icon/arrowR.png) center no-repeat;
        background-size: 100%;
        right: -25px;
        top: 30%;
    }

    .flowStep.nowStep {
        border: 2px solid #089382;
        background: #2cc5b4;
        color: #FFEB3B;
    }

    .flowStep.lastStep {
        margin: 1.5em 1.5em .5em 0;
    }

.lastStep:after {
    display: none;
}

.flowStep .fs-date {
	font-size: .75em;
	font-weight:normal;
	line-height: 20px;
	letter-spacing:0;
    position: absolute;
    top: 45px;
    left: 0.0em;
    right: -1.0em;
    color: #0081a9;
}

@media screen and (max-width: 767px) {
    .flowStep {
        width: 100%;
        margin: 1em 0 1.5em 0;
        box-sizing: border-box;
        display: block;
    }

        .flowStep:after {
            content: ' ';
            display: block;
            position: relative;
            background: url(../images/icon/arrowD.png) center no-repeat;
            background-size: 100%;
            right: 0;
            bottom: -35px;
            margin: auto;
        }

    .joinTxt {
        border: 1px solid #dedede;
        padding: 1em;
        border-radius: 10px;
        margin-bottom: 1em;
        background: #f8f8f8;
    }

        .joinTxt .blueText {
            background: #efefef;
            font-weight: bold;
            padding: .5em;
            font-size: 1.15em;
            border-left: 5px solid #2f3b8b;
        }

    #joinTable th, #joinTable td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border: 0;
    }

    #joinTable th {
        background: #303d8b;
        color: #fff;
    }

    #joinTable .red {
        color: #FFEB3B;
    }

    #joinTable .onPc {
        display: none;
    }

    .socialLoginList li {
        width: 12%;
    }
}
#ContentPlaceHolder1_PageContentUC_TitlePanel .textCenter{
	text-align:center;
}

.lab a {
    text-decoration: none
}

    .lab a:hover {
        color: #f60
    }

.block {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 14px;
    background: #f0fff0;
    border: 1px solid #00bb00;
    opacity: .9
}

.t1 {
    font-size: 110%;
    font-weight: 700;
    color: #EA7500
}

    .t1 a {
        color: #ff8000
    }
    .t1 a:hover {
        color: #000
    }

.t2 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 14px;
    font-size: 110%;
    font-weight: 400;
    color: #000
}

    .t2 a {
        color: #000
    }

.t3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 110%
}

    .t3 a {
        color: #5f5f5f
    }

.x_lab a {
    text-decoration: none
}

    .x_gmp a:hover {
        color: #f60
    }

.x_block {
    margin-bottom: 14px;
    padding: 14px;
    margin-left: 10px;
    background: #faf0e6;
    border: 1px solid #f4a460;
    opacity: .9
}
.labStyle2 ,.x_labStyle2 {
    display: flex;
    justify-content: space-evenly;
}

/*科克蘭冷凍莓果類產品回收情形*/
.x_berriesontainer{
	color: #3C3C3C;
	background-color: #FF7C80;
	border-radius: 50px;
	padding: 3px 30px 30px 30px;
	font-size: 1rem;
}
.x_berriesontainer .x_cardTitle{
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: Calibri;
	font-size: 2rem;
	padding: 16px 0 15px 0;
	text-shadow: 2px 2px 2px #D94600;
	position: relative;
}
.x_berriesontainer .x_cardTitleDate{
	font-size: 1.625rem;
	padding: 16px 0 5px 0;
	text-align: center;
	position: relative;
	bottom: 0;
	right: 0;
}
.x_theadTr-1{
	background-color: #FFCCCC;
	border: 3px #FFFFFF solid;
}
.x_theadTh-1{
	text-align: center;
	border: 3px #FFFFFF solid;
	width: 30%;
	font-size: 1.25rem;

}
.x_theadTh-2{
	text-align: center;
	border: 3px #FFFFFF solid;
	padding: 5px;
	font-size: 1.25rem;
}
.x_tbodyTr-1{
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #FFCCCC;
}
.x_tbodyTd-1{
	background-color: #FFCCCC;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size: 1.25rem;
}
.x_tbodyTd-2{
	text-align: center;
	border-bottom: 2px solid #FFCCCC;
	font-size: 1.25rem;
	font-weight: 700;
}
.x_tbodyTd-3{
	background-color: #9e5353;
	color: #ffff;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size: 1.5rem;
}
.x_tbodyTd-4{
	text-align: center;
	border-bottom: 3px solid #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
}
.x_cardDate{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1rem;
	text-shadow: 2px 2px 2px #D94600;
}


.x_berriesontainer2{
	color: #3C3C3C;
	background-color: #993500;
	border-radius: 50px;
	padding: 3px 30px 30px 30px;
	font-size: 1rem;
}
.x_berriesontainer2 .x_cardTitle{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: Calibri;
	font-size: 2rem;
	padding: 16px 0 32px 0;
	text-shadow: 2px 2px 2px #4c4c4c;
	position: relative;
	line-height: 1;
}
.x_berriesontainer2 .x_cardTitleDate{

	font-size: 1.5rem;
	text-align: center;
	position: relative;
	bottom: 0;
	right: 0;
}
.x_berriesontainer2 .x_theadTr-1{
	background-color: #F9D5BD;
	border: 2px #FFFFFF solid;
}
.x_berriesontainer2 .x_theadTh-1{
	text-align: center;
	border: 2px #FFFFFF solid;
	width: 25%;
	font-size: 1.25rem;

}
.x_berriesontainer2 .x_theadTh-2{
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 5px;
	font-size: 1.25rem;
}
.x_berriesontainer2 .x_tbodyTr-1{
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #F9D5BD;
}
.x_berriesontainer2 .x_tbodyTd-1{
	background-color: #F9D5BD;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size: 1.25rem;
}
.x_berriesontainer2 .x_tbodyTd-2{
	color: #000000;
	background-color: #ffe8bf;	
	padding: 8px;	
	text-align: center;
	border: 2px #ffffff solid;
	font-size: 1.5rem;
	font-weight: 700;
}
.x_berriesontainer2 .x_tbodyTd-3{
	background-color: #ff8f49;
	color: #ffff;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size: 1.5rem;
}
.x_berriesontainer2 .x_tbodyTd-4{
	text-align: center;
	border-bottom: 3px solid #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
}
.x_berriesontainer2 .x_cardDate{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1rem;
	text-shadow: 2px 2px 2px #D94600;
}

/* end科克蘭冷凍莓果類產品回收情形*/

/*科克蘭冷凍莓果類產品回收情形-無x*/
.berriesontainer{
	color: #3C3C3C;
	background-color: #FF7C80;
	border-radius: 50px;
	padding: 3px 30px 30px 30px;
	font-size: 1rem;
}
.berriesontainer .cardTitle{
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: Calibri;
	font-size: 2em;
	padding: 16px 0 15px 0;
	text-shadow: 2px 2px 2px #D94600;
	position: relative;
}
.berriesontainer .cardTitleDate{
	font-size: 1.5rem;
	padding: 16px 0 5px 0;
	text-align: center;
	position: relative;
	bottom: 0;
	right: 0;
}
.theadTr-1{
	background-color: #FFCCCC;
	border: 3px #FFFFFF solid;
}
.theadTh-1{
	text-align: center;
	border: 3px #FFFFFF solid;
	width: 30%;
	font-size: 1.25rem;

}
.theadTh-2{
	text-align: center;
	border: 3px #FFFFFF solid;
	padding: 5px;
	font-size: 1.25rem;
}
.tbodyTr-1{
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #FFCCCC;
}
.tbodyTd-1{
	background-color: #FFCCCC;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size: 0.75rem;
}
.tbodyTd-2{
	text-align: center;
	border-bottom: 3px solid #FFCCCC;
	font-size: 1.5rem;
	font-weight: 700;
}
.tbodyTd-3{
	background-color: #9e5353;
	color: #ffff;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size: 1.5rem;
}
.tbodyTd-4{
	text-align: center;
	border-bottom: 3px solid #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
}
.cardDate{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1rem;
	text-shadow: 2px 2px 2px #D94600;
}


.berriesontainer2{
	color: #3C3C3C;
	background-color: #993500;
	border-radius: 50px;
	padding: 3px 30px 30px 30px;
	font-size: 1rem;
}
.berriesontainer2 .cardTitle{
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: Calibri;
	font-size: 1.875rem;
	padding: 16px 0 32px 0;
	text-shadow: 2px 2px 2px #4c4c4c;
	position: relative;

}
.berriesontainer2 .cardTitleDate{

	font-size: 1.5rem;
	text-align: center;
	position: relative;
	bottom: 0;
	right: 0;
}
.berriesontainer2 .theadTr-1{
	background-color: #F9D5BD;
	border: 2px #FFFFFF solid;
}
.berriesontainer2 .theadTh-1{
	text-align: center;
	border: 2px #FFFFFF solid;
	width: 25%;
	font-size: 1.25rem;

}
.berriesontainer2 .theadTh-2{
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 5px;
	font-size: 1.25rem;
}
.berriesontainer2 .tbodyTr-1{
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #F9D5BD;
}
.berriesontainer2 .tbodyTd-1{
	background-color: #F9D5BD;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size: 1.25rem;
}
.berriesontainer2 .tbodyTd-2{
	color: #000000;
	background-color: #ffe8bf;	
	padding: 8px;	
	text-align: center;
	border: 2px #ffffff solid;
	font-size: 1.5rem;
	font-weight: 700;
}
.berriesontainer2 .tbodyTd-3{
	background-color: #ff8f49;
	color: #ffff;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 8px;
	font-weight: 700;
	font-size:1.5rem;
}
.berriesontainer2 .tbodyTd-4{
	text-align: center;
	border-bottom: 3px solid #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
}
.berriesontainer2 .cardDate{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1rem;
	text-shadow: 2px 2px 2px #D94600;
}


/*辣椒粉檢出蘇丹色素不合格專區-無x*/
.paprika{
	color: #3C3C3C;
	background-color: #FFBB66;
	border-radius: 20px;
	padding: 3px 15px 15px 15px;
	font-size: 0.87rem;
}
.paprika .cardTitle{
	line-height: 2;
	color: #272727;
	text-align: center;
	font-weight: bold;
	font-family: Calibri;
	font-size: 1.625rem;
	padding: 10px 0 10px 0;
	text-shadow: 2px 2px 2px #ffffff;
	position: relative;
}
.paprika .cardTitleDate{
	font-size: 1.625rem;
	padding: 16px 0 10px 0;
	text-align: center;
	position: relative;
	bottom: 0;
	right: 0;
}
.paprika .theadTr-1{
	background-color: #FFBB00;
	border: 2px #FFFFFF solid;
	color: #3C3C3C;
}
.paprika .theadTh-1{
	text-align: center;
	border: 2px #FFFFFF solid;
	width: 30%;
	font-size: 1rem;
}
.paprika .theadTh-2{
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 5px;
	font-size: 1rem;
}
.paprika .tbodyTr-1{
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFCCCC;
	line-height:18px;		
}
.paprika .tbodyTd-1{
	background-color: #FFF4C1;
	text-align: center;
	border: 2px #FFFFFF solid;
	padding: 2px;
	font-weight: 600;
	font-size: 1rem;
  padding: .6em;
}
.paprika .tbodyTd-2{
	text-align: center;
	border-bottom: 2px solid #FFF4C1;
	font-size: 0.81rem;
	font-weight: 500;
  padding: .6em;  
}
.paprika .tbodyTd-3{
	background-color: #ffffff;
	text-align: center;
	padding: 6px;
	font-weight: 700;
	font-size: 1rem;
  border-left: 3px solid #FFF4C1;
  border-bottom:3px solid #FFF4C1;
  padding: .6em;
  color: #3c3c3c;
  white-space:nowrap;  
}
.paprika .tbodyTd-4{
	text-align: center;
	border-bottom: 3px solid #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
}
.paprika .cardDate {
  color: #3C3C3C;
  font-weight: bold;
  font-size: 1.25rem;
  text-shadow: 1px 1px 1px #ffffff;
  line-height:40px;	
}
.paprika .textS{
  font-size: .8em;
}
.paprika .textBlue{
  color: #1E90FF;
  font-size: .9em;
}
.Epaper_SubscribeLinks{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width:800px;
    margin: 10px auto;
    justify-content: center;
}
.Epaper_SubscribeLinks li{
    width: 22%;
    margin: 10px 1%;
}
.Epaper_SubscribeLinks li a{

}
.Epaper_SubscribeLinks li:nth-child(1) img{
}
.Epaper_SubscribeLinks li:nth-child(2) img{
}
.Epaper_SubscribeLinks li:nth-child(4) img{
}
.Epaper_SubscribeLinks li img{
    width: 70%;
    border-radius: 1em;
    padding: 15%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (max-width:600px) {
  .paprika{
    padding: 3px 5px 15px 5px;
    word-break: break-all;	
  }
  .paprika .tbodyTd-1,.paprika .tbodyTd-2,.paprika .tbodyTd-3{
    padding: .2em;
  }
.paprika .cardTitle{
	font-size: 1.25rem;
  }
.paprika .theadTh-1{
    font-size: 0.625rem;
  }
.paprika .theadTh-2{
    font-size: 0.625rem;
  }
  .paprika .tbodyTd-1{
    font-size: 0.625rem;
  }
  .paprika .tbodyTd-2 { 
    font-size: 0.5rem;
    word-break: break-all;
  }
  .paprika .tbodyTd-3{
    font-size: 0.625rem;
  }
  .Epaper_SubscribeLinks{
    width: 100%;
  }
}
@media screen and (max-width:480px) {
    .Epaper_SubscribeLinks li{
        width: 48%;
    }
}

/*辣椒粉檢出蘇丹色素不合格專區-2*/
.paprika2{
	color: #3C3C3C;
	background-color: #FFDAB9;
	border-radius: 20px;
	padding: 15px 15px 15px 15px;
	font-size: 0.875rem;
}

.paprika2 .Content{
	color: #3C3C3C;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 15px 15px 15px 15px;
	font-size: 0.875rem;
}

.light-red, .light-green, .light-yellow {
    border: 2px solid #858585;
    border-radius: 50%;
    background: #fcfcfc;
    box-shadow: 0 -3px #c4bfbf;
}

.light-red {
    color: #F00;
}

.light-green {
    color: #3C3;
}

.light-yellow {
    color: #FC0;
}