@charset "utf-8";

/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Arial Unicode MS", "微軟正黑體";
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    position: relative;
}

a {
    text-decoration: none;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    display: block;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #fff45c;
    text-decoration: none;
}

div, p, span, ul, ol, li, h1, h2, h3, h4, h5, h6, input, table, td, th, img {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clr {
    clear: both;
    display: block;
}

.tRight {
    text-align: right;
}

.tLeft {
    text-align: left;
}

.tCenter {
    text-align: center;
}

/*頁面設定*/
body {
    background-color: #eeeeee;
}

#pagesize {
    margin: 60px auto 0 auto;
    width: 1180px;
    background-color: none;
    box-shadow: 0 0 50px 0.5 #999;
}

/**/
#pagesize .top {
    width: 1180px;
    height: 123px;
    display: block;
    overflow: hidden;
}

#pagesize .mid {
    width: 1180px;
    overflow: hidden;
    padding-top: 30px;
    background: url(../images/img_main.jpg) no-repeat #2a2d68;
    background-position: left top;
    padding-bottom: 100px;
}

#pagesize .butt {
    width: 1180px;
    height: 48px;
    display: block;
    overflow: hidden;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#qaContent {
    width: 1180px;
    float: right;
    padding-right: 70px;
    padding-bottom: 50px;
}

#qaContent li img {
    vertical-align: top;
    margin: 0 10px 0 0;
    padding: 8px 0 0 0;
}

.ul {
    padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
}

.ul li {
    background-color: none;
    margin: 0px 0px 1px 0px;
    line-height: 24px;
    padding: 5px;
}

.ul li.active {
    background-color: rgb(0, 0, 0, 0.7);
    color: #FFF;
}

.ul li.active a {
    color: #FFF;
    text-decoration: none;
}

#qaContent .menu {
    width: 565px;
    float: right;
}

table tbody td {
    font-weight: bold;
}

.split-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 核心：讓a變成flex容器 */
.split-link {
    display: flex;
    align-items: flex-start;  /* 左右區塊對齊上緣 */
    gap: 0.25em;
    text-decoration: none;
    color: inherit;   /* 依需求調整字色 */
    padding: 0;
}

.item-num {
    min-width: 40px;   /* 可依實際寬度微調 */
    flex-shrink: 0;    /* 禁止縮小 */
    text-align: center;
}

.item-text {
    flex: 1;
    word-break: break-word;
}