@charset "utf-8";
body,
div,
ul,
ol,
li,
form {
    margin: 0;
    padding: 0
}

body {
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, Helvetica, 新細明體, PMingLiU, 細明體, MingLiU, sans-serif;
    color: #4d4d4d;
    font-size: 1em;
}

a,
a:link,
a:visited,
a:active {
    color: #08c;
    text-decoration: none
}

a:hover {
    color: #c60;
    text-decoration: none
}

a.accesskey {
    width: 1em;
    height: 1em;
    overflow: hidden;
    color: #FFF;
    font-size: 80%;
    line-height: 1em;
    text-decoration: none
}

table.header_tb {
    background-image: url(../images/header_bk.jpg);
    background-position: bottom center;
    background-repeat: no-repeat
}

.left {
    float: left
}

.right {
    float: right
}

.clean {
    clear: both
}

.position_r {
    position: relative
}

.position_a {
    position: absolute
}

h1 {
    font-size: 160%;
    font-weight: normal;
    line-height: 1em;
    color: #4d4d4d;
    border-bottom: #dcdcdc solid 1px;
    text-align: left;
    position: relative;
    margin: .5em 0;
    padding: .2em .1em
}

h2 {
    font-size: 140%;
    font-weight: normal;
    line-height: 1em;
    color: #4d4d4d;
    text-align: left;
    position: relative;
    margin: .5em 0;
    padding: .2em .1em
}

.headline_btn {
    position: absolute;
    top: .1em;
    right: .1em
}

.header {
    background-image: url(../images/header_bk.jpg);
    background-position: bottom center;
    background-repeat: repeat-x
}

.topmenu {
    color: #333;
    font-size: 80%
}

.topmenu a,
.topmenu a:link,
.topmenu a:visited,
.topmenu a:active {
    color: #333;
    text-decoration: none;
    margin: 0 .6em
}

.topmenu a:hover {
    color: #c60
}

.welcome {
    color: #c60;
    font-size: 120%;
    font-weight: bold
}

.new_msg_remind_float {
    font-size: 100%;
    line-height: 1.2em;
    background-color: #e50000;
    color: #FFF;
    padding: 0 .3em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    border-radius: .6em;
    -webkit-box-shadow: inset 0 .2em .5em rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 .2em .5em rgba(255, 255, 255, .4);
    box-shadow: inset 0 .2em .5em rgba(255, 255, 255, .4);
    border: solid 1px #e5004f;
    background-image: -webkit-linear-gradient(bottom, #df0000, #f00);
    background-image: -moz-linear-gradient(bottom, #df0000, #f00);
    background-image: -o-linear-gradient(bottom, #df0000, #f00);
    background-image: -ms-linear-gradient(bottom, #df0000, #f00);
    background-image: linear-gradient(to top, #df0000, #f00)
}

.new_msg_remind_float {
    position: absolute;
    right: -0.9em;
    bottom: .5em
}

.menu {
    background-image: url(../images/menu_bk.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    position: relative;
    z-index: 500
}

a.menu_item,
a.menu_item:link,
a.menu_item:visited,
a.menu_item:active {
    font-size: 100%;
    color: #FFF;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1em;
    margin: 0;
    display: inline-block
}

a.menu_item:hover {
    background-color: #292929;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .7);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, .7);
    background-image: -webkit-linear-gradient(bottom, #000, #454545);
    background-image: -moz-linear-gradient(bottom, #000, #454545);
    background-image: -o-linear-gradient(bottom, #000, #454545);
    background-image: -ms-linear-gradient(bottom, #000, #454545);
    background-image: linear-gradient(to top, #000, #454545)
}

.menu_item_bold {
    font-weight: bold
}

.search_bar {
    -webkit-border-radius: .75em;
    -moz-border-radius: .75em;
    border-radius: .75em;
    background-color: #292929;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .2), inset 0 2px 4px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .2), inset 0 2px 4px rgba(0, 0, 0, .45);
    box-shadow: 0 1px rgba(255, 255, 255, .2), inset 0 2px 4px rgba(0, 0, 0, .45);
    background-image: -webkit-linear-gradient(bottom, #000, #454545);
    background-image: -moz-linear-gradient(bottom, #000, #454545);
    background-image: -o-linear-gradient(bottom, #000, #454545);
    background-image: -ms-linear-gradient(bottom, #000, #454545);
    background-image: linear-gradient(to top, #000, #454545);
    padding: 0 .5em;
    margin: 0;
    width: 10em;
    height: 1.5em;
    overflow: hidden;
    line-height: 1.5em;
    text-align: left;
    position: relative
}

.search_ipt {
    font-size: 93%;
    height: 1.6em;
    line-height: 1.6em;
    color: #FFF;
    border: 0;
    background: 0;
    width: 8.5em
}

.search_label {
    position: absolute;
    left: -2.5em;
    top: 0;
    color: #FFF;
    font-size: 75%;
    opacity: 0
}

.mm_block {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 2.75em;
    left: 0;
    background-color: #424242;
    color: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .5), inset 0 3px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .5), inset 0 3px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5), inset 0 3px 4px rgba(0, 0, 0, .2)
}

.mm_table {
    border-right: #797979 dotted 1px;
    margin: 1em auto
}

.mm_table td {
    border-left: #797979 dotted 1px
}

.mm_table td.empty {
    border: 0
}

.mm_subtitle {
    font-size: 93%;
    font-weight: bold;
    text-align: left;
    width: 75%;
    color: #FFF;
    margin: 0 auto
}

ul.mm_list {
    width: 90%;
    margin: 0 auto;
    list-style: none
}

ul.mm_list li {
    margin: .2em 0
}

ul.mm_list li a,
ul.mm_list li a:link,
ul.mm_list li a:visited,
ul.mm_list li a:active {
    font-size: 75%;
    display: block;
    line-height: 2.2em;
    padding: 0 .5em;
    color: #a8a8a8
}

ul.mm_list li a:hover {
    background-color: #535353;
    color: #FFF
}

ul.mm_list li a span {
    color: #424242
}

ul.mm_list li a:hover span {
    color: #fff
}

ul.mm_list li.mmlv4 {
    margin: .2em 0
}

ul.mm_list li.mmlv4 a,
ul.mm_list li.mmlv4 a:link,
ul.mm_list li.mmlv4 a:visited,
ul.mm_list li.mmlv4 a:active {
    font-size: 75%;
    display: block;
    line-height: 2.2em;
    padding: 0 .5em 0 1.5em;
    color: #a8a8a8
}

ul.mm_list li.mmlv4 a:hover {
    background-color: #535353;
    color: #FFF
}

ul.mm_list li.mmlv4 a span {
    color: #666
}

ul.mm_list li.mmlv4 a:hover span {
    color: #fff
}

select.sel_mmlv3 {
    width: 90%;
    color: #a8a8a8;
    background-color: #535353;
    border: #797979 solid 1px;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    font-size: 75%;
    padding: .3em;
    margin: .2em 5%
}

.mm_note {
    font-size: 75%;
    text-align: left;
    margin: 0 1.5em;
    line-height: 1.6em
}

.main_news_date {
    display: inline-block;
    float: left;
    width: 9%;
    font-size: 150%;
    text-align: center;
    color: #aaa
}

.main_news_cont {
    display: inline-block;
    float: left;
    width: 90%;
    margin-bottom: 1em
}

.main_news_title {
    font-size: 120%;
    text-align: left
}

.main_news_desc {
    font-size: 80%;
    text-align: left;
    line-height: 1.8em
}

.side_box {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    border: #ccc solid 1px;
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.5em
}

.side_box_cont {
    width: 95%;
    margin: 0 auto;
    padding: .5em
}

.side_title {
    font-size: 150%;
    font-weight: normal;
    line-height: 1em;
    color: #4d4d4d;
    border-bottom: #dcdcdc solid 1px;
    text-align: left;
    position: relative;
    margin: 0 0 .3em;
    padding: 0 0 .2em
}

a.side_more_btn,
a.side_more_btn:link,
a.side_more_btn:visited,
a.side_more_btn:active {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #fff;
    border: #aaa solid 1px;
    padding: .4em .4em .2em;
    line-height: 1.5em;
    color: #999;
    margin: 0;
    font-size: 50%
}

a.side_more_btn:hover {
    color: #333;
    background-color: #ddd
}

.side_box_card {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    margin: 0;
    padding: .8em;
    background-color: #f5f5f5
}

.path {
    font-size: 80%;
    text-align: left;
    line-height: 1.5em
}

.cont48 {
    width: 48%;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cont50 {
    width: 50%;
    margin: 0 auto;
    padding: 0;
    line-height: 1.5em
}

.cont80 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    line-height: 1.5em
}

.cont90 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    line-height: 1.5em
}

.msg_box_warning {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background-color: #fff0f0
}

.msg_box_warning td {
    padding: .5em;
    color: #e72d2d;
    font-size: 100%;
    font-weight: bold
}

.msg_box_close {
    position: absolute;
    right: -10px;
    top: -10px
}

.msg_box_ok {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background-color: #e1f6d8
}

.msg_box_ok td {
    padding: .5em;
    color: #41951c;
    font-size: 100%;
    font-weight: bold
}

.msg_box_success {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background-color: #f5f5f5;
    padding: 1.5em;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    line-height: 2em
}

.msg_box_success div {
    font-size: 200%;
    margin: 0 0 .5em
}

.tab_frame {
    border-bottom: #dbdbdb solid 1px;
    border-left: #dbdbdb solid 1px;
    border-right: #dbdbdb solid 1px;
    overflow: hidden
}

.tab_cont {
    width: 90%;
    margin: 1em auto
}

.profile_box {
    border: #dbdbdb solid 1px;
    overflow: hidden
}

.profile_cont {
    width: 90%;
    margin: 1em auto
}

.form_table th,
.form_table td {
    padding: .5em .1em;
    font-size: 93%;
    font-weight: normal;
    line-height: 1.5em
}

.form_m {
    width: 75%
}

.form_s {
    width: 50%
}

.form_tiny {
    width: 30%
}

.form_mini {
    width: 5em
}

.form_cardno {
    width: 4em
}

textarea.text_std,
input.ipt_std,
select.sel_std {
    border: #ccc solid 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    font-size: 93%;
    padding: .4em .2em
}

.ipt_std:focus {
    outline: 0;
    border: #08c solid 1px
}

input.ipt_page {
    width: 1.5em;
    font-size: 100%;
    text-align: center
}

select.sel_mini {
    border: #ccc solid 1px;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    font-size: 93%;
    padding: .2em
}

.form_table2 th,
.form_table2 td {
    padding: .5em .5em;
    font-size: 93%;
    font-weight: normal;
    line-height: 1.5em;
    border-bottom: #dcdcdc dotted 1px
}

.form_table2 th select,
.form_table2 td select,
.form_table2 th input,
.form_table2 td input {
    font-size: 100%;
    padding: .2em
}

.form_table2 th {
    background-color: #f5f5f5;
    border-top: #FFF solid 1px
}

.form_table2 th.cat {
    font-size: 125%;
    line-height: 1em;
    background-color: #eee;
    border-top: #ccc solid 2px
}

.form_table3 {
    border-left: #dcdcdc solid 1px;
    border-top: #dcdcdc solid 1px
}

.form_table3 th,
.form_table3 td {
    padding: .5em .5em;
    font-size: 93%;
    font-weight: normal;
    line-height: 1.5em;
    border-bottom: #dcdcdc solid 1px;
    border-right: #dcdcdc solid 1px
}

.form_table3 th select,
.form_table3 td select,
.form_table3 th input,
.form_table3 td input {
    font-size: 100%;
    padding: .2em
}

.form_table3 th {
    font-size: 110%;
    background-color: #f5f5f5;
    border-top: #FFF solid 1px
}

input.std_btn,
a.std_btn,
a.std_btn:link,
a.std_btn:visited,
a.std_btn:active {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #ef7b0d;
    -webkit-box-shadow: inset 0 .1em .1em rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 .1em .1em rgba(255, 255, 255, .5);
    box-shadow: inset 0 .1em .1em rgba(255, 255, 255, .5);
    border: solid 1px rgba(200, 80, 0, .65);
    background-image: -webkit-linear-gradient(top, #ffa21c, #e25a00);
    background-image: -moz-linear-gradient(top, #ffa21c, #e25a00);
    background-image: -o-linear-gradient(top, #ffa21c, #e25a00);
    background-image: linear-gradient(to bottom, #ffa21c, #e25a00);
    padding: .5em 1.5em;
    color: #FFF;
    display: inline-block;
    margin: .5em
}

a.std_btn:hover {
    background: 0;
    background-color: #f48812
}

input.tiny_btn,
a.tiny_btn,
a.tiny_btn:link,
a.tiny_btn:visited,
a.tiny_btn:active {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    padding: 0 .5em;
    line-height: 1.8em;
    display: inline-block;
    margin: 0
}

input.big_btn,
a.big_btn,
a.big_btn:link {
    padding: .8em 1.2em;
    font-size: 150%
}

input.gray_btn,
a.gray_btn,
a.gray_btn:link,
a.gray_btn:visited,
a.gray_btn:active {
    background-color: #888;
    border: #666 solid 1px;
    background-image: -webkit-linear-gradient(top, #999, #777);
    background-image: -moz-linear-gradient(top, #999, #777);
    background-image: -o-linear-gradient(top, #999, #777);
    background-image: linear-gradient(to bottom, #999, #777);
    color: #FFF
}

a.gray_btn:hover {
    background: 0;
    background-color: #919191
}

a.print_btn,
a.print_btn:link,
a.print_btn:visited,
a.print_btn:active {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #fff;
    border: #aaa solid 1px;
    padding: 0 .4em;
    color: #999;
    display: inline-block;
    margin: 0;
    font-size: 60%
}

a.print_btn:hover {
    color: #333
}

a.cont_title_btn,
a.cont_title_btn:link,
a.cont_title_btn:visited,
a.cont_title_btn:active {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #ddd;
    border: #aaa solid 1px;
    padding: 0 .4em;
    color: #333;
    display: inline-block;
    margin: 0;
    font-size: 60%;
    line-height: 2em;
    position: absolute;
    top: .1em;
    right: .1em
}

a.cont_title_btn:hover {
    color: #fff;
    background-color: #333;
    border: #333 solid 1px
}

a.tab_btn,
a.tab_btn:link,
a.tab_btn:visited,
a.tab_btn:active {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #ddd;
    border: #999 solid 1px;
    padding: .2em .6em;
    color: #333;
    display: inline-block;
    margin: 0 .5em 0 0;
    font-size: 120%
}

a.tab_btn:hover {
    color: #fff;
    background-color: #333;
    border: #333 solid 1px
}

.tab_btn_on {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #333;
    border: #333 solid 1px;
    padding: .2em .6em;
    color: #fff;
    display: inline-block;
    margin: 0 .5em 0 0;
    font-size: 120%
}

.note_title {
    font-size: 100%;
    font-weight: bold;
    line-height: 1em;
    color: #333;
    text-align: left;
    margin: 1.5em 0 .5em;
    padding: 0
}

.note {
    color: #777;
    font-size: 80%;
    line-height: 1.5em
}

.note p {
    margin: .8em 0
}

.caption_std {
    font-size: 120%;
    line-height: 1.6em;
    text-align: left;
    margin: .5em 0
}

.caption_std span {
    color: #ed1746
}

.tb_list_std {
    border-left: #cacaca solid 1px;
    border-top: #cacaca solid 1px;
    font-size: 80%
}

.tb_list_std tr:hover {
    background-color: #f5f5f5
}

.tb_list_std th,
.tb_list_std td {
    border-bottom: #cacaca solid 1px;
    border-right: #cacaca solid 1px;
    line-height: 2em;
    padding: .5em .4em
}

.tb_list_std th {
    background-color: #f5f5f5
}

.tb_list_std td.amount {
    border-right: 0;
    line-height: 2em;
    padding: .5em .4em;
    font-size: 120%
}

.tb_list_std td.amount_sum {
    line-height: 2em;
    padding: .5em .4em;
    color: #ed1746;
    font-size: 120%;
    font-family: Verdana, Geneva, sans-serif
}

.tb_list_std td.underblod,
.tb_list_std th.underblod {
    border-bottom: #aaa solid 2px
}

.tb_step td {
    padding: 1em
}

.tb_step td.step_off {
    border: #cacaca solid 1px;
    background-color: #f5f5f5
}

.tb_step td.step_on {
    border: #08c solid 1px;
    background-color: #08c;
    color: #FFF
}

.bank_select_box {
    background-color: #f5f5f5;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    margin: 0 0 1em 1.2em;
    padding: .4em .8em
}

.row_cell_std {
    border-bottom: #dcdcdc dotted 1px;
    line-height: 2em;
    font-size: 80%
}

.td_right_dot {
    border-right: #cacaca dotted 1px
}

.tb_satisfy th,
.tb_satisfy td {
    font-size: 80%;
    border-bottom: #cacaca solid 1px;
    line-height: 2em;
    padding: .2em .4em
}

.tb_satisfy th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
    font-weight: normal
}

.line_dot {
    border-bottom: #dcdcdc dotted 1px;
    line-height: 1em
}

.cat_name {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0
}

.cat_desc {
    font-size: 80%;
    margin: .3em 0 1.5em
}

.law_box {
    height: 35em;
    overflow: auto;
    font-size: 95%;
    line-height: 1.7em;
    padding: 0 1em
}

.usage {
    font-size: 90%;
    color: #777;
    line-height: 1.5em
}

.usage_full {
    font-size: 120%;
    color: #e50000
}

.usage_less {
    font-size: 120%;
    color: #333
}

.new_tag {
    color: #fff;
    background-color: #e50000;
    font-size: 80%;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.6em;
    display: inline-block;
    margin: 0 .3em;
    padding: 0 .4em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    border-radius: .6em
}

.hot_tag {
    color: #fff;
    background-color: #30b046;
    font-size: 80%;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.6em;
    display: inline-block;
    margin: 0 .3em;
    padding: 0 .4em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    border-radius: .6em
}

.cont_title {
    font-size: 140%;
    line-height: 1.6em;
    text-align: left;
    margin: .5em 0 .2em;
    border-bottom: #dcdcdc dotted 1px;
    position: relative
}

.source {
    color: #999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 83%
}

p.cont {
    font-size: 100%;
    line-height: 1.6em;
    margin: 1em 0 1.2em
}

.number_list {
    float: left;
    width: 80%
}

.number_cell {
    width: 18%;
    margin: .5em 1%;
    padding: .3em 0;
    background-color: #efefef;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    display: inline-block;
    float: left
}

a.number,
a.number:link,
a.number:visited,
a.number:active {
    font-size: 100%;
    text-align: center;
    width: 85%;
    margin: .5em auto;
    padding: .2em 0;
    line-height: 1.5em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 0 0 3px #f5f5f5;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 0 0 3px #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 0 0 3px #f5f5f5;
    border: solid 1px #ccc;
    display: block;
    color: #4d4d4d
}

a.number:hover {
    background-color: #797979;
    border: solid 1px #797979;
    display: block;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 0 0 0 #f5f5f5;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 0 0 0 #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 0 0 0 #f5f5f5
}

.price {
    font-size: 100%;
    font-weight: bold;
    color: #e00;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}

.number_temp_list {
    float: right;
    width: 18%
}

.number_temp_list_title {
    font-size: 160%;
    text-align: center
}

.number_temp_list_box {
    border: #dbdbdb dashed .3em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding: .6em;
    font-size: 83%;
    line-height: 1.5em
}

.number_temp_list_box .number_cell {
    width: 100%
}

.service_signal {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    margin: 0 auto;
    padding: .5em;
    background-color: #ddd;
    text-align: center;
    font-weight: bold
}

.mq {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    background-color: #eaeaea;
    text-align: left;
    line-height: 2em;
    padding: .2em .5em;
    overflow: hidden
}

.tip_fqa {
    padding: 1em 2em;
    -webkit-border-radius: .75em;
    -moz-border-radius: .75em;
    border-radius: .75em;
    background-color: #f8f8f8;
    border: #dbdbdb solid 1px
}

ol.most_fqa li {
    width: 40%;
    float: left;
    margin: 0 1.75em;
    list-style: decimal;
    line-height: 2em;
    border-bottom: #dbdbdb dotted 1px
}

.std_list {
    margin: 0 0 0 2.5em
}

.std_list li {
    margin: 0 0 0 2.5em;
    margin: .75em 0
}

.std_list ul {
    list-style: none
}

.std_list ul li {
    font-size: 100%;
    list-style: none;
    background: url(../images/icon_right_circle.png) 0 .25em no-repeat;
    padding: 0 0 0 1.2em;
    margin: .5em 0
}

.std_list ul li ul {
    list-style: none
}

.std_list ul li ul li {
    font-size: 100%;
    list-style: none;
    background: url(../images/icon_blt.gif) 0 .15em no-repeat;
    padding: 0 0 0 1.2em;
    margin: .5em 0
}

.link_list {
    list-style: none
}

.link_list li {
    font-size: 100%;
    list-style: none;
    background: url(../images/icon_newopen.gif) 0 .5em no-repeat;
    padding: 0 0 0 1.2em;
    margin: 0;
    line-height: 2em;
    border-bottom: #eee dotted 1px
}

.link_list li:hover {
    background-color: #f8f8f8
}

.link_box {
    width: 31%;
    margin: 0 2% 1em 0;
    padding: .2em 0;
    float: left;
    border: #dbdbdb solid 1px;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em
}

.link_box_cont {
    width: 95%;
    margin: 0 auto
}

.link_box_title {
    text-align: center;
    font-size: 120%;
    margin: .1em;
    border-bottom: #CCC solid 1px;
    line-height: 2em
}

.vdo_row_pic {
    margin: 0 .5em 0 0
}

.video_cell {
    width: 28%;
    height: 10em;
    overflow: hidden;
    float: left;
    margin: .5em 2% .5em 3%;
    padding: 0;
    text-align: left;
    background-color: #fff
}

.video_title {
    font-size: 80%;
    font-weight: bold;
    line-height: 1.6;
    margin: .3em 0 0
}

.pagebar {
    text-align: center;
    margin: 1em auto;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%
}

.err_bk {
    background-image: url(../images/error.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 35em
}

.err_box {
    position: relative;
    width: 100%;
    height: 100%
}

.err_msg {
    font-size: 160%;
    line-height: 1.3em;
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 2em;
    top: 3em;
    width: 50%
}

.err_msg span {
    line-height: 1.5em;
    font-size: 230%;
    font-weight: bold
}

.err_msg span.org {
    color: #fa8b3c
}

.footer {
    background-image: url(../images/footer_bk.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
    overflow: hidden;
    text-align: center
}

.footer_text {
    font-size: 75%;
    color: #6e6e6e;
    text-align: center;
    line-height: 1.5em;
    margin: 1.5em auto;
    padding: 0;
    position: relative;
    display: inline-block
}

.accessibility_pic {
    position: absolute;
    left: 4em;
    top: 1.5em
}

.feedback_btn {
    position: absolute;
    right: 4em;
    top: 1.5em
}

.highlight_a,
a.highlight_a {
    color: #ed1746
}

.highlight_b {
    color: #3185c9
}

.align_c {
    text-align: center
}

.align_r {
    text-align: right
}

.smaller {
    font-size: 80%
}

.bigger {
    font-size: 125%
}

.gap_b {
    margin-bottom: 1em
}

.gap_t {
    margin-top: 1em
}

.gap_l {
    margin-left: 1em
}

.gap_r {
    margin-right: 1em
}

.gap_t2 {
    margin-top: 2em
}

.gap_l2 {
    margin-left: 2em
}

.gap_r2 {
    margin-right: 2em
}

.gap_b2 {
    margin-bottom: 2em
}
/*==== 無障礙隱藏元素 Start====*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*==== 無障礙隱藏元素 End====*/
/*==== google搜尋元素 Start====*/
.gsc-input-box { 
  
  background: #292929 !important;
  border-radius: 0.75rem !important; 
  border-color: #595959 !important;
}
      
#gsc-i-id1 { 
  color: #FFF !important;
  background: none !important;
}


.gsc-search-button-v2 {
  padding: 0.5rem !important;
  cursor: pointer !important;
  border-radius: 50% !important; 
  background-color: #292929 !important;
  border-color: #595959 !important;
}

.gsc-control-cse {
  width: 230px !important;
  height: 44px;
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 6px !important;
  box-sizing: border-box !important;
}
/*==== google搜尋元素 End====*/