﻿@charset "utf-8";

/* CSS Document */

@import url("reset.css");
body {
    font-family: "微軟正黑體", "華康黑體 Std W5", Arial, Helvetica, sans-serif;
    height: 100%;
    line-height: 1.6;
}

body.index {
    background: #b5b5b5;
}

a,
a:hover {
    text-decoration: none;
}

body.N01 .main_wrapper .header .nav li a.N01,
body.N02 .main_wrapper .header .nav li a.N02,
body.N03 .main_wrapper .header .nav li a.N03,
body.N04 .main_wrapper .header .nav li a.N04,
body.N05 .main_wrapper .header .nav li a.N05 {
    background: #666;
    color: #fff;
}


/*=== Index ===============================================================================================*/

.index_wrapper {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    height: 900px;
    background: url(../images/index_bg.jpg) bottom no-repeat;
}

.index_wrapper .index_box {
    position: absolute;
    width: 770px;
    top: 295px;
    left: 50%;
    margin: 0 0 0 -385px;
    text-align: center;
}

.index_wrapper .index_box .logo {
    margin: 0 0 200px 0;
}

.index_wrapper .index_box .footer {
    margin: 120px 0 70px 0;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.index_wrapper .index_box .nav {
    position: relative;
    height: 50px;
    background: url(../images/index_nav-bg.png) no-repeat;
}

.index_box .nav li a {
    display: block;
    float: left;
    height: 50px;
    text-indent: -9999px;
    background-image: url(../images/index_nav.png);
    background-repeat: no-repeat;
}

.index_box .nav li a.N01 {
    width: 158px;
    background-position: 11px 0;
}

.index_box .nav li a.N02 {
    width: 162px;
    background-position: -156px 0;
}

.index_box .nav li a.N03 {
    width: 144px;
    background-position: -318px 0;
}

.index_box .nav li a.N04 {
    width: 142px;
    background-position: -461px 0;
}
.index_box .nav li a.N05 {
    width: 140px;
    background-position: -603px 0;
}

.index_box .nav li a.N01:hover {
    background-position: 11px -49px;
}

.index_box .nav li a.N02:hover {
    background-position: -156px -49px;
}

.index_box .nav li a.N03:hover {
    background-position: -318px -49px;
}

.index_box .nav li a.N04:hover {
    background-position: -461px -49px;
}

.index_box .nav li a.N05:hover {
    background-position: -603px -49px;
}

.index_box .nav li ul.sub {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9999;
    width: 160x;
    top: 50px;
    left: 158px;
    border-top: 1px solid #999;
}

.index_box .nav li ul.sub li.sublink a {
    background: none;
    background-color: rgba(255, 255, 255, .6);
    float: none;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    min-width: 120px;
    height: 28px;
    text-indent: 1px;
    line-height: 28px;
    padding: 0 20px;
    color: #333;
    font-size: 15px;
}

.index_box .nav li ul.sub li.sublink a:hover {
    color: #e12354;
    font-weight: bold;
}

.nav li>ul.sub {
    visibility: hidden;
}

.nav li:hover>ul.sub {
    visibility: visible;
}


/*=== Main ===============================================================================================*/

.main_wrapper {
    position: relative;
}


/* header */

.main_wrapper .header {
    position: relative;
    width: 940px;
    height: 135px;
    margin: 0 auto;
    padding: 0 42px;
}

.main_wrapper .header .logo {
    padding: 18px 0 3px 0;
}

.main_wrapper .header .nav {
    position: relative;
}

.header .nav li a {
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    color: #666;
    padding: 0 15px;
    margin: 0 5px 0 0;
}

.header .nav li a:hover {
    background: #666;
    color: #fff;
}

.header .nav li ul.sub {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9999;
    /*width: 150px;*/
    top: 33px;
    left: 247px;
    border-top: 1px solid #e6e6e6;
}

.header .nav li ul.sub li.sublink a {
    background: none;
    background-color: rgba(255, 255, 255, 1);
    float: none;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    min-width: 120px;
    height: 28px;
    text-indent: 1px;
    line-height: 28px;
    padding: 0 16px;
    color: #666;
    font-size: 15px;
}

.header .nav li ul.sub li.sublink a:hover {
    color: #e12354;
    font-weight: bold;
}

.nav li>ul.sub {
    visibility: hidden;
    text-align: left;
}

.nav li:hover>ul.sub {
    visibility: visible;
}

.main_wrapper .header .top_link {
    position: absolute;
    z-index: 100;
    right: 0;
    width: 80px;
    float: right;
    margin: -65px 0 0 0;
}

.top_link a.btn {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    background-image: url(../images/icon_fb-google.gif);
}

.top_link a.fb {
    background-position: -60px 0;
}

.top_link a.fb:hover {
    background-position: -60px -30px;
}

.top_link a.google {
    background-position: -90px 0;
}

.top_link a.google:hover {
    background-position: -90px -30px;
}


/* title */

.main_wrapper .heading {
    height: 113px;
    background: #b5b5b5;
}

.main_wrapper .heading h1 {
    width: 955px;
    margin: 0 auto;
    line-height: 113px;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}


/* content */

.main_wrapper .content {
    width: 900px;
    margin: 0 auto;
    padding: 60px 62px 75px 62px;
    font-size: 14px;
    color: #555;
}

.main_wrapper .content img.banner {
    margin: 0 -18px;
}

h2 {
    padding: 0 0 10px 0;
    font-size: 20px;
    line-height: 27px;
    color: #444;
}

h3 {
    background: url(../images/icon.png) left no-repeat;
    padding-left: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #F60;
}

h4 {
    font-size: 16px;
    color: #069;
    font-weight: 600;
    padding: 0 0 0px 25px;
}

h4 span {
    font-size: 15px;
    color: #666;
    font-weight: normal;
}

h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 0 0 0px 25px;
}

p {
    font-size: 14px;
    color: #555;
    padding: 2px 0 35px 0;
}

/*ul {
    padding: 2px 0 35px 0;
}*/

ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}


/*ul.list{ padding:2px 80px 35px 80px;}*/

ul.list li {
    font-size: 18px;
    color: #555;
    line-height: 60px;
    border-bottom: 1px solid #d5d5d5;
}

ul.list li span {
    float: right;
    padding: 5px 15px;
}

a {
    color: #555;
}

a:hover {
    color: #000;
}


/* footer */

.main_wrapper .footer {
    border-top: 50px solid #b5b5b5;
    padding: 33px 0 25px 0;
    font-size: 13px;
}

.main_wrapper .footer .footer_area {
    width: 1000px;
    margin: 0 auto;
}

.footer_area .footer_edit {
    float: left;
    width: 474px;
    padding: 0 25px 0 0;
    text-align: right;
    border-right: 1px solid #b5b5b5;
    color: #5d5d5d;
}

.footer_area .footer_edit a {
    color: #5d5d5d;
}

.footer_area .footer_edit a:hover {
    color: #999;
}

.footer_area .footer_link {
    float: left;
    width: 475px;
    padding: 0 0 0 25px;
    color: #666;
}

.footer_area .footer_link a {
    color: #666;
    display: inline-block;
    margin-right: 7px;
}

.footer_area .footer_link p.copyright {
    font-size: 12px;
}

.footer_area .footer_link a:hover {
    color: #000;
}

.footer_area .footer_link a.btn {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 0;
    background-image: url(../images/icon_fb-google.gif);
}

.footer_area .footer_link a.fb {
    background-position: 0 0;
}

.footer_area .footer_link a.fb:hover {
    background-position: 0 -30px;
}

.footer_area .footer_link a.google {
    background-position: -30px 0;
}

.footer_area .footer_link a.google:hover {
    background-position: -30px -30px;
}


/* newsbox */

.newsbox {
    width: 700px;
    line-height: 1.7;
    font-size: 14px;
    color: #736a5e;
}

.newsbox h2 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}

.newsbox span {
    font-size: 12px;
    color: #999;
}


/*=== other ===============================================================================================*/

br.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}


/*===== 文字區 ===============================================================================================*/

.font_black {
    color: #000;
    font-weight: bold;
}

.font_gray {
    color: #999;
}

.font_white {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    padding: 0 5px;
}

.font_red {
    color: #ff0000;
}

.font_brown {
    color: #551e02;
}

.font_green {
    color: #4b9713;
    font-weight: bold;
}

.font_blue {
    color: #09C;
    font-weight: bold;
}

.font_wb {
    font-weight: bold;
}

.font_13 {
    font-size: 13px;
}

.font_18 {
    font-size: 18px;
}


/*===== 按鈕區 ===============================================================================================*/

.btn_num {
    width: 85%;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    color: #777;
}

.btn_num a {
    padding: 0 5px;
    margin: 0 2px;
    color: #777;
    background: #fff;
    border: 1px solid #888;
}

.btn_num a.stay,
.btn_num a:hover {
    color: #fff;
    background: #555;
    border: 1px solid #333;
    font-weight: bold;
}

a.more {
    display: block;
    width: 37px;
    height: 20px;
    background: url(../images/btn_more.gif) top;
}

a:hover.more {
    background: url(../images/btn_more.gif) bottom;
}

.btn01 {
    height: 22px;
    padding: 0 10px;
    margin: 2px 5px;
    font-size: 13px;
    color: #777;
    border: 1px solid #ccc;
    background: url(../images/btn_bg.jpg) top;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .85);
    -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, .85);
    -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, .85);
}

.btn02 {
    height: 22px;
    padding: 0 10px;
    margin: 2px 5px;
    font-size: 13px;
    color: #111;
    border: 1px solid #777;
    background: url(../images/btn_bg.jpg) bottom;
    cursor: pointer;
}


/*===== 表格區 ===============================================================================================*/

.Web_Form {
    margin: 10px 0 35px 0;
}

.Web_Form table {
    width: 100%;
}

.Web_Form tr.bar {
    font-size: 18px;
    line-height: 33px;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #ddd;
    background: rgba(185, 185, 185, .2);
}

.Web_Form td {
    line-height: 28px;
    padding: 0 10px;
    color: #555;
    border-bottom: 1px dotted #aaa;
}

.Web_Form td.title {
    padding-left: 25px;
    background: url(../images/dot.gif) top left no-repeat;
}

.Web_Form td.edit {
    line-height: 25px;
    padding: 5px 0 10px 10px;
}

.Web_Form td span.line {
    display: block;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.Web_Form td img {
    margin: 5px 0;
}

.Web_Form td a {
    color: #555;
}

.Web_Form td a:hover {
    color: #000;
    font-weight: bold;
}


/*----- text_bar --------------------------------------------------------------------------------------*/

.Text_Bar0 {
    width: 150px;
    height: 22px;
    line-height: 22px;
    border: 1px solid rgba(75, 75, 75, .3);
    color: #787878;
    font-size: 13px;
    margin: 2px 5px;
    padding: 0 5px;
    background: rgba(255, 255, 255, .45);
}

.Text_Bar1 {
    width: 530px;
    height: 22px;
    line-height: 22px;
    border: 1px solid rgba(75, 75, 75, .3);
    color: #787878;
    font-size: 13px;
    margin: 2px 5px;
    padding: 0 5px;
    background: rgba(255, 255, 255, .45);
}

.Text_Bar2 {
    width: 530px;
    height: 75px;
    line-height: 22px;
    border: 1px solid rgba(75, 75, 75, .3);
    color: #787878;
    font-size: 13px;
    margin: 2px 5px;
    padding: 0 5px;
    background: rgba(255, 255, 255, .45);
}

.Text_Bar3 {
    width: 250px;
    height: 22px;
    line-height: 22px;
    border: 1px solid rgba(75, 75, 75, .3);
    color: #787878;
    font-size: 13px;
    margin: 2px 5px;
    padding: 0 5px;
    background: rgba(255, 255, 255, .45);
}

button {
    background: #666;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    cursor: pointer;
}

.col-con {
    padding-left: -15px;
    padding-right: -15px;
    width: 900px;
}

.bImg {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
}

.col-grid {
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.col-grid .img {
    max-width: 100%;
}

.col-grid h2,
.col-grid p {
    text-align: center;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*For IE 6&7 only*/
}

.col-main {
    margin-left: -15px;
    margin-right: -15px;
}