section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

label {
    background: rgba(98, 98, 98, 0.2);
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    z-index: 1;
    /*margin-left: 15px;*/
    margin-right: 9px;
    display: block;
    text-align: justify;
    color: #464646;
    font-size: 0.9em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

label:first-of-type {
    margin-left: 0px;
}

label:hover {
    /*border-bottom: 4px solid #bcbcbc;*/
    background-color: rgba(144, 144, 144, 0.2);
    transition: background-color 0.5s;
    color: #4a6584;
}

.tabdiv {
    width: 100%;
    margin-top: 0;
    padding-top: 60px;
    -webkit-order: 1;
    order: 1;
    font-size: 1em;
    height: 100%;
    border-top: 1px solid #989898;
}

.tabdiv>table {
    width: 750px;
    line-height: 30px;
    color: #000;
    font-size: 0.9em;
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
}

.tabdiv>table th {
    width: 200px;
    background-color: rgba(167, 167, 167, 0.3);
    font-weight: bold;
    font-family: "Microsoft JhengHei light", "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
}

.table_title {
    text-align: center;
    padding-left: 0;
    color: #283583;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft JhengHei light", "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
}

.table_title2 {
    padding: 5px 20px;
    color: #fff;
    font-weight: normal;
    background-color: rgba(47, 47, 47, 0.5);
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
}

.table_title3 {
    padding: 8px 0 8px 50px;
    color: #000;
    border: 2px solid #a7a7a7;
    border-radius: 5px;
    font-weight: normal;
    /*background-color: rgb(110, 154, 91);*/
    background-image: url(../image/BUTTON/02.png);
    background-repeat: no-repeat;
    background-position: 20px;
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
    cursor: pointer;
}

.table_title3:hover {
    background-color: #283583;
    transition: background-color 0.5s;
    color: #fff;
    border: 2px solid #283583;
    background-image: url(../image/BUTTON/03.png);
}

.table_title4 {
    padding: 8px 0 8px 50px;
    color: #fff;
    border: 2px solid #283583;
    border-radius: 5px;
    font-weight: normal;
    background-color: #283583;
    background-image: url(../image/BUTTON/01.png);
    background-repeat: no-repeat;
    background-position: 20px;
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
    cursor: pointer;
}

.table_title4:hover {
    background-image: url(../image/BUTTON/01.png);
}

#a2,
#a4,
#a6 {
    display: none;
}

.back_ a {
    color: #283583;
    font-size: 0.7em;
    font-weight: normal;
}

.back_ a:hover {
    color: #000;
}

.pdfimg {
    margin: 0 auto;
    display: block;
}

.tabdiv a,
.tabdiv a:visited {
    color: #000000;
}

.tabdiv a:hover {
    color: #283583;
}

.tp {
    text-align: center;
    width: 185px;
    font-size: 16px;
}

input[type=radio],
.tabdiv {
    display: none;
}

input[type=radio]:checked + label {
    background: rgba(255, 255, 255, 0.5);
    border-top: 4px solid #283583;
    border-left: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
    color: #283583;
    padding: 3px 10px;
}

input[type=radio]:checked + label + .tabdiv {
    display: block;
}

storng {
    font-family: "Microsoft JhengHei light", "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei";
    font-weight: bold;
}
