﻿

body {
    background-color: white;
    color: #451628;
    font-family: "微軟正黑體","Open Sans",Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

h2 {
    font-weight: bolder;
}

h3, h4, h5 {
}

a {
    color: #111;
}

    a:hover {
        color: #011;
    }

    a:active {
        color: #011;
    }

header {
    min-height: 90px;
    background-color: aliceblue;
}

    header .container {
        border-bottom: 1px solid #eee;
        position: relative;
        max-width: 1170px;
    }

.langmenu {
    text-align: right;
    height: 25px;
}

.header-top nav {
    float: left;
    width: auto;
}

.header-top ul.nav-top {
    margin: 7px 0 0 -15px;
    min-height: 5px;
}

    .header-top ul.nav-top li.phone {
        margin-right: 10px;
    }

    .header-top ul.nav-top li a {
        padding-left: 4px;
    }

.navbar-inverse .navbar-collapse {
    border: none;
}

div.nav.contact ul {
    float: right;
}

    div.nav.contact ul li {
        float: left;
        list-style: none;
        padding: 0 10px;
    }

        div.nav.contact ul li a {
            color: #999;
        }

.nav-top li, .nav-top li a {
    color: #999;
    font-size: 0.9em;
}

.nav-top .contact a {
    padding: 0 15px;
}

    .nav-top .contact a:hover {
        background-color: transparent;
    }

div.search {
    float: right;
}

    div.search div.input-group {
        display: inline-flex;
    }

        div.search div.input-group .input-group-btn .btn {
            background-color: #fff;
        }

    div.search #Search {
        -webkit-transition: all 0.2s ease-in 0.2s;
        -moz-transition: all 0.2s ease-in 0.2s;
        transition: all 0.2s ease-in 0.2s;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-right: none;
        font-size: 0.9em;
        padding: 6px 12px;
        height: 34px;
        width: 170px;
    }

        div.search #Search:focus {
            width: 220px;
            border-color: #CCC;
        }

.search button.btn {
    border: 1px solid #ccc;
    border-radius: 20px;
    border-left: none;
    background: white;
}

.menu {
}

    .menu a {
        font-weight: bold;
        font-size: 1.2em;
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu .navbar-nav {
        float: right;
    }

        .menu .navbar-nav li {
            text-align: right;
        }

        .menu .navbar-nav > li > a {
            padding: 6px 15px;
            font-size: 1em;
        }

.carousel-inner > .item img {
    margin: 0 auto;
}

.carousel-caption {
    color: #121214;
}


footer {
    color: #111;
    background: #eee;
    border-top: 1px solid #ebebeb;
    font-size: 0.9em;
    margin-top: 35px;
    padding: 10px 0 0;
    position: relative;
    clear: both;
}

    footer > h5 {
        background: #111;
        position: absolute;
        margin: -50px 0 0 22px;
        padding: 10px 20px 6px 20px;
    }

        footer > h5:before {
            border-right-color: #005580;
            border-right: 10px solid #646464;
            border-top: 16px solid transparent;
            content: "";
            display: block;
            height: 0;
            left: -10px;
            position: absolute;
            top: 0;
            width: 7px;
        }

        footer > h5 span {
            color: #FFF;
            font-size: 1.6em;
            font-family: "Shadows Into Light", cursive;
        }

    footer .copyright {
        background: #999;
        border-top: 1px solid #111;
        margin-top: 20px;
        padding: 0px 0 10px;
    }

        footer .copyright p {
            color: #111;
            margin: 0;
            padding: 0;
        }


.Related div {
    margin: 0 10px;
}

.Related .caption {
    margin: 0;
    padding: 0;
}

.Related a {
    margin: 0 0 5px;
}

.Related p {
    margin: 0;
}

.history1 {
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .history1 a {
        margin: 0 0 0 5px;
    }

    .history1 div {
        margin: 0;
        padding: 5px;
    }

    .history1 .thumbnail .caption {
        height: 50px;
    }

.sitemappath {
    padding-bottom: 2em;
}

    .sitemappath * {
        display: inline;
    }
