@charset "utf-8";
/* CSS Document */

body {
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
}

.bg {
    background: url(images/bg.jpg) 0 0 repeat-y;
}
.data-box {
    margin: 0 auto 20px;
    padding: 18px;
    width: 800px;
    border: 1px solid #dadada;
    background-color: #f9f7f8;
    box-sizing: border-box;
    font-weight: bold;
    color: #231815;
    line-height: 26px;
}
.data-box ul, .data-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.data-box li {margin-bottom: 3px;}
.data-box li strong {font-size: 22px;}
.data-title {font-size: 20px;}
.data-red {color: #EC3232;}
.data-full {
    font-size: 24px;
    color: #ffffff;
    background-color: #f09594;
    border-radius: 20px;
    padding: 5px 16px;
    margin: 3px 0;
    display: inline-block;
}
ul.data-day {
    margin-left: 100px;
    margin-top: 8px;
}
ul.data-day li {
    display: inline-block;
    margin-right: 25px;
}
ul.data-day li:last-child {
    margin-right: 0;
}
.data-num {
    color: #007BC3;
    border: 1px solid #007BC3;
    padding: 0 3px;
    margin-right: 5px;
}

/*p3表格*/
.library_1 {
    border: 1px solid #CFCFCF;
    font-size: 15px;
}
.library_1 th, .library_1 td {
    border: 1px solid #CFCFCF;
}
.library_1 th, .library_1 td, .library_px td {
    padding-top: 5px;
    word-break: break-all;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-right: 8px;
    line-height: 1.4rem;
}
.library_1 p {
    word-break: break-all;
}
.library_1 tr:nth-child(even) {
    background-color: #E5E5E5;
}
.library_1 thead td {
    background-color: #AACDDF;
    color: #000000;
}
.library_1 tr th {
    background-color: #FFFFFF;
}
.library_1 a:link {
    color: #0F6DFF;
}
.contact {
    font-size: 15px;
    line-height: 25px;
    width: 820px;
    margin: 10 auto 0;
}
