﻿/* 原本在 <style> 標籤內的內容 */
.footer {
    position: fixed;
    left: 5px;
    bottom: 5px;
}

/* 頁首橫幅容器 */
.header-banner {
    height: 115px;
}

/* 標誌容器 */
.logo-container {
    display: inline-block;
}

/* 系統標題容器 */
.title-container {
    display: inline-block;
    margin-left: 30px;
    font-family: 'Trebuchet MS';
}

/* 系統標題文字 */
.system-title-text {
    font-size: 40pt;
}

/* 清除浮動 */
.clear-fix {
    clear: both;
}

/* 主內容區域 */
.main-wrapper {
    width: 100%;
    padding: 0 20px;
}

/* 佔位符容器 - 頂部 */
.placeholder-top {
    vertical-align: top;
    padding-bottom: 10px;
}

/* 佔位符容器 - 主體 */
.placeholder-body {
    vertical-align: top;
}

/* 版權宣告文字 */
.copyright-text {
    font-size: 14pt;
}
