/*
html {
    height: 100%
}

body,div,h1,h2,h3,h4,h5,h6,p,ol,ul,table,a,img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0
}

body {
    height: 100%;
    font-family: open sans,helvetica neue,Arial sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: #eee
}


ol,ul {
    display: block;
    list-style: none
}

a,a:focus,input,textarea {
    outline: 0
}

a,a:link,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}
*/
#index_tab_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
	font-family: "Microsoft JhengHei UI", "微軟正黑體", "Helvetica Neue", Helvetica, Arial;
}

* html #index_tab_wrapper {
    height: 100%
}

#index_tab_main {
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
}

.section {
	float:left;
	width:100%;
	margin:20px 0 30px;
	padding:10px 0 20px;
}
/*
.topNav {
    position: fixed!important;
    width: 100%;
    top: 0;
    left: 0;
    height: 65px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3)
}

.topNav.dark {
    background: #000;
    background: rgba(0,0,0,.92);
    border-bottom: 4px solid #222
}

.topNav ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: block
}

.topNavLink {
    float: left;
    margin: 0 5px
}

.topNavLink a {
    display: block;
    height: 18px;
    margin: 15px 0 0;
    line-height: 16px;
    padding: 7px 12px;
    color: #666;
    border: 1px solid #fff;
    font-weight: 400
}

.white .topNavLink.active a {
    background: #ccc;
    color: #333;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #fff;
    background: -moz-linear-gradient(top,#fcfcfc 3%,#eeeeee 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(3%,#fcfcfc),color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,#fcfcfc 3%,#eeeeee 100%);
    background: -o-linear-gradient(top,#fcfcfc 3%,#eeeeee 100%);
    background: -ms-linear-gradient(top,#fcfcfc 3%,#eeeeee 100%);
    background: linear-gradient(top,#fcfcfc 3%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc',endColorstr='#eeeeee',GradientType=0 );
    border-color: #ddd
}

.dark .topNavLink.active a {
    background: #222;
    color: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #fff;
    background: -moz-linear-gradient(top,#4c4c4c 3%,#333333 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(3%,#4c4c4c),color-stop(100%,#333333));
    background: -webkit-linear-gradient(top,#4c4c4c 3%,#333333 100%);
    background: -o-linear-gradient(top,#4c4c4c 3%,#333333 100%);
    background: -ms-linear-gradient(top,#4c4c4c 3%,#333333 100%);
    background: linear-gradient(top,#4c4c4c 3%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c',endColorstr='#333333',GradientType=0 );
    border: 0
}

.dark .topNavLink a {
    border: 0
}

.white .topNavLink a:hover {
    color: #444;
    text-decoration: none
}

.dark .topNavLink a:hover {
    color: #ccc;
    text-decoration: none
}

.topNav .colors {
    position: relative;
    overflow: hidden;
    float: right;
    width: 100px;
    margin: 22px 0 0
}

.topNav .colors span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 0;
    padding: 14px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    float: left
}

.topNav .colors .label {
    width: 40px;
    font-size: 10px;
    padding: 0;
    height: 16px;
    line-height: 16px;
    color: #999
}

.topNav .colors span.white {
    background: #fff;
    border: 1px solid #fff
}

.topNav .colors span.dark {
    background: #111;
    border: 1px solid #000;
    margin: 0 0 0 5px
}

.topNav .colors.white span.white {
    border: 1px solid #999
}

.topNav .colors.dark span.dark {
    background: #000;
    border: 1px solid #999
}*/
.pageScroll {
	display:none;
    position: fixed!important;
    top: 145px;
    left: 0;
    width: 90px;
	padding:0;
	text-align:center;
    border: 7px solid #fff;
	background-color:#FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
	z-index:10;
}
.scrollNav a {
    display: block;
    color: #333;
    font-weight: 400;
    padding: 8px 0;
    background: #b6cbd9;
    border-radius: 5px;
	margin:2px 0;
	
}

.scrollNav {
    border-top: 1px solid #ebeded
}

.scrollNav_1,.scrollNav_1 a {
    border: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.scrollNav a:hover {
    color: #FFF;
	background-color:#587f98;
    text-decoration: none
}

li.scrollNav.active a {
    background: #fff;
    color: #333;
    font-weight: 700;
	border:1px solid #F0F0F0;
}

/*
#lrzj {
    position: fixed;
    z-index: 999;
    height: 94%;
    top: 3%;
    right: 5%;
    width: 20px;
    text-align: center
}

#lrzj a {
    display: block;
    position: absolute;
    padding: 12px 10px 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3)
}

#lrzj.light a {
    border: 7px solid #fff;
    background: #f8f6f6;
    background: -moz-linear-gradient(top,#f8f6f6 0%,#e8e7e7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f6f6),color-stop(100%,#e8e7e7));
    background: -webkit-linear-gradient(top,#f8f6f6 0%,#e8e7e7 100%);
    background: -o-linear-gradient(top,#f8f6f6 0%,#e8e7e7 100%);
    background: -ms-linear-gradient(top,#f8f6f6 0%,#e8e7e7 100%);
    background: linear-gradient(top,#f8f6f6 0%,#e8e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f6',endColorstr='#e8e7e7',GradientType=0 )
}

#lrzj.dark a {
    border: 7px solid #1c1c1c;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    background: #f8f6f6;
    background: -moz-linear-gradient(top,#3f3f3f 0%,#292929 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3f3f3f),color-stop(100%,#292929));
    background: -webkit-linear-gradient(top,#3f3f3f 0%,#292929 100%);
    background: -o-linear-gradient(top,#3f3f3f 0%,#292929 100%);
    background: -ms-linear-gradient(top,#3f3f3f 0%,#292929 100%);
    background: linear-gradient(top,#3f3f3f 0%,#292929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f',endColorstr='#292929',GradientType=0 )
}

#lrzj a:hover {
    text-decoration: none;
    color: #fff
}

#lrzj a.next {
    bottom: 0
}

#lrzj a.prev {
    top: 0
}
*/