@charset "utf-8";
/* CSS Document */

/*修碧字*/
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

body {
    font-family: "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 1.05rem;
font-weight:normal;
font-family: "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體";  
vertical-align: baseline;
text-decoration: none;
letter-spacing: 0.5px;
}
*{box-sizing:border-box;
    font-family: "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體";  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%!important;
}


/*自訂*/

h1,h2,h3,h4,h5{
    line-height: initial;
    display: block;
}
h1{
    font-size: 2.4em;
    font-weight: bold;
}
h2{
    font-size: 2.2rem;
    color: #cc3321;
    font-weight: bold;
    letter-spacing: 1.5px;
}
h3{
    font-size: 1.6rem;
    color: #cc3321;
    font-weight: bold;
}
h4{
    font-size: 1.5rem;
    color: #cc3321;
    font-weight: bold;
}
h5{
    font-size: 1.4rem;
}
p{
    margin: 1em 0;
    line-height: 180%;
}
body {

}


a {
    text-decoration:none;
    color: inherit;

}




/*上稿區塊的文字設定*/

.textWrapper h2,
.textWrapper h3,
.textWrapper h4,
.textWrapper h5 {
    margin: 10px 0;
}
.textArea h2{
    color: #cc3321;
}
.textArea h3{
    color: #e95514;
}
.textArea h4{
    color: #e95514;
}
.textArea h5{
    color: #4e7d0d;
}
.textArea h6{
    font-weight: bold;
    letter-spacing: 1.2px;
}
.textArea a{
    color: #4e7d0d;
    word-break: break-word;
}
.textArea a:hover,
.textArea a:focus{

}
.textArea strong{
    font-weight: bold;
}
.textArea ul{
    /*list-style: disc;*/
    padding-left: 30px;
}
.textArea ol {
    list-style-type: decimal;
    padding-left: 30px;
}
.textArea li {
    line-height: 1.8em;
}    
.textArea li span {
    font-weight: bold;
    color: #4e7d0d;
}
.textArea li,
.textArea p {
    margin: 6px 0;
}
.textArea .leftBox,
.textArea .rightBox {
    width: 50%;
}
.textArea img{
    width: 100%;
}

.textWrapper img{
    width: auto;
    max-width: 100%;
}

.textWrapper ol {
    list-style-type: decimal;
}


.textArea select{
    min-width: 150px;
    height: 30px;
    border: none;
}

@media screen and (max-width: 1440px){
.textArea img{
    width: 100%;
}
}
.textArea img.inlineImg{
    width: auto;
}
.textArea table{
    width: 100%;
}

.textArea table tr th{
    background-color: #4e7d0d;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6rem;
    font-size: 1.1rem;
}


.textArea table tbody th,
.textArea table tbody td{
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6rem;
    font-size: 1.1rem;
    vertical-align: middle;
    border: 1px solid #d7d4ce;
}
.textArea table.field-2 tbody th,
.textArea table.field-2 tbody td{
    width: 50%;
}
.textArea table.field-3 tbody th,
.textArea table.field-3 tbody td{
    width: 33.3%;
}
.textArea table.field-5 tbody th,
.textArea table.field-5 tbody td{
    width: 20%;
}
.textArea table tbody>tr{
    background-color: #fff;
}
.textArea table tbody>tr:nth-child(odd){
   background-color: #f5f5f5;
}
/*
.textArea table tbody>tr:first-child{
    background-color: #e95514;
    color: #fff;
}
*/
.textArea table tbody>tr th{
    font-weight: bold;
}
@media screen and (max-width: 768px){


}
@media screen and (max-width: 480px){
    h2{
        margin-bottom: 10px;
    }
    .textArea table tbody th,
    .textArea table tbody td{
        font-size: 1rem;
    }
    .newes-Insidepage .textWrapper td p {
        font-size: 1rem;
    }

    .textWrapper img {
        width:100%;
        max-width: 100%;
    }

}
@media screen and (max-width: 420px){
    h1{font-size: 2rem;}
    h2{font-size: 2rem;}
    h4{font-size: 1.3rem;}
    h5{font-size: 1.2rem;}
    p{font-size: 1rem;}
    footer p{font-size: 0.9rem;}
    .textArea li,
    .textArea p {font-size: 1rem;}
    .textArea table tbody th,
    .textArea table tbody td{
        font-size: 0.9rem;
    }
    .textArea table.field-5 tbody th,
    .textArea table.field-5 tbody td{
        padding: 4px;
    }


}

@media screen and (max-width:320px){
    .newes-Insidepage .textWrapper td p {
        font-size: 0.8rem;
    }

}

