﻿html, body, select, input, div, h1, h2, h3, h4, p, span, ul, li, div, form {
    margin: 0;
    padding: 0;
}

body {
    /*font:15px/1.5 微軟正黑體,Arial;*/
    font-size: 15px;
    line-height: 1.5;
    font-family: 微軟正黑體,Arial;
    color: #333;
    letter-spacing: 1px;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.float-L {
    float: left;
}

.float-R {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}



html[xmlns] .clearfix {
    display: block;
}



* html .clearfix {
    height: 1%;
}


select {
    font: 14px/1.5 微軟正黑體,Arial;
    color: #333333;
    padding: 4px;
}

input {
    font: 14px/1.5 微軟正黑體,Arial;
    color: #333333;
    padding: 4px;
}

.weight {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

/*---英文、數字、符號鍵盤切換: 限IE使用---*/
.ime:focus, #IDNO:focus, #id:focus, #account:focus, #Hidden1:focus, #id01:focus, #phoneDayExt:focus, #email:focus, #Email:focus, #email1:focus, #email2:focus, #InpTEL:focus, #phoneDayExt:focus, #Mobile:focus, #FAX:focus, #MarginWayEmail:focus {
    ime-mode: disabled \9; /*IE7-10*/
}

@media all and (-ms-high-contrast:none) {
    .ime:focus, #IDNO:focus, #id:focus, #account:focus, #Hidden1:focus, #id01:focus, #phoneDayExt:focus, #email:focus, #Email:focus, #email1:focus, #email2:focus, #InpTEL:focus, #phoneDayExt:focus, #Mobile:focus, #FAX:focus, #MarginWayEmail:focus {
        ime-mode: disabled; /*IE10-11*/
    }
}


/*圖形驗證碼*/
#imgVerifyCode {
    vertical-align: middle;
}

#imgCode {
    vertical-align: middle;
    height: 34px;
}

@media all and (-ms-high-contrast:none) {
    #imgCode {
        vertical-align: middle;
        height: 30px;
    }
}

#refreshImgCode {
    color: #c6000f;
}