@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    height: 100%;
    zoom:1;}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

a {
    text-decoration: none;
    color: inherit;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

input::-ms-clear {
    display: none;
}

/** IE10文本输入框的 X  **/
input::-ms-reveal {
    display: none;
}

/** IE10密码输入框的 X  **/
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    font-family: Arial, Helvetica, SimSun, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

input, select, textarea {
    outline: none;
    font-family: Arial, Helvetica, SimSun, sans-serif;
}

tt, em {
    font-family: Arial, Helvetica, SimSun, sans-serif;
    font-style: normal
}

body {
    width: 100%;
    height: 100%;
}

th.topTD, td.topTD {
    vertical-align: top
}

.noFloat:after {
    content: '';
    display: table;
    clear: both
}

.img100 {
    display: block;
    width: 100%
}

.None {
    display: none
}

/*以下最外層FT_index.html控制*/
.index_MDIV, .index_loadDIV, .index_noDIV {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/member/load_s.gif) no-repeat center center #261d18;
    top: 0;
    left: 0;
    z-index: 9
}

.index_MDIV {
    z-index: 11
}

.index_noDIV {
    background-color: #fff;
    z-index: 8
}

/*不能看帳用*/
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-accelerator:true) {
    .index_loadDIV {
        background-color: #261d18;
        background-image: none
    }

    .index_loadDIV_edge {
        position: absolute;
        width: 100%;
        height: 900px;
        background: url(../../images/member/load_s.gif) no-repeat center center #261d18;
        top: 0;
        left: 0;
    }
}

.indexMain_DIV {
    position: relative;
    margin: 0 auto;
    height: 100%;
    height: 100%;
    background: #fff;
}

.indexW_min {
    width: 1020px;
}

.indexW_mid {
    width: 1355px
}

.indexW_max {
    width: 1524px
}

.indexMain_TB {
    width: 100%;
    height: 100%;
}

.index_headTD {
    height: 40px;
}

.index_leftTD, .index_midTD, .index_rightTD {
    position: relative;
    vertical-align: top;
    height: 100%;
}

.index_leftTD {
    width: 215px;
}

@media \0screen\,screen\9 {
    .indexW_min .index_leftTD {
        width: 120px;
    }
}

/*IE678專用*/
@media \0screen\,screen\9 {
    .indexW_mid .index_leftTD, .indexW_max .index_leftTD {
        width: 215px;
    }
}

/*IE678專用*/
.indexW_mid .index_rightTD {
    width: 335px
}

.indexW_max .index_rightTD {
    width: 504px
}

/*我的帳戶最外層myaccount_index.html控制*/
.index_accBody {
    overflow-y: hidden
}

.index_accMainTB {
    width: 900px;
    height: 100%
}

.index_accTD_left, .index_accTD_right {
    vertical-align: top;
    height: 100%
}

.index_accTD_left {
    width: 150px;
}

/*
/*捲軸
::-webkit-scrollbar {
    width: 15px;
    background-color: #32271e
}


滾動條整體部分
::-webkit-scrollbar-thumb {
    background: url(../../images/member/scrollbar_thumbBG.png) center repeat-y;
    border-radius: 100px;
    cursor: pointer;
}

/*拖動條
::-webkit-scrollbar-thumb:hover {
    background: url(../../images/member/scrollbar_thumb_overBG.png) center repeat-y;
}

::-webkit-scrollbar-corner {
    background-color: #32271e
}
*/

/*右邊跟下面拉霸連街處*/
/*背景*/
.index_body {
    background: #725945;
}
