*{
    box-sizing: border-box;
    outline: none;
}
body{
    font-family: Microsoft JhengHei, Arial;  
    background-repeat: repeat;
    font-size:12px;
    margin: 0px;
    padding: 0px;
}   
img{
    border: 0px;
    vertical-align: top;
}
.button{
    cursor: pointer;    
}
table{
    border-collapse: collapse;
    border: 0px;
    border-spacing: 0;
}
th, td {
    border: 0px;
    vertical-align: top;
}
.clear-both{
    clear: both;
}

input[type=button]{
    -webkit-appearance: none;
    border-radius:0;
}

.no-scroll{
    overflow: hidden;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.page-div{
    width: 992px;
    margin: 0 auto;
}
#loading-div{
    display: none;
    top:0px;
    position: absolute;
    z-index:55555555555555;
    background-color: rgba(0,0,0,0.8);   
    width:100%;
    height:100%;
}
#loading-div .content{
    text-align: center;
    color: white;
    margin: 0 auto;

    font-size: 24px;
}

#mask-div{
    display: none;
    top:0px;
    position: absolute;
    z-index:50;
    background-color: rgba(0,0,0,0.8);   
    width:100%;
    height:100%;
}

#header-div{
    
}
#header-div .content{
    background: url(/images/frontend/master/header/background.png);
    background-repeat: no-repeat;
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    height: 101px;
    z-index: 2;
}
#header-div .content .logo{
    position: absolute;
    margin-left: 30px;
    margin-top: 30px;
}
#header-div .content .navigation{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    margin-left: 273px;
    margin-top: 54px;
}
#header-div .content .navigation li{
    display: inline-block;
}
#header-div .content .navigation li a{
    color: #5b5b5b;
    text-decoration: none;
    font-size: 17px;
    background: url(/images/frontend/master/header/nav_off.png) no-repeat right center;
    text-decoration: none;
    padding-right: 20px;
    margin-right: 40px;
    font-weight: bold;
}

#footer-div{
    
}
#footer-div .content{
    background-color: #181818;
    padding: 0px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: right;
}
#footer-div .content .back-to-top{
    font-size: 14px;
    line-height: 34px;
}
#footer-div .content .back-to-top span.button {
    height: 34px;
    font-size: 16px;
    color: #ffffff;
    background: url(/images/frontend/master/footer/icon_arrow_to_top_black.png) no-repeat right;
    background-position-y: 0px;
    padding-right: 50px;
    text-transform: uppercase;
    display: inline-block;
}