
* {
    margin: 0px;
    padding: 0px;
}
body{
    font-family:Microsoft JhengHei, Helvetica, Arila, sans-serif;
}
.nomal_text{

    font-family:Microsoft JhengHei, Helvetica, Arila, sans-serif;
    font-size: 16px;
    color:  #585858; 

}
/* head檔案的css*/
 .head_top {
            background-color: #2e2e2e;
            height: 69px;
            border-color: #bababa;
            box-shadow: 0px 1px 2px -1px rgba(63, 63, 95, 0.5);
            -moz-box-shadow: 0px 1px 2px -1px rgba(63, 63, 95, 0.5);
            -webkit-box-shadow: 0px 1px 2px -1px rgba(63, 63, 95, 0.5);
            padding-top: 8px;
        }

        #member_name{
            margin-top:15px;
            color:white;
            padding-right: 15px;
        }
        .logout {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d6b889), color-stop(1, #967c62));
            background: -moz-linear-gradient(top, #d6b889 5%, #967c62 100%);
            background: -webkit-linear-gradient(top, #d6b889 5%, #967c62 100%);
            background: -o-linear-gradient(top, #d6b889 5%, #967c62 100%);
            background: -ms-linear-gradient(top, #d6b889 5%, #967c62 100%);
            background: linear-gradient(to bottom, #D0383F 5%, #87051A 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6b889', endColorstr='#967c62',GradientType=0);
            background-color: #d6b889;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            display: inline-block;
            cursor: pointer;
            color: #ffffff;
            font-family: Arial, "Microsoft JhengHei";
            font-size: 15px;
            font-weight: bold;
            padding: 8px 20px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #2f6627;
        }
        .logout:hover {
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #967c62), color-stop(1, #d6b889));
            background:-moz-linear-gradient(top, #967c62 5%, #d6b889 100%);
            background:-webkit-linear-gradient(top, #967c62 5%, #d6b889 100%);
            background:-o-linear-gradient(top, #967c62 5%, #d6b889 100%);
            background:-ms-linear-gradient(top, #967c62 5%, #d6b889 100%);
            background: linear-gradient(to bottom, #E5767B 5%, #AE243A 100%);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#967c62', endColorstr='#d6b889',GradientType=0);
            background-color:#967c62;
            color:white;
            text-decoration:none;
        }
        .logout:active {
            position:relative;
            top:1px;
            text-decoration:none;
        }
        .logout a{
            color:white;
        }
 
.learn_tip{
    color: #817F7F;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-family:Microsoft JhengHei;
}
.learn_text{
    color:#666666; 
    font-size:16px; 
    margin-top:5px;
    font-family:Microsoft JhengHei;
}
.div_container{
    border-radius:5px;
    border-color: #D0D0D0;
    border-width:1px; 
    border-style:solid;
}
.div_square{ 
    border-color: #D0D0D0;
    border-width:5px; 
    border-style:solid;
}
.top_position{
    margin: 0px 5px 10px 5px;
}
.right_top{
    margin-top: 7px;
    margin-bottom: 5px;
    display: inline-block; 
    text-align: right;
    vertical-align: bottom;
    margin-right:300px;
}
.fb_login{
    width: 33px;
    height: 33px;
}

.body_top_font{
    font-family: Microsoft JhengHei!important;
    font-size: 18px!important;
    color:#282828!important;

}
.main_head_title{
    margin-left: 5px;
    font-size: 37px;
    font-family: Microsoft JhengHei;
    vertical-align: middle;
}
.main_second_title{
    margin-left: 5px;
    font-size: 20px;
    font-family: Microsoft JhengHei;
    vertical-align: middle;
}
.register_top_font{
    font-family: Microsoft JhengHei!important;
    font-size: 13px!important;
    color:#282828!important;
}
.login_div{
    display: inline-block; 
    position:absolute; 
    z-index:99; 
    width: 280px;
    height: 350px;
    border:#0C0202 1px solid ;
    background: #e7e5e5;
    margin-top:10px;  

    background:rgba(10, 10, 10, 0.6);
    _filter:alpha(opacity=60);/*IE6*/
　filter:alpha(opacity=60);/*IE7*/
　-moz-opacity: 0.6;/*fireFox*/
}
.login_tab{
    display: inline-block;
    width:135px;
    height:40px;
    color:white;
    border: 1px #fff solid;
}
.single_login{
    display: inline-block;  
    width: 350px; 
    height:300px;
    border:  2px solid ;
    border-color:  #D0D0D0;
    border-radius:5px;
    background-color: #fff; 
    margin-top: 10px; 
    margin-bottom: 40px;  
}
.company_single_login{

    display: inline-block;  
    width: 350px; 
    height:330px;
    border:  2px solid ;
    border-color:  #D0D0D0;
    border-radius:5px;
    background-color: #fff; 
    margin-top: 10px; 
    margin-bottom: 40px;  

}
.login_title { 
    font-family:arial, Microsoft JhengHei !important;
    font-size:25px;
    color: white;
    margin-left:50px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2); 
    -moz-text-shadow:2px 2px 0px rgba(0,0,0,0.2);
    -webkit-text-shadow:2px 2px 0px rgba(0,0,0,0.2); 
}
.single_login_title{
    font-family:arial, Microsoft JhengHei;
    font-size:22px;
    color: #282828;
    margin-left:40px;

}

.login_input{
    width: 75% !important;
    margin: 10px auto;
}
.lg_txt{
    font-family:Microsoft JhengHei;
    font-size:14px;

    margin-left:45px;
    margin-top: 10px;
}
.lg_img{
    vertical-align: middle; 
}
.lg_input_box{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px; 
    color: #7C7B7B;
    background-color: #fff;
    background-image: none;
    border:1px solid #888585;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.body_title{
    font-family: Microsoft JhengHei;
    font-size:24px;
    color: #ee911d; 

}
.content_title{
    font-family: "Microsoft JhengHei";
    font-size: 20px;
    color: #1c7301;
    font-weight: normal; 
    display: block;
     margin-bottom: 25px;
     display: block;	
     line-height: 25px;
     height: 25px;
     margin-top: 10px;
     border-left-width: 8px;
     border-left-style: solid;
     border-left-color: #1c7301;
     padding-left: 10px;/* [disabled]width: 960px; */
}
.nomal_title{
    font-family: "Microsoft JhengHei";
    font-size: 20px;
    color: #F39929;
    font-weight: normal; 
    display: block;

    line-height: 20px;
    height: 20px;
}
.nomal_title_r{
    font-family: "Microsoft JhengHei";
    font-size: 1.5em;
    color: #F39929;
    font-weight: normal; 
 
}
.body_main{
    border-color: #f2f0f0; 
    border-bottom-width:1px; 
    border-bottom-style:solid;

}
.body_main_col{
    margin-left: 20px;
    margin-top: 30px; 
    margin-bottom:10px
}
.col_cell{
    display: inline-block; 
    vertical-align: middle;
    margin-left: 5px
}
.col_cell_title{
    font-family: Microsoft JhengHei;
    color: #8c8226;
    font-size: 20px;
}
.col_cell_text{
    font-family: Microsoft JhengHei;
    color:#282828 ;
    font-size: 15px
}
.partner_tips{
    font-family: Microsoft JhengHei; 
    font-size: 15px;
    text-align: right;
    margin-top:10px;
    color:#777423
}
/*.main_content{
    padding-bottom:100px;    
}*/
.footer_last{
    margin-top:30px;
    background-color:#f2f0f0;
    height:100px;  
    border-color:#bababa;
    border-width:1px; 
    border-style:solid;
    box-shadow:0px 1px 2px -1px rgba(63, 63, 95, 0.5);
    -moz-box-shadow:0px 1px 2px -1px rgba(63, 63, 95, 0.5);
    -webkit-box-shadow:0px 1px 2px -1px rgba(63, 63, 95, 0.5);

}
.foot_text{
    vertical-align:bottom;
    font-family: Microsoft JhengHei;
    color: #777;
}
.foot_link_text{
    margin-top:35px;
    font-size: 15px;
    text-align: left;

}
.copyright_text{ 
    margin-top: 30px;
    margin-bottom:30px;
    color: #777; 
}

.border_div{
    border-radius:5px;
    border-color: #bababa;
    border-width:1px; 
    border-style:solid;
    width: 80%;
}

.register_text{
    margin-left:50px;
    font-family: Microsoft JhengHei,cursive;
    font-size: 16px;
    color:  #585858;
    vertical-align: middle;
    display: inline-block;
}
.login_register_text{
    
    font-family: Microsoft JhengHei,cursive;
    font-size: 16px;
    color:  #585858;
    vertical-align: middle;
    display: inline-block;
}
.register_tip{
    margin-left:195px;
    color:#e7690d;
    font-family: Microsoft JhengHei;
    font-size: 14px; 
    margin-top: 5px;
}
.register_tip_noleft{
    margin-left: 5px;
    color:#e7690d;
    font-family: Microsoft JhengHei;
    font-size: 14px; 
    margin-top: 5px;
}
.login_register_tip{ 
    color:#e7690d;
    font-family: Microsoft JhengHei;
    font-size: 14px; 
    margin-top: 5px;
    margin-left: 150px;
}
.login_menu{
    font-family: Microsoft JhengHei,cursive!important;
    vertical-align: middle!important;
    color:  #282828!important;
}
#side_label {
    display: none;
    position: fixed;
    right: 2px;
    bottom: 270px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;

}

/*選擇身份
author:ivy
*/
.registr_left {
    float: left;
    width: 500px; 
    height: 192px;

}

.registr_left h2 a{
    font-size: 24px;
    color: #F0871A;
    font-family: Microsoft JhengHei;
    font-weight: normal; 
    margin-bottom: 30px;
    margin-left: 150px;
    display: block;
    text-decoration: none;
}

.registr_left .tit_p {
    font-family: Microsoft JhengHei;
    font-size: 20px;
    color: #F08819;
    margin-left:170px;
    margin-top:20px;
}
.registr_left .info_p {
    font-family: Microsoft JhengHei;
    font-size: 17px;
    margin-top: 5px;
    margin-left:170px;
}
.registr_left .img_link {
    height: 150px;
    width: 160px;
    margin-top: -120px;
    z-index: 1000;
    text-indent: -9999;
    display: block;
} 
.registr_left .img_link a {
    text-indent: -9999px;
    display: block;
    height: 150px;
    width: 150px;
}


.registr_right {
    float: right;
    width: 500px; 
    height: 190px; 

}
.registr_right h2 a{
    font-size: 24px;
    color: #F0871A;
    font-family: Microsoft JhengHei;
    font-weight: normal; 
    margin-left: 150px;
    display: block;
    text-decoration: none;

    font-size: 24px;
    color: #F0871A;
    font-family: Microsoft JhengHei;
    font-weight: normal;  
    margin-left: 150px;
    display: block;
    text-decoration: none;
}
.registr_right .tit_p {
    font-family: Microsoft JhengHei;
    font-size: 20px;
    color: #F08819;
    margin-left:170px;
    margin-top: 30px;
}
.registr_right .info_o {
    font-family: Microsoft JhengHei;
    font-size: 17px;
    margin-top: 5px;
    margin-left:170px;
}
.registr_right .img_link {
    height: 150px;
    width: 160px;
    margin-top: -120px;
    z-index: 1000;
    text-indent: -9999;
    display: block;
} 
.registr_right .img_link a {
    text-indent: -9999px;
    display: block;
    height: 150px;
    width: 150px;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.more{
    font-family: "Microsoft JhengHei";
    font-size: 12px;
    line-height: 15px;
    color: #F0911D;
    text-decoration: none; 
}
.font15 {
    font-family: "Microsoft JhengHei";
    font-size: 15px;
}
.font13{
    font-family: "Microsoft JhengHei";
    font-size: 13px;
    line-height: 25px;
}
.font14 {
    font-family: "Microsoft JhengHei";
    font-size: 14px;
    line-height: 25px;
}
/*.bottom_color{
    border-bottom: 1px solid #F90;
}*/
.left_color{
    border-left: 1px solid #F90;
}
.top_color{
    border-top: 1px solid #F90;
}
.pwd_block_div{
    background-color: #fbecdc;
    margin-top:15px;
    padding: 8px;
    text-align: center
}
.smalltxt {
    font-size: 12px;
    color: #666;
    font-family: Microsoft JhengHei;
}

.modal_text{
    font-family: "Microsoft JhengHei";
    font-size: 24px;
    color: #F39929;
    font-weight: normal;
    line-height: 36px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.red_text {
    color: #C00;
}
.bank_text {
    margin-left: 40px;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;

}
.bank_title{ 
    font-size: 16px;
    font-family: Microsoft JhengHei;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;


}
ul.disc {
    list-style-type:disc;
}
.nav ul li{
    list-style: none;
}
.bank_table { 
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E7E7E7;
    padding-top: 15px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 0px;
    line-height: 30px;
    font-size: 15px; 
    font-family: Microsoft JhengHei;
    text-align: center;
    vertical-align: middle;

}
.bank_table thead {
    border: 1px solid #999;
    line-height: 30px;
    font-weight: normal;
    background-color: #F5F5F5;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
    font-size: 14px;


}
.bank_table thead tr th{
    text-align: center;
} 
.bank_table tbody tr:hover{
    background-color: rgba(253, 253, 131, 0.2);
}
.no_hover tbody tr:hover{
    background-color: white;
}
.ifbox a{
    font-family: "Microsoft JhengHei";
    font-size: 14px;
    color: #930;
    display: inline-block;
    padding: 4px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #F2F2F2;
    margin-left: 6px;   
    text-decoration: none;
}
.gray_out_div{
    border: 1px solid #CCC;
    border-radius: 6px 6px 6px;
    padding: 8px 8px;
    background-color: #f2f0f0;
}
.gray_in_div{
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px;
    padding: 10px 6px;
    background-color: #fff;
    font-family: Microsoft JhengHei;

}
/*.side_line{
    border-bottom:4px solid #ffd699;
}
.side_line:hover{
     border-bottom:4px solid #F90;
    border-top:4px solid #F90;
    border-bottom:0px;
    box-shadow:0px 1px 2px -1px rgba(63, 63, 95, 0.5);
    -moz-box-shadow:0px 1px 2px -1px rgba(63, 63, 95, 0.5);
    -webkit-box-shadow:0px 1px 2px -1px rgba(63, 63, 95, 0.5);
}*/

.clear_bo{
    clear:both; 
}
.clear_lf{
    clear:left;
}
.pay_succ_table{
    width:50%; 
    margin:0px auto; 
    border:1px  solid #e4e4e4; 
    border-radius:6px; 
    padding:1px; 
    box-shadow:3px 3px 3px 0px rgba(13, 24, 24, 0.05);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(13, 24, 24, 0.05);
    -moz-box-shadow: 3px 3px 3px 0px rgba(13, 24, 24, 0.05);
    box-shadow:3px 3px 3px 0px rgba(13, 24, 24, 0.05);
    font-size:15px;
}
.leave_icon{
    font-size: 25px;
    color:#FF6600;
}
.terms_Service {
    /* [disabled]height: 1500px; */
    width: 830px;
    margin-right: auto;
    margin-left: auto;
}
.service_f20 {
    font-family: "Microsoft JhengHei", "新細明體";
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: justify;
}
.service_box {
    font-family: "Microsoft JhengHei", "新細明體";
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    border-radius: 8px;
    text-align: justify;
    border: 1px solid #CCC;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}
.service_box h3 {
    font-family: "Microsoft JhengHei", "新細明體";
    font-size: 17px;
    line-height: 35px;
    color: #666666;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999;
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    font-weight: normal;
}

.service_box_2 {
    display: block;
    padding-left: 20px;
    text-align: justify;
}

a.jastips{
    z-index:9;
    color:#690;
    border-bottom:1px dotted #690;
    text-decoration:none;
}
a.jastips:hover{
    position:relative;
    z-index:99;
    /*cursor:help;*/
}
a.jastips span{
    display:none;
}
a.jastips:hover span{
    display:block;
    position:absolute;
    float:left;
    white-space:nowrap;
    top:-10px;
    left:20px;
    background: rgba(10, 10, 10, 0.6);
    border:1px solid #000;
    color:#fff;
    padding:1px 5px;
    margin:0;
    z-index:9;
}

.word_title { 

} 
.word_item { 
    font-size: 16px;                 /* 設定文字大小 */
    font-family: Microsoft JhengHei;
    line-height: 26px;               /* 設定文字行距 */
    letter-spacing: 0px;             /* 設定文字間距 */
} 
.word_in_item { 
    font-size: 16px;                 /* 設定文字大小 */
}             
.word { 
    font-size: 16px;                 /* 設定文字大小 */
    font-family: Microsoft JhengHei;
    line-height: 26px;               /* 設定文字行距 */
    letter-spacing: 1px;             /* 設定文字間距 */
} 
.red_word{
    font-size: 16px;                 /* 設定文字大小 */
    font-family: Microsoft JhengHei;
    line-height: 26px;               /* 設定文字行距 */
    letter-spacing: 1px;             /* 設定文字間距 */
    color: red;
}
 
.req_mark_red::before{
    content:"*";
     color: #C00;
}
.colon_mark::after{
    content:"："; 
}
.gray_bg{
    background-color: #F5F5F5;
}
/* button 橘色*/
.div_login_btn { 
    font-size:16px !important; 
    font-family:Arial,Microsoft JhengHei !important;
    font-weight:normal !important;
    -moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
    border-radius:5px !important;
    border:1px solid #1c7301 !important;
    padding:9px 50px !important;
    text-decoration:none !important;
    background:-moz-linear-gradient( center top, #01dc44 5%, #1c7301 100% ) !important;
    background:-ms-linear-gradient( top, #01dc44 5%, #1c7301 100% ) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01dc44', endColorstr='#1c7301') !important;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #01dc44), color-stop(100%, #1c7301) ) !important;
    background-color:#1c7301 !important;
    color:#ffffff !important;
    display:inline-block;
    text-shadow:1px 1px 0px #1c7301 !important;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff !important;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff !important;
    box-shadow:inset 1px 1px 0px 0px #fff7d4 !important;
}.div_login_btn:hover {
    background:-moz-linear-gradient( center top, #f2c218 5%, #f0911d 100% ) !important;
    background:-ms-linear-gradient( top, #f0911d 5%, #f0911d 100% ) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c218', endColorstr='#f0911d') !important;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1c7301), color-stop(100%, #01dc44) ) !important;
    background-color:#f0911d !important;

}.div_login_btn:active {
    position:relative !important;
    top:1px !important;
}
/* button 取消(灰色)*/
.gcss_btn_class {
	font-size: 16px;
	font-family: Microsoft JhengHei;
	font-weight: normal;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #b8b8b8));
	background: -moz-linear-gradient(top, #ededed 5%, #b8b8b8 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #b8b8b8 100%);
	background: -o-linear-gradient(top, #ededed 5%, #b8b8b8 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #b8b8b8 100%);
	background: linear-gradient(to bottom, #ededed 5%, #b8b8b8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#b8b8b8',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #bdbdbd;
	display: inline-block;
	cursor: pointer;
	color: #282828;
	padding: 9px 50px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}.gcss_btn_class:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8b8b8), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #b8b8b8 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #b8b8b8 5%, #ededed 100%);
	background:-o-linear-gradient(top, #b8b8b8 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #b8b8b8 5%, #ededed 100%);
	background:linear-gradient(to bottom, #b8b8b8 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#ededed',GradientType=0);
	background-color:#b8b8b8;

}.gcss_btn_class:active {
position:relative;
	top:1px;
}
/* footer */
    #box{
        margin:0 auto;
        background-color:#272828;
        color:white;
    }
    #block_style{
        padding:50px; 
        text-align:center;
    }
    .footer_sm_look{
        display:inline;
        margin-right:10px;
        margin-left:10px;
        color:white;
    }
    .line{
        border-right-style:solid;
        border-width:thin;
        margin-right:10px;
        margin-left:10px;
    }
    .link_style{
        color:white;
        text-decoration:none;
    }
    .link_style:hover{
        color:#428BCA;
        text-decoration:none;
    }


    .footer_text{
        margin-left:5px;
        font-size:1em;
    }

    #footer_copyright{
        color:#818181;
        margin-top:20px;
    }
/*=======================================左方選單0915================================================*/
.boxleft {width: 180px;margin-left: 15px;}
 
.i_nav ul {border: 1px solid #CCC;list-style-type: none;}
.i_nav ul li .natop {background-color: #F39929;	color: #FFF;font-size: 17px;font-family: "Microsoft JhengHei";text-shadow:0px 1px #5CB85C; 	background-image: none;	border-bottom-style: solid;	display: block;
	background:-moz-linear-gradient( center top, #f0911 5%, d#f2c218 100% );	
	background:-ms-linear-gradient( top, #5CB85C 5%, #f2c218 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CB85C', endColorstr='#f2c218');	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5CB85C), color-stop(100%, #5CB85C) );
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff; 	
	box-shadow:inset 1px 1px 0px 0px #dededd; } 


.i_nav ul li .natop:hover {	background-color: #5CB85C;color: #FFF;font-size: 17px;font-family: "Microsoft JhengHei";background-image: none;}
.i_nav ul li a {font-family: "Microsoft JhengHei";text-shadow:0px 1px #fff; line-height: 45px;color: #5CB85C;height: 45px;text-decoration: none;	border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #CCC;display: block;padding-left: 10px;background-image: url(menu_img/icon1.png);background-repeat: no-repeat;background-position: 160px center;	font-size: 14px;}
.i_nav ul li a:hover {font-family: "Microsoft JhengHei";line-height: 45px;color: #FF0000;text-decoration: none;display: block;background-image: url(menu_img/icon1s.png);background-repeat: no-repeat;background-position: 160px center;background-color: #f7f7f7;}
.i_nav ul li .least {font-family: "Microsoft JhengHei";line-height: 45px;	text-decoration: none;display: block;/*background-image: url(menu_img/icon1.png)*/;background-repeat: no-repeat;background-position: 160px center;	border-bottom-style: none;}
.i_nav ul li .visited {	font-family: "Microsoft JhengHei";line-height: 45px;color: #000000;text-decoration: none;	display: block;	background-image: url(menu_img/icon1.png);background-repeat: no-repeat;background-position: 160px center;	/* [disabled]color: #F19A29; */}
.i_nav ul li .visited:hover {font-family: "Microsoft JhengHei";line-height: 45px;	color: #0064FF;	text-decoration: none;display: block;	background-image: url(menu_img/icon1s.png);	background-repeat: no-repeat;background-position: 160px center;}
.i_nav ul .s_nav_link {background-color: #fcfcfc;background-image: none;padding-left: 10px;	display: block;}
.i_nav ul li .s_nav_link {display: block;padding-left: 25px;background-repeat: no-repeat;background-position: 6px;/* [disabled]background-image: url(menu_img/icon1s.png); */}
.i_nav ul li .s_nav_link:hover {display: block;	padding-left: 25px;background-repeat: no-repeat;background-position: 6px;/* [disabled]background-image: url(menu_img/icon1.png); */	}
.i_nav ul .v_nav_link {	background-color: #f7f7f7;background-image: none;padding-left: 10px;display: block;}
.i_nav ul li .v_nav_link {display: block;padding-left: 25px;background-repeat: no-repeat;background-position: 6px;color: #f38f11;}
.i_nav ul li .v_nav_link:hover {display: block;padding-left: 25px;	background-repeat: no-repeat;background-position: 6px;}



/*==================*/
/*===================================右邊內容設定==========================================*/
.i_box {width: 99%;	min-height: 500px;}
.i_box h3 {	font-family: "Microsoft JhengHei";font-size: 20px;color: #F39929;	font-weight: normal;margin-bottom: 25px;display: block;	line-height: 25px;height: 25px;margin-top: 10px;border-left-width: 8px;border-left-style: solid;border-left-color: #F39929;padding-left: 10px;/* [disabled]width: 960px; */}
.i_box h3.i_platform{font-family: "Microsoft JhengHei";font-size: 20px;color: #1c7301;	font-weight: normal;margin-bottom: 10px;display: block;	line-height: 25px;height: 25px;margin-top: 10px;border-left-width: 8px;border-left-style: solid;border-left-color: #1c7301;padding-left: 10px;} 
.container:after { clear: both;}
.i_container {width: 1170px;display: block;	margin-right: auto;	margin-left: auto;	min-height: 490px;}
.container:before, .container:after { display: table; content: ""; line-height: 0;}
/*=======================================LINK================================================*/
.i_link {font-family: "Microsoft JhengHei", "新細明體";font-size: 12px;color: #333;text-decoration: none;display: block;height: 20px;	width: 1170px;	margin-right: auto;	margin-left: auto;	line-height: 20px;margin-bottom: 15px;margin-top: 5px;padding-left: 15px;}
.i_o_line {	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #000000;height: 15px;margin-bottom: 15px;display: block;}
.i_info{ font-size:15px; line-height:18px;  font-family:"Microsoft JhengHei"; padding-top:25px;}
.right {float: right;}

/*======提示說明======*/
		.jastips {
            z-index: 9;
            color: #690;
            border-bottom: 1px dotted #690;
            text-decoration: none;
        }

        .jastips:hover {
            position: relative;
            z-index: 99;
            /*cursor:help;*/
        }

        .jastips span {
            display: none;
        }

        .jastips:hover span {
            display: block;
            position: absolute;
            float: left;
            white-space: nowrap;
            top: -10px;
            left: 20px;
            background: rgba(10, 10, 10, 0.6);
            border: 1px solid #000;
            color: #fff;
            padding: 1px 5px;
            margin: 0;
            z-index: 9;
        }
		
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: red;
    background-color: #ebebeb;
    border-color: #adadad;
}