/*Topbar語言下拉選單CSS*/
.j_header_select01 {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: auto;
    color: #FFF;
    background-image: url(../images/layout/header_select01.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 0.9rem;
    background-color: #2B76BA;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif;
    line-height: 30px;
    border: none;
    outline: none;
}
/*Topbar語言下拉選單CSS*/

#j_top_contact{
    padding: 5px;
    width: 145px;
    height: 145px;
    position: fixed; /*固定位置定位*/
    top: 40px; /*距離上方 0 像素*/
    z-index: 1; /*重疊時會在其他元素之上*/
    text-align: center;
    right:1%; /*距離左方的位置*/
}
/*header linl end*/

/*header*/
#header_shell {
    background-color: #FFF;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#header_inshell {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#header_logo {
    background-image: url(../images/layout/headerlogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    height: 80px;
    width: 220px;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#j_header_menushell{
    float: right;
    /*width: 650px;*/
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    line-height: 80px;
    color: #333;
    font-weight: bold;
    text-align: right;
}
/*footer*/
#j_footer_shell{
    background-color: #f3f3f3;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
#j_footer_inshell{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
/*footer end*/	

.j_img{
    width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
    border: 0px;
    vertical-align: middle;
}
.j_clear0{
    clear: both;
    width: auto;
}
.j_clear15{
    clear: both;
    width: auto;
    height: 15px;
}

/*手機 CSS區塊*/
@media screen and (max-width:480px){
    /*header linl*/
    #j_header_link_shell {
        line-height: 30px;
        color: #FFF;
        text-decoration: none;
        background-color: #2b76ba;
        width: 100%;
        height: 30px;
        display: none;
    }
    #j_top_contact{
        padding: 5px;
        width: 145px;
        height: 145px;
        position: fixed; /*固定位置定位*/
        top: 75px; /*距離上方 0 像素*/
        z-index: 1; /*重疊時會在其他元素之上*/
        text-align: center;
        right:1%; /*距離左方的位置*/
    }
    /*header linl end*/

    /*header*/
    #header_shell {
        background-color: #FFF;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #header_inshell {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    #j_header_menushell{
        float: right;
        width: 650px;
        margin-right: auto;
        margin-left: auto;
        font-size: 1rem;
        line-height: 80px;
        color: #333;
        font-weight: bold;
        text-align: right;
        display: none;
    }
    /*header end*/
    /*body*/
    #j_body{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    /*body end*/
    /*footer*/
    #j_footer_shell{
        background-color: #f3f3f3;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #j_footer_inshell{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #j_footer_left{
        width: 70%;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    #j_footer_right{
        width: 95%;
        float: right;
    }
    .j_footer_r {
        width: auto;
        font-size: 0.9rem;
        color: #666;
    }
    .j_footer_r a {
        color: #666;
        text-decoration: none;
    }
    .j_footer_r a:hover {
        color: #2B76BA;
        text-decoration: none;
    }
    .j_footer_r dt{
        width: 100%;
        text-align: center;
    }
    .j_footer_r dd{
        width: 100%;
        margin-top: 1.2rem;
        margin-left: 0px;
        text-align: center;
    }

    /*footer end*/
}
/*
@media (max-width:1200px) {
.mobile-nav h3 {
        font-size: 1.55rem;
    }
    .mobile-nav ul.Oneself li h3 a {
        text-align: left;
    }
    .mobile-nav ul.Oneself li ul.submenu li h4 {
        text-indent: -1.0em;
    }
    .mobile-nav ul.Oneself li ul.submenu li {
        width: 100%;
    }
    .mobile-nav ul.Oneself li p {
        line-height: 25px;
    }
    .mobile-nav ul.Oneself li ul.submenu li p a {
        padding: 10px 0;
        border-bottom: 1px solid #ffffff21;
    }
    .mobile-nav ul.Oneself li {
        padding: 0px 20px;
        border-bottom: 0;
    }

}*/