﻿
.title1 {
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

    .title1:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 25px;
        border-bottom: 3px solid #00bfff;
    }

    .title1:before {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

html, body {
    height: 100%;
}

div.height_100p {
    position: relative;
    min-height: 100%;
    padding-bottom: 125px;
}


body {
    font-family: verdana, Times New Roman,微軟正黑體,新細明體;
    /*此為 navbar的高*/
    padding-top: 55px;
    margin: 0 auto;
    
}
div.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer1 {
    position: relative;
    width: 100%;
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 1.25em;
    padding: 10px;
    overflow: hidden;
        bottom:0;
left:0;
}

.noborder {
    border: none

}

th {
    text-align:center

}

.box {
    box-shadow: 9px 10px 20px rgba(51, 51, 51, 0.50); border: 1px solid rgb(221, 220, 220)
}