@charset "utf-8";
/****************** 基本 ******************/    
body,
td,
th {
    font-family: "微軟正黑體";
    font-size: 13pt;
    line-height: 22pt;
}

.noticeTitle {
    font-size: 22px;
    font-weight: 600;
}

.noticeBank {
    color: #e94c2c;
}

.fontRed{
    color: red;
}

@media screen and (max-width: 960px){
    .marginstyle{
        width: 90%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

}
