body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, b {
    font-weight: normal;
    font-style: normal;
}
/*ol, ul {
	list-style: none;
}*/
ul {
    list-style: none;
}

ol {
    list-style-type: decimal;
    -webkit-padding-start: 40px;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

a {
    text-decoration: none;
}

input, button, textarea, select, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body {
    background: #303030;
    padding: 3%;
    line-height: 1.6;
    font-family: "微軟正黑體";
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
}

    .header img {
        width: 100%;
        height: auto;
        border-radius: 0.45em;
        -moz-border-radius: 0.45em;
        -webkit-border-radius: 0.45em;
    }

.nav {
    width: 100%;
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 0.85em;
}

.nav {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}

.nav-tr {
    height: 65px;
    display: table-row;
}

    .nav-tr a {
        width: 30%;
        text-align: center;
        color: #fff;
        padding: 10px 5px 13px 5px;
        background: rgb(144, 193, 40);
        border-radius: 0.313em;
        display: table-cell;
        vertical-align: middle;
        box-shadow: 0 -5px 0 rgb(110, 148, 28) inset;
    }

    .nav-tr br {
        display: none;
    }
/*都不要
.nav table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  margin: 0 auto;
}

.nav table tr {
  width: 100%;
}

.nav table td {
  width: 33%;
  height: 4.35em;
  border: 0.188em solid #303030;
}

.nav table td:first-child {
  border-left: 0px;
}

.nav table td:nth-child(3), .nav table td:nth-child(6), .nav table td:last-child {
  border-right: 0px;
}

.nav table .bt a {
  width: 100%;
  height: 3.750em;
  line-height: 3.750em;
  display: block;
  font-size: 0.9em;
  background: #90c128;
  border-radius: 0.313em;
  -moz-border-radius: 0.313em;
  -webkit-border-radius: 0.313em;
  position: relative;
}

.nav table .bt a:after {
  width: 100%;
  height: 3.750em;
  content: "";
  background: #6e941c;
  border-radius: 0.313em;
  -moz-border-radius: 0.313em;
  -webkit-border-radius: 0.313em;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: -1;
}

.nav a {
  color: #fff;
}
*/


.container {
    border: 20px solid transparent;
    -webkit-border-image: url(../images/bg_content.png) 20 20 round;
    /* Safari 5 */
    -o-border-image: url(../images/bg_content.png) 20 20 round;
    /* Opera */
    border-image: url(../images/bg_content.png) 20 20 round;
    background-color: #FFF;
}

    .container .box {
        background: #fff;
    }

    .container .title {
        width: 97%;
        background: #90c128;
        text-align: center;
        font-size: 1.2em;
        color: #fff;
        line-height: 2;
        margin: 0 auto;
        border: 0.3em solid #90c128;
        border-radius: 0.313em;
        -moz-border-radius: 0.313em;
        -webkit-border-radius: 0.313em;
        margin-bottom: 1em;
    }

    .container h2 {
        width: 100%;
        color: #757575;
        text-align: center;
        font-size: 1em;
        line-height: 2;
        background: #fff;
        border-radius: 0.313em;
        -moz-border-radius: 0.313em;
        -webkit-border-radius: 0.313em;
    }

.bulletin_main {
    display: block;
    clear: both;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}

    .bulletin_main a {
        box-sizing: border-box;
        font-size: 1em;
    }

.bulletin_under {
    display: block;
    width: 100%;
    max-height: 119px;
    clear: both;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 28px;
}

.btn a {
    clear: both;
    max-width: 125px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    display: block;
    width: 97%;
    background: #90c128;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    line-height: 2;
    margin: 0 auto;
    border: 0.3em solid #90c128;
    border-radius: 0.313em;
    -moz-border-radius: 0.313em;
    -webkit-border-radius: 0.313em;
    margin-bottom: 1em;
}

.bulletin_main h3 {
    color: #900;
    font-weight: bold;
    font-family: 微軟正黑體;
}


/*max-width: 1060px 為七個字斷行時的寬度依據 可自行調整*/
@media (max-width: 1060px) {
    .nav-tr br {
        display: block;
    }
}

@media (max-width: 320px) {
    .nav {
        font-size: 0.2em;
    }
    /*
  .nav table td {
    height: 4.1em;
  }
  .nav table .bt a {
    height: 2.9em;
    line-height: 2.9em;
  }
  .nav table .bt a:after {
    height: 2.9em;
    top: 3px;
  }
  */
    .container h1 {
        font-size: 1em;
    }

    .container h2 {
        font-size: 0.85em;
    }
}


.CsoBulletin_main {
    display: block;
    clear: both;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}

    .CsoBulletin_main .a {
        box-sizing: border-box;
        font-size: 1em;
    }

    .CsoBulletin_main .h3 {
        color: #900;
        font-weight: bold;
        font-family: 微軟正黑體;
    }

    .CsoBulletin_main .span {
        color: black;
    }
