@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

html, body {
    height: 100%;
    width: 100%;
    font-family: Calibri, 'cwTeXFangSong', serif, 微軟正黑體;
}
body {
    padding: 0px;
    margin: 0px auto;
    font-size: 120%;
    /*background-image: url(../image/main_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
}
a {
    text-decoration: none;
}
.center-div {
    margin: 0 auto;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clearfix {
    clear: both;
}
.page-container {
    margin: 0 auto 100px auto;
    min-width: 1000px;
    max-width: 1200px;
}
.container-table {
    width: 100%;
    margin-top: 10px;
}
.container-table-bg {
    background-image: url(../image/content_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.line {
    height: 0px;
    border: 1px solid #999;
    margin-top: 5px;
}
.col-4 {
    width: 33.333%;
}
.text-block {
    font-size: 22px;
    text-indent: 2em;
    line-height: 180%;
}
.a-white a:visited, .a-white a:link {
    color: white;
}
.header-title {
    font-size: 24px;
}
/* menu */
.header-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 70px;
    width: 100%;
    background: white url(../image/banner-top.png) repeat-y;
    background-size: 100% 1px;
    color: black;
}
.main-header {
    margin: 90px 0 0 0;
}
.main-slogan {
    margin: 100px auto 30px auto;
    width: 520px;
}
.slogan {
    margin: 0 40px;
    color: black;
    font-size: 34px;
    float: left;
}
.menu-item {
    font-size: 22px;
    margin: 12px 15px;
    float: right;
}
.menu-item .menu-item-eng {
    font-size: 16px;
}
.menu-item a, .menu-item a:visited, .menu-item a:link {
    color: black;
}

/*
.content-block {
    background-image: url(../image/content_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    padding: 125px 50px 0px 50px;
    color: white;
}
*/

/* index */
.index-content-block {
    padding: 20px;
    height: 280px;
}
.index-more {
    margin-top: 50px;
}

/* experience */
.exp-header {
    background-size: 235px 71px;
    width: 235px;
    height: 71px;
    color: white;
}
.exp-header-icon {
    position: relative;
    left: 5px;
    top: 3px;
}
.exp-header-text {
    position: relative;
    z-index: 500;
    left: 100px;
    top:  21px;
}
.exp-item-table {
    width: 235px;
    border-collapse: collapse;
    float: left;
    margin: 5px 10px;
}
.exp-item-table td {
    border: 1px solid #ccc;
    padding: 5px;
}
.exp-tr-1 {
    background-color: #4d4dff;
    color: white;
}
.exp-tr-2 {
    background-color: white;
    color: black;
    text-align: right;
}


.image-gallery a {
    float: left;
    margin: 10px;
}
.image-gallery a img {
    height: 80px;
}

/* footer */
.footer-container {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    font-size: 18px;
    height: 50px;
    width: 100%;
    background: white url(../image/banner-bottom.png) repeat-y;
    background-size: 100% 1px;
    color: black;
}
.footer-logo {
    background: url(../image/footer-logo.png) no-repeat;
    width: 313px;
    height: 40px;
    float: right;
    margin-right: 10px;
    font-size: 10px;
    text-align: right;
    padding-top: 28px;
}