﻿@media print {
    .rwd_cont {
        display: none;
    }
}

body {
    background: #ffffff;
    color: #434343;
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    webkit-font-smoothing: antialiased;
    webkit-text-size-adjust: none;
}

select,
input {
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #009ae9;
    moz-transition: color;
    moz-transition-duration: 2000ms;
    o-transition: color;
    o-transition-duration: 2000ms;
    text-decoration: none;
    transition: color;
    transition-duration: 2000ms;
    webkit-transition: color;
    webkit-transition-duration: 2000ms;
}

a:visited {
    /*color: #3656c3;*/
}

a:hover {
    color: #fcb631;
    moz-transition: color;
    moz-transition-duration: 300ms;
    o-transition: color;
    o-transition-duration: 300ms;
    transition: color;
    transition-duration: 300ms;
    webkit-transition: color;
    webkit-transition-duration: 300ms;
}

p {
    margin-bottom: 20px;
}

.CLR {
    clear: both;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.PadinTop20 {
    padding-top: 20px;
}

.Padinleft20 {
    padding-left: 20px;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.Align_Center {
    text-align: center;
}

.Align_Right {
    text-align: right;
}

.Align_Left {
    text-align: left;
}

.padin_15px {
    padding: 15px;
}

.GreenBold {
    color: #009ae9;
    font-weight: 700;
}

.CapitalNum {
    display: inline-block;
    font-weight: 700;
}

.BlockLine {
    display: block;
}

.InlineBlock {
    display: inline-block;
}

.RedHighLight {
    color: #ff0000;
    font-weight: 700;
}

.paddingTopBtm_15 {
    padding: 15px 0;
}

.BorderNone {
    border: 0 !important;
}

.Divide_BorderBTM01_grey {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-top: 15px;
}

.Radius_Top {
    border-radius: 5px 5px 0 0;
}

.Radius_5 {
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
}

.InputBTN_3 {
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background-color: #ffc477;
    border: 1px solid #eeb44f;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    font-size: 105%;
    margin: 0 5px;
    moz-border-radius: 3px;
    moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    padding: 3px 15px;
    text-shadow: 1px 1px 0px #cc9f52;
    webkit-border-radius: 3px;
    webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
}

.InputBTN_3:hover {
    background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background-color: #fb9e25;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
}

.InputBTN_3:active {
    position: relative;
    top: 1px;
}

.acc-links {
    left: 0px;
    position: relative;
    top: 0px;
}

.acc-links a {
    color: #ffffff;
}

.List_Style_Type_on ul {
    line-height: 180%;
    list-style-type: disc;
}

.List_Style_Type_on ul li {
    margin-left: 20px;
    padding: 0 10px 15px 0;
}

.List_Style_Type_on ol {
    line-height: 180%;
    list-style-type: decimal;
}

.List_Style_Type_on ol li {
    margin-left: 20px;
    padding: 0 10px 15px 0;
}

#Container {}

#Header_1Container {}

#Header_1 {
    margin: 0 auto;
    padding: 9px 0 0;
    position: relative;
    width: 1002px;
    z-index: 99999;
}

#BackToPost {
    left: 30px;
    position: absolute;
    top: 0px;
}

#BackToPost a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#HeaderNavContainer {
    float: right;
    margin: 0 25px 0 0;
    padding: 3px 0 7px 0;
}

#HeaderNav_Nav {
    float: left;
}

#HeaderNav_Nav a {
    color: #535353;
    float: left;
    font-size: 0.9em;
    padding: 0px 5px;
    text-decoration: none;
}

#HeaderNav_Nav a:hover {
    color: #009ae9;
}

#HeaderNav_Nav a:visited {
    /*color: #3656c3;*/
}

#FontSizeContainer {
    float: left;
    margin-right: 10px;
}

#FontSizeContainer .Header {
    color: #707070;
    float: left;
    font-size: 0.9em;
    margin: 0px 5px 0px 10px;
    text-decoration: none;
}

#FontSizeContainer .Icon {
    display: inline;
    display: inline-block;
    height: 15px;
    margin-bottom: 3px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 15px;
    zoom: 1;
}

#FontSizeContainer .Icon_L {
    background: url(../images/FontSize_L.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_M {
    background: url(../images/FontSize_M.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_S {
    background: url(../images/FontSize_S.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_L:hover,
#FontSizeContainer .Icon_M:hover,
#FontSizeContainer .Icon_S:hover,
#FontSizeContainer .current {
    background-position: bottom;
}

#SocialMediaContainer {
    float: left;
    margin: 2px 10px;
}

#SocialMediaContainer a:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

#CustomerServiceContainer {
    float: left;
    margin: 1px 0px 0px 10px;
    position: relative;
}

#Header_VersionContainer {
    left: 30px;
    position: absolute;
    top: 50px;
}

#Header_Version_Nav {}

#Header_Version_Nav li {
    float: left;
    margin: 0px 10px;
}

#Header_Version_Nav li a {
    color: #ffffff;
    font-size: 0.9em;
    text-decoration: none;
}

#Header_Version_Nav li a:hover {
    color: #ffec1c;
}

#Header_2 {
    background: url(../images/bg-Header_2.png) center bottom no-repeat;
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 1002px;
}

#LogoContainer {
    float: left;
}

#Logo {
    left: 31px;
    position: absolute;
    top: 0;
    top: 35px;
}

#ServiceLinksContainer {
    float: right;
    font-size: 0.85em;
    margin: 10px 30px 10px 0;
    overflow: hidden;
}

#ServiceLinks li {
    float: left;
    margin-left: 10px;
    text-align: center;
}

#ServiceLinks li a {
    color: #707070;
    display: block;
}

#ServiceLinks li a:hover {
    color: #009ae9;
}

#ServiceLinks li a .img {
    display: block;
    height: 40px;
    width: 48px;
}

#ServiceLinks li a:hover .img {
    background-position: center -40px;
}

#ServiceLinks .MailActive a .img {
    background: url(../images/icon-MailActive.png) no-repeat center 0px;
}

#ServiceLinks .Saving a .img {
    background: url(../images/icon-Saving.png) no-repeat center 0px;
}

#ServiceLinks .Insurance a .img {
    background: url(../images/icon-Insurance.png) no-repeat center 0px;
}

#ServiceLinks .Stamp a .img {
    background: url(../images/icon-Stamp.png) no-repeat center 0px;
}

#ServiceLinks .Product a .img {
    background: url(../images/icon-Product.png) no-repeat center 0px;
}

#ServiceLinks .Fund a .img {
    background: url(../images/icon-Fund.png) no-repeat center 0px;
}

#ServiceLinks .SellFund a .img {
    background: url(../images/icon-SellFund.png) no-repeat center 0px;
}

#ServiceLinks .RealEstate a .img {
    background: url(../images/icon-RealEstate.png) no-repeat center 0px;
    width: 55px;
}


/*理財專區 icon*/

#ServiceLinks .Investment a .img {
    background: url(../images/icon-Investment.png) no-repeat center 0px #fff;
}

#ServiceLinks li.current a {
    color: #009ae9;
}

#ServiceLinks li.current a .img {
    background-position: center -40px;
}

#Header_3Container {
    background: url(../images/Header_3ContainerBG.jpg) repeat-x;
}

#Header_3 {
    background: url(../images/Header_3ContainerBG.jpg) no-repeat;
    height: 46px;
    margin: 0 auto;
    position: relative;
    width: 1002px;
    z-index: 9999;
}

#MainMenuContainer {
    left: 0px;
    margin: 0px 0px 0px 30px;
    overflow: hidden;
    /*position: absolute;*/
    top: 0px;
    width: 673px;
}

.MainPreviousBTN {
    float: left;
}

.MainNextBTN {
    float: right;
}

#SearchContainer {
    background: url(../images/Search_BG.png) no-repeat;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 12px;
    width: 260px;
}

#SearchContainer input.sb_input {
    background: transparent;
    border: none;
    color: #545454;
    float: left;
    margin: 4px 3px 0px 5px;
}

#SearchContainer input.sb_search {
    background: url(../images/Search_BTN.png) no-repeat center center;
    border: none;
    cursor: pointer;
    float: right;
    height: 17px;
    margin: 4px 5px 0px 7px;
    width: 53px;
}

#ContainerInner {
    margin: 0 auto;
    width: 950px;
}

#content {
    margin: 0 auto;
    width: 1002px;
}

#content h1 {
    color: #333;
    line-height: 1em;
}

#content ul {
    list-style: none;
    padding-left: 0;
}

#content ul li {
    margin-bottom: 0px;
}

#MainContentContainer {
    background: url(../images/MainContentContainerBG.jpg) repeat 0 0;
    background-position: center;
    padding: 0px;
}

#MainContentBG1 {
    background: url(../images/MainContentBG_1.jpg) no-repeat 0 100px;
}

#MainContentBG2 {
    background: url(../images/MainContentBG_2.jpg) no-repeat right 300px;
}

#MainContentBG3 {
    background: url(../images/MainContentBG_3.jpg) no-repeat 0 880px;
    margin: 0 auto;
    width: 940px;
}

#MainContentInner {
    min-height: 550px;
    overflow: hidden;
    width: 945px;
}

#MainContentLeft {
    float: left;
    width: 262px;
}

#ServiceGuideContainer {
    background: url(../images/ServiceGuideBG.jpg) no-repeat;
    height: 243px;
    margin-bottom: 20px;
    width: 260px;
}

#ServiceGuideHeader {
    padding: 10px;
}

#ServiceGuideContent {
    padding: 10px 5px;
}

#ServiceGuideContent a {
    float: left;
    height: 89px;
    text-indent: -9999px;
    width: 81px;
}

#ServiceGuideContent a.ServiceGuide_01 {
    background: url(../images/ServiceGuide_01.png) no-repeat 0px top;
}

#ServiceGuideContent a.ServiceGuide_02 {
    background: url(../images/ServiceGuide_02.png) no-repeat 0px top;
}

#ServiceGuideContent a.ServiceGuide_03 {
    background: url(../images/ServiceGuide_03.png) no-repeat 0px top;
}

#ServiceGuideContent a.ServiceGuide_04 {
    background: url(../images/ServiceGuide_04.png) no-repeat 0px top;
}

#ServiceGuideContent a.ServiceGuide_05 {
    background: url(../images/ServiceGuide_05.png) no-repeat 0px top;
}

#ServiceGuideContent a.ServiceGuide_06 {
    background: url(../images/ServiceGuide_06.png) no-repeat 0px top;
}

#ServiceGuideContent a.ServiceGuide_01:hover,
#ServiceGuideContent a.ServiceGuide_02:hover,
#ServiceGuideContent a.ServiceGuide_03:hover,
#ServiceGuideContent a.ServiceGuide_04:hover,
#ServiceGuideContent a.ServiceGuide_05:hover,
#ServiceGuideContent a.ServiceGuide_06:hover {
    background-position: 0px -89px;
}

#LatestNewsContainer {
    margin-bottom: 20px;
    width: 260px;
}

#LatestNewsContainer #LatestNewsHeader {
    margin-bottom: 14px;
}

#LatestNewsContainer #LatestNewsHeader .Header {
    float: left;
}

#LatestNewsContainer #LatestNewsHeader .More {
    float: right;
}

#LatestNewsContainer #LatestNewsHeader .More:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#LatestNewsContainer #FocusContainer {
    margin-bottom: 8px;
}

#LatestNewsContainer #FocusContainer .FocusImage {
    background: #ffffff;
    border: 1px solid #959595;
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 1px;
}

#LatestNewsContainer #FocusContainer .FocusTopic {
    color: #ef254b;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

#LatestNewsContainer #FocusContainer .FocusTopic:hover {
    color: #0088dc;
}

#LatestNewsContainer #FocusContainer .FocusThumb {
    color: #505050;
    font-size: 0.9em;
}

#LatestNewsContainer #FocusContainer .FocusThumb a {
    color: #0088dc;
}

#LatestNewsContainer #FocusContainer .FocusThumb a:hover {
    color: #ef254b;
}

#LatestNewsContainer #NewsList li {
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}

#LatestNewsContainer #NewsList li.BgColor {
    background: #edf7ff;
}

#LatestNewsContainer #NewsList li a {
    color: #535353;
    font-size: 0.9em;
    white-space: nowrap;
    width: 220px;
}

#LatestNewsContainer #NewsList li a:hover {
    color: #0088dc;
}

#MainContentRight {
    float: right;
    width: 660px;
}

#MainAdContainer {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    /*height: 331px;*/
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 658px;
    position: relative;
}

#MainAdContainer .MoreWrap {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 10;
}

#MainAdContainer .MoreWrap a.More {
    width: 20px;
    height: 20px;
    display: block;
    background: #e5e5e5 url(../images/MainAdMore.jpg) no-repeat 0px 0px;
    border: 1px solid #b9b9b9;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#MainAdContainer .MoreWrap a.More:hover,
#MainAdContainer .MoreWrap a.More:active {
    background-position: 100% 0;
}

#flexslider_big .slides > li img,
#MainAd a img {
    height: 250px;
}

#QuickSearchContainer {
    background: url(../images/QuickSearchBG.jpg) no-repeat;
    height: 133px;
    position: relative;
    width: 658px;
    z-index: 99;
}

#QuickSearchContainer #QuickSearchDrop {
    left: 10px;
    position: absolute;
    top: 45px;
    z-index: 9;
}

#QuickSearchContainer .QuickSearchHeader {
    left: 10px;
    position: absolute;
    top: 10px;
}

#QuickSearchContainer #QuickSearchBTN {
    position: absolute;
    right: 10px;
    top: 40px;
}

# #QuickSearchBTN a {}

#QuickSearchContainer #QuickSearchBTN a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#DeliveryAdviceContainer {
    background: url(../images/DeliveryAdviceBG.jpg) no-repeat;
    height: 256px;
    position: relative;
    width: 658px;
    z-index: 88;
}

#DeliveryAdviceContainer .DeliveryAdviceHeader {
    left: 10px;
    position: absolute;
    top: 12px;
}

#DeliveryAdviceContainer .DeliveryAdviceDes {
    left: 0px;
    position: absolute;
    top: 70px;
}

#DeliveryAdviceContainer .Step1Container {
    left: 150px;
    position: absolute;
    top: 10px;
    width: 220px;
}

#DeliveryAdviceContainer .Step1Container .Header {
    margin: 0px auto;
    width: 102px;
}

#DeliveryAdviceContainer .Step1Container .Content {
    color: #009ae9;
}

#DeliveryAdviceContainer .Step1Container .Content p {
    margin: 2px 0px;
}

#DeliveryAdviceContainer .Step1Container .Content input.sb_input {
    border: 1px solid #829fbd;
    color: #313131;
    font-size: 0.9em;
    padding: 1px 3px;
    width: 210px;
}

#DeliveryAdviceContainer .Step2Container {
    left: 410px;
    position: absolute;
    top: 10px;
    width: 230px;
}

#DeliveryAdviceContainer .Step2Container .Header {
    margin: 0px auto 15px auto;
    width: 102px;
}

#DeliveryAdviceContainer .Step2Container .Content {
    color: #009ae9;
}

#DeliveryAdviceContainer .Step2Container .Content select {
    border: 1px solid #829fbd;
    color: #313131;
    font-size: 0.9em;
    padding: 1px;
    width: 230px;
}

#DeliveryAdviceContainer .Step2Container .Content p {
    margin: 2px 0px;
}

#DeliveryAdviceContainer .Step2Container .Content input {
    background: url(../images/DeliveryAdviceBTN.png) no-repeat center center;
    border: none;
    cursor: pointer;
    height: 30px;
    margin: 13px 0px 0px 40px;
    text-indent: -99999px;
    width: 145px;
}

#DeliveryAdviceContainer .Step2Container .Content input:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#DeliveryAdviceContainer .AdviceContainer {
    left: 150px;
    overflow: hidden;
    position: absolute;
    top: 195px;
}

#DeliveryAdviceContainer .AdviceContainer .Header {
    float: left;
    margin: 7px 15px 0 0;
    width: 85px;
}

#DeliveryAdviceContainer .AdviceContainer .Content {
    background: url(../images/DeliveryAdviceAdviceBG.png) no-repeat center center;
    float: left;
    height: 50px;
    width: 393px;
}

#DeliveryAdviceContainer .AdviceContainer .Content .AdviceResult {
    padding: 8px;
}

#DeliveryAdviceContainer .AdviceContainer .Content .AdviceResult p {
    color: #009ae9;
    font-weight: 700;
}

#FooterContainer {
    background: #ffffff;
    background: url(../images/FooterContainerBG.jpg) repeat-x;
    border-top: 1px solid #e2e2e2;
    clear: both;
    padding-top: 1px;
}

#Footer {
    margin: 0 auto;
    width: 970px;
    font-size: 0.85em;
}

#Footer .FooterSec_1Container {
    border-bottom: 1px solid #dcdcdc;
    margin: 5px 15px 10px 15px;
    padding-bottom: 10px;
}

#Footer .FooterSec_1Container .Sec_1 {
    color: #464648;
}

#Footer .FooterSec_1Container .Sec_1 .Line_1 {
    margin: 10px 0px 5px;
}

#Footer .FooterSec_1Container .Sec_1 .Line_1 span {
    margin: 0px 10px 0px 0px;
}

#Footer .FooterSec_1Container .Sec_1 .Line_1 a {
    display: inline-block;
}

#Footer .FooterSec_1Container .Sec_1 .Mail_icon {
    background: url(../images/Mail_icon.gif) no-repeat right 1px;
    padding: 0 25px 0 0;
}

#Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
    background: url(../images/ServiceGuide_icon.gif) no-repeat right 1px;
    padding: 0 18px 0 0;
}

#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
    background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
    padding: 0 18px 0 0;
}

.marginTop20 {
    margin-top: 20px;
}

#Footer .FooterSec_1Container .Sec_1 p {
    margin-bottom: 10px;
}

#Footer .FooterSec_1Container .Sec_1 .Location {
    background: #eeeeee url(../images/Location_BG_arrow.png) no-repeat right center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin: 0px 5px 0px 0px !important;
    moz-border-radius: 3px;
    padding: 2px 17px 2px 10px;
    webkit-border-radius: 3px;
}

#Footer .FooterSec_1Container .Sec_2 {
    float: right;
}

#Footer .FooterSec_1Container .Sec_2 a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#Footer .FooterSec_1Container .A_Plus {
    display: block;
    margin-top: 10px;
}

#Footer .FooterSec_2Container {
    margin: 0px 15px 0px 15px;
}

#Footer .FooterSec_2Container .Sec_1 {
    color: #464648;
    float: left;
}

#Footer .FooterSec_2Container .Sec_1 p {
    margin-bottom: 10px;
}

#Footer .FooterSec_2Container .Sec_1 p a {
    color: #464648;
    text-decoration: none;
}

#Footer .FooterSec_2Container .Sec_1 p a:hover {
    color: #009ae9;
}

#Footer .FooterSec_2Container .Sec_1 p .divide {
    margin: 0px 5px;
}

#Footer .FooterSec_2Container .Sec_2 {
    float: right;
}

#Footer .FooterSec_2Container .Sec_2 .Traffic {
    color: #464648;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

ul.ServiceMainNav .Nav1,
ul.ServiceMainNav .Nav2,
ul.ServiceMainNav .Nav3,
ul.ServiceMainNav .Nav4,
ul.ServiceMainNav .Nav5,
ul.ServiceMainNav .Nav6 {
    border-bottom: 1px solid #e2d3d3;
    float: left;
    height: 31px;
    margin: 3px 6px;
    overflow: hidden;
    text-indent: -999px;
    width: 190px;
}

ul.ServiceMainNav .Nav1 {
    background: url(../images/MenuService01.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2 {
    background: url(../images/MenuService02.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3 {
    background: url(../images/MenuService03.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4 {
    background: url(../images/MenuService04.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5 {
    background: url(../images/MenuService05.jpg) no-repeat;
}

ul.ServiceMainNav .Nav6 {
    background: url(../images/MenuService06.jpg) no-repeat;
}

ul.ServiceMainNav .Nav1:hover {
    background: url(../images/MenuService01on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2:hover {
    background: url(../images/MenuService02on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3:hover {
    background: url(../images/MenuService03on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4:hover {
    background: url(../images/MenuService04on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5:hover {
    background: url(../images/MenuService05on.jpg) no-repeat;
}

#QuickMenu {
    height: 602px;
    left: 863px;
    margin-top: -602px;
    position: relative;
    top: 736px;
    width: 83px;
    z-index: 99999;
}

#QuickMenu img {
    display: block;
}

#QuickMenu .Content {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    min-height: 560px;
    width: 81px;
}

ul.QuickNav .Nav1,
ul.QuickNav .Nav2,
ul.QuickNav .Nav3,
ul.QuickNav .Nav4,
ul.QuickNav .Nav5,
ul.QuickNav .Nav6,
ul.QuickNav .Nav7,
ul.QuickNav .Nav8,
ul.QuickNav .Nav9 {
    border-bottom: 1px solid #dfdfdf;
    float: left;
    height: 61px;
    margin: 0px 6px;
    overflow: hidden;
    text-indent: -999px;
    width: 69px;
}

ul.QuickNav .Nav1 {
    background: url(../images/QuickMenu_001.jpg) no-repeat;
}

ul.QuickNav .Nav2 {
    background: url(../images/QuickMenu_002.jpg) no-repeat;
}

ul.QuickNav .Nav3 {
    background: url(../images/QuickMenu_003.jpg) no-repeat;
}

ul.QuickNav .Nav4 {
    background: url(../images/QuickMenu_004.jpg) no-repeat;
}

ul.QuickNav .Nav5 {
    background: url(../images/QuickMenu_005.jpg) no-repeat;
}

ul.QuickNav .Nav6 {
    background: url(../images/QuickMenu_006.jpg) no-repeat;
}

ul.QuickNav .Nav7 {
    background: url(../images/QuickMenu_007.jpg) no-repeat;
}

ul.QuickNav .Nav8 {
    background: url(../images/QuickMenu_008.jpg) no-repeat;
}

ul.QuickNav .Nav9 {
    background: url(../images/QuickMenu_009.jpg) no-repeat;
}

ul.QuickNav .Nav1:hover {
    background: url(../images/QuickMenu_001on.jpg) no-repeat;
}

ul.QuickNav .Nav2:hover {
    background: url(../images/QuickMenu_002on.jpg) no-repeat;
}

ul.QuickNav .Nav3:hover {
    background: url(../images/QuickMenu_003on.jpg) no-repeat;
}

ul.QuickNav .Nav4:hover {
    background: url(../images/QuickMenu_004on.jpg) no-repeat;
}

ul.QuickNav .Nav5:hover {
    background: url(../images/QuickMenu_005on.jpg) no-repeat;
}

ul.QuickNav .Nav6:hover {
    background: url(../images/QuickMenu_006on.jpg) no-repeat;
}

ul.QuickNav .Nav7:hover {
    background: url(../images/QuickMenu_007on.jpg) no-repeat;
}

ul.QuickNav .Nav8:hover {
    background: url(../images/QuickMenu_008on.jpg) no-repeat;
}

ul.QuickNav .Nav9:hover {
    background: url(../images/QuickMenu_009on.jpg) no-repeat;
}

#MainContentInner #Breadcrumbs {
    color: #b8b2ae;
    float: left;
    font-size: 1em;
    padding: 10px;
    width: 530px;
}

#MainContentInner #Breadcrumbs .HomeBTN {
    background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
    padding-left: 15px;
}

#MainContentInner #Breadcrumbs a {
    color: #959595;
}

#MainContentInner #Breadcrumbs a:hover {
    color: #009ae9;
}

#MainContentInner #Breadcrumbs .current {
    color: #009ae9;
}

#LocalNavContainer {
    float: left;
}

#LocalNav {
    width: 232px;
}

#LocalNav .LocalNavBG_Top,
.side-banner-hd {
    background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
    height: 5px;
    width: 232px;
}

#LocalNav .LocalNavAreaBG_BTM,
.side-banner-ft {
    background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
    height: 7px;
    width: 232px;
}

#LocalNav .LocalNavBG_BodyContainer,
.side-banner-bd {
    background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}

#LocalNav .LocalNavBG_Body {
    margin: 0 auto;
    width: 224px;
}

#LocalNav .LocalNavBG_Body .LocalNavGraphic img {
    display: block;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic {
    background: #3daae7 url(../images/LocalNavTopicBG.jpg) repeat-x bottom;
    color: #ffffff;
    font-size: 1.15em;
    font-weight: 700;
    padding: 15px;
    text-shadow: 0px -1px 2px #000000;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic a {
    color: #ffffff;
}

#MainContainer {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    float: left;
    margin: 0 0 20px 20px;
    padding: 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 690px;
}

#Main {
    width: 690px;
}

#Main h1 {
    background: #434343 url(../images/Main_hd_icon.jpg) no-repeat 25px 17px;
    border-bottom: 1px solid #c5c4c4;
    color: #ffffff;
    font-size: 1.25rem;
    left: -10px;
    line-height: 24px;
    padding: 15px 15px 14px 40px;
    position: relative;
    width: 645px;
}

#Main h1 .Deco {
    background: url(../images/Main_hd_deco.png) no-repeat 0 0;
    bottom: -8px;
    display: block;
    height: 7px;
    left: 0px;
    position: absolute;
    width: 9px;
}

#Main h2 {
    background: #434343 url(../images/Main_hd_icon.jpg) no-repeat 25px 17px;
    border-bottom: 1px solid #c5c4c4;
    color: #ffffff;
    font-size: 1.25rem;
    left: -10px;
    line-height: 24px;
    padding: 15px 15px 14px 40px;
    position: relative;
    width: 645px;
}

#Main h2 .Deco {
    background: url(../images/Main_hd_deco.png) no-repeat 0 0;
    bottom: -8px;
    display: block;
    height: 7px;
    left: 0px;
    position: absolute;
    width: 9px;
}

#Main h1 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 1.625rem;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#Main h2 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 1.625rem;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#MainContainer_Fullwidth {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 0 20px 0;
    padding: 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#Main_Fullwidth {}

#Main_Fullwidth h1 {
    background: #434343 url(../images/Main_hd_icon.jpg) no-repeat 25px 17px;
    border-bottom: 1px solid #c5c4c4;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 24px;
    padding: 15px 15px 14px 40px;
    position: relative;
}

#Main_Fullwidth h1 .Deco {
    background: url(../images/Main_hd_deco.png) no-repeat 0 0;
    bottom: -8px;
    display: block;
    height: 7px;
    left: 0px;
    position: absolute;
    width: 9px;
}

#Main_Fullwidth h1 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 1.625rem;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#Main_Fullwidth h2 {
    background: #434343 url(../images/Main_hd_icon.jpg) no-repeat 25px 17px;
    border-bottom: 1px solid #c5c4c4;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 24px;
    padding: 15px 15px 14px 40px;
    position: relative;
}

#Main_Fullwidth h2 .Deco {
    background: url(../images/Main_hd_deco.png) no-repeat 0 0;
    bottom: -8px;
    display: block;
    height: 7px;
    left: 0px;
    position: absolute;
    width: 9px;
}

#Main_Fullwidth h2 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 1.625rem;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#Section_2 {
    overflow: hidden;
}

.BackToPrev a {
    background: url(../images/BackToPrev.png) no-repeat;
    color: #535353;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 27px;
}

.BackToPrev a:hover {
    color: #000000;
}

#Section_2 #ShareNav {
    float: right;
    padding: 10px;
}

#Section_2 #ShareNav a {
    margin-left: 5px;
}

#Section_2 #ShareNav a img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#ContentsContainer {
    position: relative;
}

#ContentsContainer #Contents {
    color: #434343;
    min-height: 550px;
    padding: 20px;
    position: relative;
}

#ContentsContainer #Contents p {
    line-height: 190%;
    margin: 0 0 20px 0px;
}

#ContentsContainer #Contents .article {
    word-break: normal;
    word-wrap: break-word;
}

#ContentsContainer #Contents .article strong {
    display: block;
    line-height: 190%;
}

#ContentsContainer #Contents .article ol {
    list-style-type: decimal;
    padding-left: 25px;
}

#ContentsContainer #Contents .article ul {
    list-style-type: disc;
    padding-left: 25px;
}

#ContentsContainer #Contents .Topic_Style01 {
    background: url(../images/Topic_Style01.jpg) no-repeat left 2px;
    color: #4f549b;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style01 {
    background-position: left 6px;
}

#ContentsContainer #Contents .Topic_Style02 {
    background: url(../images/Topic_Style02.png) no-repeat left 2px;
    color: #009ae9;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style02 {
    background-position: left 6px;
}

#ContentsContainer #Contents .Topic_Style02_noBlock {
    background: url(../images/Topic_Style02.png) no-repeat left 2px;
    color: #009ae9;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style02_noBlock {
    background-position: left 6px;
}

#ContentsContainer #Contents .Topic_Style03 {
    background: url(../images/Topic_Style03.png) no-repeat left 2px;
    color: #666666;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style03 {
    background-position: left 6px;
}

#ContentsContainer #Contents .Topic_Style03_noBlock {
    background: url(../images/Topic_Style03.png) no-repeat left 5px;
    color: #666666;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style03_noBlock {
    background-position: left 6px;
}

#ContentsContainer #Contents .Topic_Style04 {
    background: url(../images/Topic_Style04.jpg) no-repeat left 2px;
    color: #666666;
    padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style04 {
    background-position: left 6px;
}

.TableStyle_02 {
    border: 1px solid #cfebfa;
}

.TableStyle_02 th {
    background: #cfebfa;
    border-left: 1px solid #ffffff;
    color: #2897d5;
    font-weight: 700;
    padding: 10px;
}

.TableStyle_02 th:first-child {
    border-left: 0px;
}

.TableStyle_02 .hd {}

.TableStyle_02 td {
    border-bottom: 1px dotted #c9c9c9;
    border-left: 1px solid #ffffff;
    line-height: 180%;
    padding: 10px;
}

.TableStyle_02 td:first-child {
    border-left: 0px;
}

.TableStyle_02 .odd td {
    background: #f2f2f2;
}

.TableStyle_02 .BorderRight {
    border-right: 1px solid #dcdcdc;
}

.TableStyle_03 .hd {
    font-weight: 700;
}

.TableStyle_03 td {
    padding: 5px;
}

.RelatedInfoContainer {
    background: #f8f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

.RelatedInfoContainer h3 {
    border-bottom: 1px solid #e9e9e9;
    color: #898989;
    font-size: 1.15em;
    font-weight: 700;
    padding: 10px 15px;
}

.RelatedInfoContainer .RelatedInfoList {
    padding: 15px;
}

.RelatedInfoContainer .RelatedInfoList li {
    background: url(../images/ListIcon_001.png) no-repeat left 3px;
    color: #898989;
    margin-bottom: 5px;
    padding-left: 20px;
}

.RelatedInfoContainer .RelatedInfoList li a {
    color: #898989;
    display: block;
}

.RelatedInfoContainer .RelatedInfoList li a:hover {
    color: #009ae9;
}

.RelatedInfoContainer .note {
    line-height: 180%;
    padding: 0px 15px 15px 15px;
}

.BoxContainer_Style1 {
    border: 1px solid #cfebfa;
    border-top: 2px solid #cfebfa;
}

.BoxContainer_Style1 h2 {
    background: #e2ffe1;
    color: #009ae9;
    font-size: 1.1em;
    padding: 10px 15px;
}

.BoxContainer_Style1 .tabs_fake {
    background: #e2ffe1;
    min-height: 35px;
}

.BoxContainer_Style1 .tabs_fake li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}

.BoxContainer_Style1 .tabs_fake li a {
    background: #e2ffe1;
    border-right: 1px solid #ffffff;
    color: #45c343;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 0px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 1px;
}

.BoxContainer_Style1 .tabs_fake li.current a {
    background: #ffffff;
    color: #009ae9 !important;
    cursor: default !important;
}

#Main #ContentsContainer #Contents .article dl {
    margin-top: 10px;
}

#Main #ContentsContainer #Contents .article dl dt {
    background: url(../images/Topic_Style03.png) no-repeat left 5px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 20px;
}

#Main #ContentsContainer #Contents .article dl dd {
    background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 20px;
}

#Main #ContentsContainer #Contents .article dl dd.Note {
    background: none;
    display: block;
    margin: 0px 0px 10px 20px;
}

#Main #ContentsContainer #Contents .article dl dd dd {
    background: url(../images/ListIcon_003.jpg) no-repeat 3px 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 20px;
}

.Submit_Style1 {
    background: url(../images/Submit_Style1_BG.jpg) repeat-x;
    border: 0px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    moz-border-radius: 3px;
    padding: 7px 40px;
    text-align: center;
    webkit-border-radius: 3px;
}

.Submit_Style1:hover {
    filter: alpha(opacity=70%);
    opacity: 0.7;
}

.Topic_Style02 {
    background: url(../images/Topic_Style02.png) no-repeat left center;
    color: #009ae9;
    font-weight: 700;
    padding-left: 20px;
}

.ResultContainer {
    background: #eeeeee;
    border-radius: 3px;
    margin-bottom: 20px;
    moz-border-radius: 3px;
    padding: 10px;
    webkit-border-radius: 3px;
}

.ResultContainer dl dt {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 10px;
}

.ResultContainer dl dd {
    display: inline-block;
    float: left;
}

.ResultContainer dl dd .Money {
    font-size: 1.1em;
    margin-right: 5px;
}

.ResultContainer dl dd .Cost {
    color: #ff0000;
    font-size: 1.3em;
    font-weight: 700;
}

#LocationBTNContainer .LocationBTN li {
    display: block;
    float: left;
}

#LocationBTNContainer .LocationBTN li a {
    background: url(../images/BTN_BG02.jpg) repeat-x bottom;
    border: 1px solid #bfc0c5;
    border-radius: 3px;
    color: #434343;
    display: inline-block;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 50px;
    margin: 5px;
    moz-border-radius: 3px;
    padding: 0px 10px;
    position: relative;
    webkit-border-radius: 3px;
    width: 130px;
}

#LocationBTNContainer .LocationBTN li a:hover {
    color: #009ae9;
}

#LocationBTNContainer .LocationBTN li .Icon {
    background: url(../images/Arrow_icon_02.png) no-repeat center center;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
}

.pagination_1 {
    display: block;
    margin: 30px auto;
    text-align: center;
}

.pagination_1 a {
    background: #ffffff;
    border: 1px solid #cfebfa;
    color: #009ae9;
    padding: 5px;
}

.pagination_1 a:hover {
    background: #009ae9;
    border: 1px solid #cfebfa;
    color: #ffffff;
}

.pagination_1 a.disable {
    background: #ffffff;
    border: 1px solid #bfbfbf;
    color: #999999;
}

.pagination_1 a.disable:hover {
    background: #ffffff;
    border: 1px solid #bfbfbf;
    color: #999999;
}

.pagination_1 a.current {
    background: #009ae9;
    border: 1px solid #cfebfa;
    color: #ffffff;
}

#LargeBTNContainer {}

#LargeBTNContainer a {
    background: url(../images/LargeBTN_BG.png) no-repeat center center;
    color: #009ae9;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 204px;
    margin: 0px 10px 10px 0px;
    width: 213px;
}

#LargeBTNContainer a:hover {
    color: #e10001;
    filter: alpha(opacity=70%);
    opacity: 0.7;
}

#LargeBTNContainer .imgCenterContainer {
    height: 135px;
    line-height: 135px;
    text-align: center;
    width: 200px;
}

#LargeBTNContainer .imgCenter {
    margin-top: 0;
    vertical-align: middle;
}

#LargeBTNContainer .TitleContainer {
    background: url(../images/LargeBTNtxt_BG.png) no-repeat center center;
    height: 52px;
    margin: 0 auto;
    position: relative;
    width: 186px;
}

#LargeBTNContainer .Title {
    left: 5px;
    position: absolute;
    text-shadow: 1px 1px 1px #fff;
    top: 5px;
    width: 145px;
}

.Form_Style01 p {
    line-height: 190%;
}

.Form_Style01 .Note {
    margin-left: 10px;
}

.Form_Style01 .Note em {
    color: #0075e9;
}

.Form_Style01 .NoteLink img {
    margin: -5px 0px 0px 10px;
    vertical-align: middle;
}

.Form_Style01 a {
    color: #0075e9;
}

.Form_Style01 a:hover {}

.input_style01 {
    color: #959595;
    margin: 0px 5px;
}

.DL_Style02 dd {
    line-height: 190%;
}

.DL_Style02 dd dd {
    margin-left: 18px;
}

.Note2 {
    color: #ff0000;
    margin: 5px 0px;
}

.ListBTNContainer {
    float: right;
    margin: 0px 0px 15px 5px;
}

.ListBTNContainer a {
    background: #f7f7f7 url(../images/list_icon.png) no-repeat 5px 7px;
    border: 1px solid #dedede;
    padding: 5px 5px 5px 25px;
}

.SearchResult_Style01 {
    background: #eeeeee;
    padding: 25px;
}

.SearchResult_Style01 .Total {
    border-bottom: 1px solid #cccbcb;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-align: right;
}

.SearchResult_Style01 .Total .hd {
    font-weight: 700;
}

.SearchResult_Style01 .Total .price {
    color: #ff0000;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 5px;
}

.TableStyle_04 .hd {
    font-weight: 700;
}

.TableStyle_04 td {
    border-bottom: 1px solid #ffffff;
    padding: 5px;
}

.TableStyle_04 .price {
    color: #ff0000;
    font-weight: 700;
    margin: 0 5px;
}

.SaveContainer {
    background: #ffffff url(../images/SaveBG.jpg) no-repeat left center;
    margin: 20px 0px 0px 0px;
    padding: 20px 20px 20px 200px;
}

.SaveContainer p {
    line-height: 150%;
    margin: 5px 0px 5px 0px;
}

.BTN_Style02 {
    background: #f7f7f7;
    border: 1px solid #dedede;
    margin: 0px 5px;
    padding: 2px 5px;
}

.BTN_Style03 {
    background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 0 0;
    moz-border-radius: 3px;
    padding: 4px 15px;
    webkit-border-radius: 3px;
}

.BTN_Style03 .Icon {
    background: url(../images/ArrowRight_007.png) no-repeat 0 2px;
    padding: 0 0 0 20px;
}

.BTN_Style03:hover {
    background: #2897d5;
    color: #ffffff;
}

.BTN_Style03:hover .Icon {
    background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}

.BTN_Style03_down {
    background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px 0;
    moz-border-radius: 3px;
    padding: 3px 5px;
    webkit-border-radius: 3px;
}

.BTN_Style03_down .Icon {
    background: url(../images/ArrowDown_007.png) no-repeat 0 2px;
    padding: 0 0 0 20px;
}

.BTN_Style03_down:hover {
    background: #009ae9;
    color: #ffffff;
}

.BTN_Style03_down:hover .Icon {
    background: url(../images/ArrowDown_007_white.png) no-repeat 0 2px;
}

.Search_style02 {
    background: url(../images/Search_Icon2.jpg) no-repeat 0 0;
    color: #0075e9;
    margin: 0px 10px;
    padding-left: 25px;
}

.Search_style02:hover {
    color: #ff711c;
}

.LargeBanner_inner {
    margin: 15px 0px;
    text-align: center;
}

.LargeBanner_inner a img {
    max-width: 580px;
}

.LargeBanner_inner a img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.DL_Style03 {
    line-height: 180%;
}

.DL_Style03 dd dd {
    padding-left: 25px;
}

#LargeBTN_2Container {
    background: #f4fff4 url(../images/gradient_green_BG.jpg) repeat-x bottom;
    border: 1px solid #cfebfa;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#LargeBTN_2Container a.Button {
    cursor: pointer;
    display: inline;
    display: inline-block;
    width: 340px;
    zoom: 1;
}

#LargeBTN_2Container a.BTN_L {
    border-right: 1px solid #caf9c8;
}

#LargeBTN_2Container a.BTN_R {
    border-left: 1px solid #ffffff;
}

#LargeBTN_2Container a .TitleContainer {
    padding: 15px;
}

#LargeBTN_2Container a .TitleContainer .Sub_Title {
    color: #cfebfa;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
}

#LargeBTN_2Container a .TitleContainer .Title {
    background: url(../images/Arrow_icon_03.png) no-repeat 205px center;
    color: #009ae9;
    font-size: 1.875rem;
    font-weight: 700;
    margin: 30px 0px 0px 0px;
    padding: 10px 35px 10px 0px;
    text-align: center;
}

#LargeBTN_2Container a:hover .TitleContainer .Title {
    background: url(../images/Arrow_icon_03_hover.png) no-repeat 205px center;
    color: #fc9a31;
}

#LargeBTN_2Container a .DescripContainer {
    margin: 20px;
}

#LargeBTN_2Container a .DescripContainer p {
    background: #cfebfa;
    border-radius: 3px;
    color: #cfebfa;
    moz-border-radius: 3px;
    padding: 15px;
    webkit-border-radius: 3px;
}

.HeaderDescription_Style1 {
    background: #ececec;
    border-radius: 5px;
    margin: 0 0 15px 0;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
}

.HeaderDescription_Style1 .HeaderTitle {
    border-right: 1px solid #ffffff;
    display: inline;
    display: inline-block;
    padding: 10px 20px;
    width: 145px;
    zoom: 1;
}

.HeaderDescription_Style1 .HeaderTitle .Title {
    background: url(../images/ArrowDown_icon_01.png) no-repeat right center;
    color: #666666;
    font-size: 1.563rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 35px 10px 0px;
}

.HeaderDescription_Style1 .HeaderTitle .sub_Title {
    color: #666666;
    font-size: 1.3em;
    font-weight: 700;
}

.HeaderDescription_Style1 .Description {
    display: inline;
    display: inline-block;
    padding: 20px 0 20px 15px;
    vertical-align: top;
    width: 430px;
    zoom: 1;
}

.HeaderDescription_Style1 .Description p {}

.Percent_5,
.Percent_10,
.Percent_15,
.Percent_20,
.Percent_25 {
    background: #e7d37a;
    display: inline-block;
    height: 12px;
    margin-right: 10px;
}

.Percent_5 {
    width: 30px;
}

.Percent_10 {
    width: 60px;
}

.Percent_15 {
    width: 90px;
}

.Percent_20 {
    width: 120px;
}

.Percent_25 {
    width: 150px;
}

.DownloadBTNContainer {
    float: right;
    margin: 15px 0px 0px 5px;
}

.DownloadBTNContainer a {
    background: #f7f7f7 url(../images/download_icon.png) no-repeat 5px 7px;
    border: 1px solid #dedede;
    padding: 5px 5px 5px 25px;
}

#SiteMapContainer {}

#SiteMapContainer .SiteMap_Section {
    clear: both;
    margin-bottom: 15px;
}

#SiteMapContainer .SiteMap_Section h3.Title {
    background: #2897d5;
    border-radius: 3px;
    color: #ffffff;
    font-size: 1.2em;
    height: 39px;
    line-height: 39px;
    margin: 0 0 15px 0;
    moz-border-radius: 3px;
    padding: 3px 15px 0;
    webkit-border-radius: 3px;
}

#SiteMapContainer .SiteMap_Section h3.Title a {
    color: #ffffff;
}

#SiteMapContainer .SiteMap_Section h3.Title a:hover {
    color: #fc9a31;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList {
    background: #f5f4f4;
    border-radius: 3px;
    display: inline;
    display: inline-block;
    margin: 0px 10px 20px 10px;
    padding: 15px;
    vertical-align: top;
    width: 245px;
    zoom: 1;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a {
    background: none;
    border-bottom: 1px dotted #e8e8e8;
    color: #009ae9;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a:hover {
    color: #fc9a31;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList li {
    clear: both;
    float: left;
    position: relative;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
    background: url(../images/RoundIcon.png) no-repeat 0 4px;
    color: #666666;
    display: block;
    margin: 5px 0px;
    padding-left: 15px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
    color: #fc9a31;
}

.BackToTop_2 {
    background: #eeeeee;
    border-radius: 5px;
    display: block;
    height: 35px;
    margin: 15px 0px;
    moz-border-radius: 5px;
    position: relative;
    webkit-border-radius: 5px;
}

.BackToTop_2 a {
    background: url(../images/bullet_top.png) no-repeat 0 8px;
    color: #727171;
    font-size: 0.9em;
    margin: 0px !important;
    padding: 0 0 0 15px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.BackToTop_2 a:hover {
    color: #009ae9;
}

#MainAdOverView {}

#MainAdOverView li {
    background: #eeeeee url(../images/MainAdShadow.jpg) no-repeat bottom center;
    clear: both;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 45px;
}

#MainAdOverView li a {
    color: #535353;
    cursor: pointer;
}

#MainAdOverView li:hover a {
    color: #c8013b;
}

#MainAdOverView li .Info {
    display: block;
    padding: 20px;
    width: 216px;
}

#MainAdOverView li .Info .InfoDesc {
    font-size: 1.375rem;
    line-height: 130%;
    margin-bottom: 15px;
}

#MainAdOverView li .Info .InfoDesc {
    font-size: 1.375rem;
    line-height: 130%;
    margin-bottom: 15px;
}


#MainAdOverView li .Info p {
    color: #989898;
}

#MainAdOverView li .IMG img {
    display: block;
    width: 635px;
}

#MainAdSmallOverView {
    margin-right: -28px;
}

#MainAdSmallOverView li {
    display: inline;
    display: inline-block;
    margin: 0 14px 27px 0;
    vertical-align: top;
    width: 212px;
    zoom: 1;
}

#MainAdSmallOverView li a {
    background: #eeeeee;
    color: #535353;
    display: inline-block;
    padding: 10px;
}

#MainAdSmallOverView li a:hover {
    color: #c8013b;
}

#MainAdSmallOverView li a .Info {
    display: block;
}

#MainAdSmallOverView li a .Info .smallInfoDesc {
    font-size: 1em;
    line-height: 130%;
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG {
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG img {
    display: block;
    width: 191px;
}

.faq-model .tabs {
    background: #f1f1f1;
    border-top: 4px solid #3ba538;
    height: 34px;
    overflow: hidden;
    padding: 5px 9px 0;
}

.faq-model .tabs li {
    float: left;
    font-size: 1.15em;
    font-weight: 700;
    position: relative;
}

.faq-model .tabs li {
    float: left;
    position: relative;
}

.faq-model .tabs li a {
    color: #444;
    display: block;
    padding: 5px 13px 12px;
}

.faq-model .tabs li a:hover {
    color: #009ae9;
}

.faq-model .tabs li .current,
.faq-model .tabs li .current:hover {
    background: #fff;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    color: #009ae9;
    webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.faq-model .tabs .notice a,
.faq-model .tabs .notice a:hover,
.faq-model .tabs .notice .current {
    background: url(../images/bg-msg-notice.png) center 9px no-repeat;
    color: #fff;
}

.faq-model .NewsList li {
    display: block;
    float: left;
    font-size: 0.9em;
    position: relative;
    width: 100%;
}

.faq-model .NewsList li a {
    color: #454545;
    display: block;
    overflow: hidden;
    padding: 7px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 442px;
}

.faq-model .NewsList li a:hover {
    color: #009ae9;
}

.faq-model .NewsList li a .number {
    background: url(../images/bg-number.png) left bottom repeat-x #fff;
    border: 1px solid #ccc;
    color: #545454;
    display: inline;
    display: inline-block;
    font-family: Arial;
    font-size: 0.9em;
    height: 16px;
    margin: -2px 6px 0 0;
    text-align: center;
    vertical-align: middle;
    webkit-text-size-adjust: none;
    width: 16px;
    zoom: 1;
}

.faq-model .NewsList .BgColor {
    background: #f6f6f6;
}

.NewsList-ft {
    border-top: 1px solid #eee;
    clear: both;
    min-height: 22px;
    padding: 6px 0 0;
    text-align: right;
}

.more-btn {
    background: url(../images/icon-NewsList-more.png) right center no-repeat;
    color: #009ae9;
    padding: 0 20px 0 0;
}

.more-btn:hover {
    color: #009ae9;
    opacity: 0.7;
}

.topNews-slider {
    background: url(../images/bg-sliderkit-btm.png) center bottom no-repeat;
    padding: 0 0 27px;
}

.topNews-slider .sliderkit img {
    height: auto;
    max-height: 568px;
    max-width: 400px;
}

.page-controls {
    padding: 0 0 20px;
}

.page-controls-inner {
    background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5;
    border: 1px solid #ddd;
    padding: 12px 10px;
    position: relative;
}

.grid-pager {
    float: left;
}

.sort-method-buttons {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.sort-method-buttons li {
    float: left;
    position: relative;
}

.sort-method-buttons a {
    background: url(../images/icon-sortMethodA.png) 8px 16px no-repeat;
    border-left: 1px solid #ddd;
    color: #424242;
    display: block;
    padding: 12px 10px 12px 20px;
}

.sort-method-buttons a:hover,
.sort-method-buttons .current {
    background: url(../images/icon-sortMethodAhover.png) 9px 16px no-repeat;
    color: #009ae9;
}

.msg-list {
    line-height: 180%;
}

.msg-list li a {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding: 15px 30px;
}

.msg-list .Date {
    color: #009ae9;
    margin: 0 0 5px;
}

.msg-list .Topic {
    color: #434343;
    font-size: 1.3em;
    margin: 0 0 10px;
    position: relative;
}

.msg-list a:hover .Topic {
    color: #009ae9;
}

.msg-list .Thumbs {
    color: #7c7c7c;
    font-size: 1.1em;
}

.span-hot,
.span-important,
.span-preferential {
    border-radius: 2px;
    color: #fff;
    display: inline;
    display: inline-block;
    font-size: 0.9em;
    line-height: 180%;
    margin: 0 0 0 6px;
    margin: -3px 0 0 6px;
    text-align: center;
    vertical-align: middle;
    webkit-border-radius: 2px;
    webkit-text-size-adjust: none;
    white-space: nowrap;
    width: 60px;
    zoom: 1;
}

.span-hot {
    background: #ff711c;
}

.span-important {
    background: #c8013c;
}

.span-preferential {
    background: #006ee9;
}

.article-meta {
    border-top: 1px dotted #ccc;
    color: #888;
    padding: 6px 0 30px;
}

.article-publish {
    float: left;
}

.article-publishDate {
    float: right;
}

.articles-btm {
    margin: 0 0 -45px;
    padding: 20px 0 0;
}

.articles-btm #ShareNav {
    float: right;
}

.related-articles {
    border-top: 1px solid #ccc;
    margin: 50px 0 0;
    padding: 20px 0;
}

.related-articles-hd {
    background: #7a7a7a;
    font-size: 1.1em;
    padding: 5px 10px;
}

.related-articles-hd .heading {
    color: #fff;
}

.related-articles-list {
    padding: 10px 0 20px;
}

.related-articles-list li {
    float: left;
    font-size: 1.1em;
    position: relative;
    width: 345px;
}

.related-articles-list a {
    background: url(../images/icon-relatedArticles-list.png) 15px center no-repeat;
    color: #707070;
    display: block;
    overflow: hidden;
    padding: 6px 0 6px 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 320px;
}

.related-articles-list a:hover {
    color: #009ae9;
}

.video-player {
    border: 1px solid #ddd;
}

.video-player-content {
    color: #434343;
    line-height: 150%;
    padding: 20px 30px;
}

.video-details {
    border-right: 1px solid #ddd;
    float: left;
    min-height: 100px;
    padding: 0 75px 0 0;
    width: 350px;
}

.video-category {
    float: right;
    width: 180px;
}

.video-category #ShareNav {
    padding: 0 0 10px;
}

.video-heading {
    color: #101010;
    font-size: 1.15em;
    padding: 0 0 15px;
}

.video-date {
    color: #959595;
    font-size: 0.9em;
    font-weight: 400;
    padding: 0 0 0 10px;
}

.video-tags a {
    color: #787878;
    margin: 0 3px 0 0;
}

.video-tags a:hover {
    color: #009ae9;
}

.video-description {}

.video-player-btm {
    border: 1px solid #ddd;
    border-top: 0;
}

.video-search {
    float: left;
    height: 300px;
    overflow: hidden;
    width: 466px;
}

.video-search-select {
    border: 1px solid #ccc;
    margin: 0;
    margin: -1px 0 0;
    padding: 2px;
    vertical-align: top;
    width: 140px;
}

.video-search-btn {
    background: url(../images/bg-videoSearchBtn.png) left bottom repeat-x #fff;
    border: 1px solid #aeaeae;
    cursor: pointer;
    height: 23px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 60px;
}

.video-search-btn:hover {
    background: #dadada;
}

.video-player-list {
    background: url(../images/bg-videoPlayerList.png) repeat-y #eee;
    border-left: 1px solid #d7d7d7;
    float: right;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
    width: 221px;
}

.video-player-list li {
    float: left;
    position: relative;
}

.video-player-list li a {
    cursor: pointer;
    display: block;
    padding: 10px 20px 10px 40px;
}

.video-player-list li a:hover {
    background: #f8f8f8;
}

.video-player-list li a:hover h4 {
    color: #009ae9;
}

.video-player-list h4 {
    color: #101010;
    font-size: 0.9em;
    font-weight: 400;
}

.video-player-list p {
    color: #959595;
    font-size: 0.9em;
}

.video-player-list .icon {
    background: url(../images/icon-videoPlayerList.png) no-repeat;
    float: left;
    height: 15px;
    left: 20px;
    position: absolute;
    top: 12px;
    width: 14px;
}

.video-search-bar {
    background: url(../images/bg-videoSearchBar.png) left bottom repeat-x #fff;
    border-bottom: 1px solid #ccc;
    padding: 7px;
    position: relative;
    text-align: right;
}

.video-results {
    border-bottom: 1px solid #ccc;
    height: 222px;
}

.video-results-list {
    width: 468px;
}

.video-results-list li {
    float: left;
    position: relative;
}

.video-results-list .pic {
    height: 80px;
    margin: 0 auto;
    padding: 20px 0 0;
    position: relative;
    width: 120px;
}

.video-results-list li h4 {
    color: #101010;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0 auto;
    padding: 5px 0;
    width: 120px;
}

.video-results-list li p {
    color: #959595;
    font-size: 0.9em;
    margin: 0 auto;
    width: 120px;
}

.video-results-list .pic img {
    height: 80px;
    width: 120px;
}

.video-results-list li a {
    border-left: 1px solid #ccc;
    cursor: pointer;
    display: block;
    height: 222px;
    margin: 0 0 0 -1px;
    width: 155px;
}

.video-results-list li a:hover {
    background: #fafafa;
}

.video-results-list li a:hover h4 {
    color: #009ae9;
}

.video-search .pagination_1 {
    background: #efefef;
    margin: 1px 0 0;
    padding: 9px 0;
}

.video-search .pagination_1 a.current {
    background: #525252;
    border: 1px solid #e0e0e0;
    color: #fff;
}

.video-search .pagination_1 a {
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    color: #444;
    padding: 3px 5px;
}

.video-search .pagination_1 a:hover {
    border: 1px solid #aaa;
}

.faq-area-heading {
    background: url(../images/faq-area-heading.png) no-repeat;
    display: inline-block;
    height: 14px;
    margin: 0 20px -2px 0;
    overflow: hidden;
    padding: 0 0 5px 0;
    text-indent: -999px;
    width: 77px;
}

.faq-area-bar {
    background: url(../images/bg-faqAreaBar.png) repeat-x #eee;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #3ba538;
    padding: 15px 15px;
    position: relative;
    vertical-align: middle;
}

.faq-select {
    border: 1px solid #ccc;
    margin: 0 8px 0 0;
    padding: 2px 3px;
    width: 120px;
}

.faq-keyword {
    border: 1px solid #ccc;
    margin: 0 8px 0 0;
    padding: 2px 3px;
    width: 120px;
}

.faq-area-btn {
    background: url(../images/bg-recruitBtn.png) repeat-x left bottom #FFFFFF;
    border: 1px solid #aaa;
    cursor: pointer;
    font-size: 0.9em;
    padding: 2px 15px;
}

.faq-area-list {
    border: 1px solid #e7e7e7;
}

.faq-list .faq-list-menu {
    background: #e3e3e3;
    border-top: 1px solid #fff;
    height: 36px;
    overflow: hidden;
    padding: 8px 9px 0;
}

.faq-list .faq-list-menu li {
    float: left;
    font-size: 1.15em;
    font-weight: 700;
    position: relative;
}

.faq-list .faq-list-menu li {
    float: left;
    position: relative;
}

.faq-list .faq-list-menu li a {
    color: #444;
    display: block;
    padding: 5px 13px 15px;
}

.faq-list .faq-list-menu li a:hover {
    color: #009ae9;
}

.faq-list .faq-list-menu li .current,
.faq-list .tabs li .current:hover {
    background: #fff;
    box-shadow: 0px 0px 2px 2px rgba(33, 33, 33, 0.2);
    color: #009ae9;
    webkit-box-shadow: 0px 0px 2px 2px rgba(33, 33, 33, 0.2);
}

.faq-list .faq-list-menu .notice a,
.faq-list .faq-list-menu .notice a:hover,
.faq-list .faq-list-menu .notice .current {
    background: url(../images/bg-msg-notice.png) center 9px no-repeat;
    color: #fff;
}

.faq-list .NewsList li {
    display: block;
    float: left;
    font-size: 1.1em;
    position: relative;
    width: 100%;
}

.faq-list .NewsList li a {
    background: #fff;
    color: #454545;
    display: block;
    padding: 10px;
    width: 670px;
}

.faq-list .NewsList li a:hover {
    color: #009ae9;
}

.faq-list .NewsList li a .number {
    background: url(../images/bg-number.png) left bottom repeat-x #fff;
    border: 1px solid #ccc;
    color: #545454;
    display: inline;
    display: inline-block;
    font-family: Arial;
    font-size: 0.9em;
    height: 16px;
    line-height: 150%;
    margin: -2px 6px 0 0;
    text-align: center;
    vertical-align: middle;
    webkit-text-size-adjust: none;
    width: 16px;
    zoom: 1;
}

.faq-list .NewsList .BgColor {
    background: #f6f6f6;
}

.credit-model {
    padding: 0 0 10px;
}

.credit-model-inner {
    border-top: 4px solid #3ba538;
}

.credit-model-hd {
    background: url(../images/bg-creditModel-hd.png) repeat-x;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    height: 21px;
    overflow: hidden;
    padding: 13px 15px;
}

.credit-model-heading {
    background: url(../images/title-cs-credit.png) no-repeat;
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -999px;
    width: 185px;
}

.credit-model-bd {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    overflow: hidden;
    padding: 0 15px 5px;
    position: relative;
}

.credit-model-ft {
    background: url(../images/bg-creditModel-ft.png) left bottom no-repeat;
    height: 27px;
}

.creditList li {
    display: block;
    float: left;
    font-size: 0.9em;
    position: relative;
    width: 100%;
}

.creditList li a .date {
    color: #009ae9;
    padding: 0 8px 0 0;
}

.creditList li a {
    border-top: 1px solid #c6e0bf;
    color: #454545;
    display: block;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 430px;
}

.creditList li a:hover {
    color: #009ae9;
}

.creditList li a .number {
    background: url(../images/bg-number.png) left bottom repeat-x #fff;
    border: 1px solid #ccc;
    color: #545454;
    display: inline;
    display: inline-block;
    font-family: Arial;
    font-size: 0.9em;
    height: 16px;
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
    webkit-text-size-adjust: none;
    width: 16px;
    zoom: 1;
}

.creditList .BgColor {
    background: #f6f6f6;
}

.creditList-more-btn {
    background: url(../images/btn-creditMore.png) no-repeat;
    float: right;
    height: 27px;
    overflow: hidden;
    text-indent: -999px;
    width: 145px;
}

.creditList-more-btn:hover {
    opacity: 0.7;
}

.cs-banner-hd {
    background: url(../images/bg-csBanner.png) no-repeat;
    height: 6px;
    overflow: hidden;
}

.cs-banner-bd {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 0 0 0 4px;
}

.cs-banner-bd img {
    padding: 0 1px 0 0;
}

.cs-banner-bd a:hover {
    opacity: 0.7;
}

.cs-banner-ft {
    background: url(../images/bg-csBanner.png) left bottom no-repeat #fff;
    height: 16px;
    margin: -1px 0 0;
    overflow: hidden;
}

.search-model {
    padding: 0 0 10px;
}

.search-model .col-l {
    background: url(../images/bg-searchLeftCol.png) no-repeat;
    float: left;
    height: 195px;
    width: 362px;
}

.search-model .col-r {
    background: url(../images/bg-searchRightCol.png) no-repeat;
    float: left;
    height: 175px;
    padding: 10px 15px;
    width: 70px;
}

.search-model .col-r a {
    margin: 0 0 10px;
}

.search-model p {
    color: #3e3e3e;
    line-height: 160%;
    padding: 0 0 10px;
}

.search-model-inner {
    height: 129px;
    overflow: hidden;
    padding: 20px 20px 0;
}

.search-model-heading {
    background: url(../images/search-model-heading.png) no-repeat;
    display: block;
    height: 17px;
    margin: 0 0 10px;
    overflow: hidden;
    text-indent: -999px;
    width: 127px;
}

.search-model-keyword {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    webkit-border-radius: 5px;
    width: 220px;
}

.btn-search {
    background: url(../images/btn-search.png) no-repeat;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
    text-indent: -999px;
    width: 68px;
}

.btn-search:hover {
    opacity: 0.7;
}

.hotlines-list {
    border: 1px solid #e7e7e7;
    line-height: 180%;
}

.hotlines-list-table .odd td {
    background: #f3f3f3;
}

.hotlines-list-table .hd {
    background: url(../images/bg-recruitTableList-hd.png) repeat-x #787878;
    color: #fff;
    font-size: 0.9em;
    padding: 7px 0 7px 10px;
    text-align: left;
}

.hotlines-list-table td {
    border-top: 1px solid #e3e3e3;
    font-size: 1.1em;
    padding: 15px 0 15px 10px;
    vertical-align: top;
}

.hotlines-list-table p {
    padding: 0 0 10px;
}

.hotlines-list-table .ext {
    color: #049200;
}

.feedback p {
    color: #545454;
    padding: 0 0 15px;
}

.agreement {
    background: #ecf7ed;
    border-radius: 10px;
    line-height: 150%;
    margin: 0 0 20px;
    padding: 30px;
    webkit-border-radius: 10px;
}

.agreement li {
    display: block;
    float: left;
    padding: 0 0 10px 10px;
    position: relative;
}

.agreement li li {
    clear: both;
    padding: 5px 0 0 5px;
}

.agreement .icon {
    background: #009ae9;
    height: 5px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 5px;
}

.agreement-heading {
    color: #009ae9;
    font-size: 1.15em;
    font-weight: 700;
    padding: 0 0 10px;
}

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.feedback-form {
    background: url(../images/bg-feedbackForm.png) repeat-x left bottom;
    border: 1px solid #ddd;
    border-top: 3px solid #009ae9;
    padding: 20px 0 40px;
}

.feedback-table th {
    padding: 10px;
    text-align: right;
    vertical-align: top;
}

.feedback-check {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    color: #2284a5;
    display: block;
    margin: 0 20px;
    padding: 10px 0;
    text-align: center;
}

.feedback-check input {
    vertical-align: middle;
}

.feedback-block {
    text-align: center;
}

.feedback-table td {
    padding: 10px;
    vertical-align: top;
}

.feedback-btn {
    background: url(../images/bg-recruitBtn.png) repeat-x left bottom #FFFFFF;
    border: 1px solid #aaa;
    cursor: pointer;
    font-size: 0.9em;
    margin: 0 5px;
    padding: 2px 15px;
}

.feedback-btn:hover {
    background: #ddd;
    border: 1px solid #aaa;
    cursor: pointer;
    font-size: 0.9em;
    padding: 2px 15px;
}

.field-s,
.field-m,
.field-l {
    border: 1px solid #ccc;
    height: 17px;
    padding: 2px;
}

.field-s {
    width: 80px;
}

.field-m {
    width: 160px;
}

.field-l {
    width: 350px;
}

.feedback .textarea {
    border: 1px solid #ccc;
    height: 100px;
    vertical-align: top;
    width: 350px;
}

.feedback-shadow {
    background: url(../images/bg-feedbackShadow.png) center -5px no-repeat;
    display: none;
    height: 30px;
}

.field-required {
    color: #FF2D73;
}

.localpost-inner {
    height: 640px;
    position: relative;
    width: 960px;
}

.localpost-pre,
.localpost-next {
    background: url(../images/btn-localpost.png);
    display: inline-block;
    height: 72px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 270px;
    width: 38px;
}

.localpost-pre {
    left: -50px;
}

.localpost-pre:hover {
    background: url(../images/btn-localpost.png) 0 -72px no-repeat;
}

.localpost-next {
    background: url(../images/btn-localpost.png) -38px 0 no-repeat;
    right: -50px;
}

.localpost-next:hover {
    background: url(../images/btn-localpost.png) -38px -72px no-repeat;
}

.localpost-item {
    background: url(../images/bg-localpostItem.png) no-repeat;
    float: left;
    height: 303px;
    margin: 0 7px 15px 0;
    position: relative;
    width: 230px;
}

.localpost-heading {
    color: #434343;
    font-size: 1.25rem;
    padding: 15px 0;
    text-align: center;
}

.btn-localpostMore {
    background: url(../images/btn-localpostMore.png) no-repeat;
    bottom: 15px;
    display: inline-block;
    height: 27px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999px;
    width: 87px;
}

.localpost-pic {
    background: #f5f5f5;
    height: 107px;
    margin: 0 auto;
    width: 220px;
}

.localpost-item .icon {
    background: #0075e9;
    height: 5px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}

.localpost-list {
    margin: 5px auto 0;
    width: 200px;
}

.localpost-list li {
    float: left;
    position: relative;
}

.localpost-list li a {
    color: #545454;
    display: block;
    overflow: hidden;
    padding: 6px 0 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.serviceSearch-model {
    background: #82c91c;
    height: 500px;
    width: 650px;
}

.serviceSearch-hd {
    background: url(../images/bg-serviceSearchHd.png) repeat-x #18ad15;
    padding: 15px;
}

.serviceSearch-heading {
    background: url(../images/serviceSearch-heading.png);
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    width: 142px;
}

.keyword-bar {
    background: url(../images/bg-keywordbar.png) left bottom repeat-x #c9ff93;
    height: 30px;
    overflow: hidden;
    padding: 9px 15px 10px;
    position: relative;
}

.keyword-heading {
    background: url(../images/keyword-heading.png) no-repeat;
    display: inline-block;
    height: 19px;
    margin: 0 10px 6px 0;
    overflow: hidden;
    text-indent: -999px;
    width: 105px;
}

.keyword-field {
    background: url(../images/bg-keywordField.png) no-repeat;
    color: #4f814e;
    display: inline-block;
    height: 21px;
    overflow: hidden;
    padding: 5px 10px;
    width: 346px;
}

.keyword-field a {
    padding: 0 0 0 5px;
}

.btn-howtoUse {
    background: url(../images/btn-howtoUse.png);
    display: block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999px;
    top: 0;
    width: 114px;
}

.serviceSearch-field {
    border: 1px solid #cbc89e;
    border-radius: 5px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 5px;
    webkit-border-radius: 5px;
    width: 230px;
}

.serviceSearch-bd {
    background: url(../images/bg-serviceSearchbd.png) repeat-x #82c91c;
    position: relative;
}

.serviceSearch-ft {
    background: url(../images/bg-serviceSearchft.png) left bottom repeat-x #82c91c;
    height: 10px;
    position: relative;
}

.serviceSearch-bar {
    background: url(../images/bg-serviceSearchBar.png) repeat-x #ffd200;
    height: 32px;
    padding: 15px;
    position: relative;
}

.btn-serviceSearch {
    background: url(../images/btn-serviceSearch.png);
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    width: 101px;
}

.btn-return {
    background: url(../images/btn-return.png);
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0 6px 0 0;
    overflow: hidden;
    text-indent: -999px;
    width: 75px;
}

.btn-reask {
    background: url(../images/btn-reask.png);
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    text-indent: -999px;
    width: 94px;
}

.serviceSearch-bar .col-r {
    position: absolute;
    right: 20px;
    top: 15px;
}

.serviceSearch-bar a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.serviceSearch-bd .col-l {
    float: left;
    padding: 15px;
    width: 416px;
}

.serviceSearch-bd .col-r {
    background: url(../images/bg-ssbdcolr.png) 20px -10px no-repeat;
    float: right;
    height: 336px;
    overflow: hidden;
    width: 203px;
    z-index: -1;
}

.status-default {
    background: url(../images/Status-default.png) 30px 110px no-repeat;
    height: 346px;
    overflow: hidden;
    width: 203px;
}

.status-search {
    background: url(../images/Status-search.png) 10px 110px no-repeat;
    height: 346px;
    overflow: hidden;
    width: 203px;
}

.status-find {
    background: url(../images/Status-find.png) 15px 110px no-repeat;
    height: 346px;
    overflow: hidden;
    width: 203px;
}

.status-nofind {
    background: url(../images/Status-nofind.png) -30px 110px no-repeat;
    height: 346px;
    overflow: hidden;
    width: 203px;
}

.serviceSearch-info {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin: 0 0 10px;
    min-height: 100px;
    padding: 15px;
    position: relative;
    webkit-border-radius: 10px;
    webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    width: 402px;
}

.serviceSearch-results {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    min-height: 150px;
    padding: 15px;
    position: relative;
    webkit-border-radius: 10px;
    webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    width: 402px;
}

.results-heading {
    background: url(../images/results-heading.png) no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 0 10px;
    overflow: hidden;
    text-indent: -999px;
    width: 88px;
}

.results-list {
    padding: 0 24px;
}

.results-list li {
    float: left;
    position: relative;
}

.results-list li a {
    color: #3e3e3e;
    display: block;
    padding: 3px 0;
    width: 350px;
}

.results-list li a:hover {
    color: #fc9a31;
}

.results-list .icon {
    background: #9e9e9e;
    height: 5px;
    left: -10px;
    position: absolute;
    top: 9px;
    width: 5px;
}

.serviceSearch-info p {
    color: #3e3e3e;
    line-height: 160%;
    padding: 0 0 10px;
}

.serviceSearch-info p a {
    color: #178c97;
    font-weight: 700;
    text-decoration: underline;
}

.serviceSearch-alert {
    background: url(../images/icon-serviceSearchAlert.png) 3px 5px no-repeat #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    padding: 5px 5px 5px 22px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.serviceSearch-decoration {
    background: url(../images/img-infoDecoration.png) no-repeat;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: -28px;
    text-indent: -999px;
    top: 70px;
    width: 35px;
}

.keyword-menu {}

.keyword-menu li {
    float: left;
    padding: 0 5px 5px 0;
    position: relative;
}

.keyword-menu li a {
    background: #f2f2f2;
    border-radius: 4px;
    color: #178c97;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    padding: 3px 10px;
}

.keyword-menu li a:hover {
    background: #d8f5f8;
}

.faq-btn {
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #4b4c4e;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 15px 40px 15px 35px;
    position: relative;
    webkit-border-radius: 10px;
    width: 570px;
}

.faq-btn:hover {
    color: #43acdb;
}

.faq-btn h3 {
    font-weight: 400;
}

.faq-content {
    float: left;
    font-size: 1.1em;
    line-height: 1.8;
    padding: 10px 35px;
    position: relative;
    width: 575px;
}

.faq-list .on .icon-arrow {
    background: url(../images/icon-faqArrow-on.png) no-repeat;
}

.faq-list .over .icon-arrow,
.faq-list a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.faq-list .icon-arrow {
    background: url(../images/icon-faqArrow.png) no-repeat;
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 22px;
}

.faq-list .icon-questions {
    background: url(../images/icon-questions.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 22px;
}

.faq-list .icon-answer {
    background: url(../images/icon-answer.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 13px;
    width: 22px;
}

#Accordion {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 262px;
}

#Accordion .faq-btn {
    background: #eaeaea;
    border-radius: 0px;
    border-top: 1px solid #ffffff;
    color: #2897d5;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 1.3;
    margin: 0px;
    padding: 13px 40px 13px 35px;
    position: relative;
    webkit-border-radius: 0px;
    width: 185px;
}

#Accordion .faq-btn:first-child {
    border-top: 0px;
}

#Accordion .first {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    moz-border-radius-topleft: 5px;
    moz-border-radius-topright: 5px;
    webkit-border-top-left-radius: 5px;
    webkit-border-top-right-radius: 5px;
}

#Accordion .last {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
}

#Accordion .faq-btn:hover,
#Accordion .on,
#Accordion .faq-btn-open {
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    color: #147bb4;
}

#Accordion .faq-btn h3 {
    font-size: 1.15em;
    font-weight: 700;
}

#Accordion .faq-list .icon-search {
    background: url(../images/icon-search.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 22px;
}

#Accordion .faq-list .icon-questions {
    background: url(../images/icon-questions.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 22px;
}

#Accordion .faq-list .icon-building {
    background: url(../images/icon-building.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 22px;
}

#Accordion .faq-content {
    float: left;
    height: 190px;
    line-height: 1.8;
    overflow: auto;
    padding: 0px;
    position: relative;
    width: 262px;
}

#Accordion .faq-content ul li {
    border-top: 1px dotted #2897d5;
}

#Accordion .faq-content ul li:first-child {
    border-top: 0px;
}

#Accordion .faq-content ul li a {
    background: url(../images/ArrowRight_006.png) no-repeat right 12px;
    color: #2897d5;
    display: block;
    padding: 5px 35px;
}

#Accordion .faq-content ul li a:hover {
    background-color: #e7f5fd;
    color: #147bb4;
}

#Accordion .faq-content ul li a:visited {
    /*color: #3656c3;*/
}

#Accordion .acc-key a {
    color: #ffffff;
}

.Box_Style1 {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 262px;
}


/*-class-*/

.Accordion {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 262px;
}

.Accordion .faq-btn {
    background: #eaeaea;
    border-radius: 0px;
    border-top: 1px solid #ffffff;
    color: #2897d5;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 1.3;
    margin: 0px;
    padding: 13px 40px 13px 35px;
    position: relative;
    webkit-border-radius: 0px;
    width: 185px;
}

.Accordion .faq-btn:first-child {
    border-top: 0px;
}

.Accordion .first {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    moz-border-radius-topleft: 5px;
    moz-border-radius-topright: 5px;
    webkit-border-top-left-radius: 5px;
    webkit-border-top-right-radius: 5px;
}

.Accordion .last {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
}

.Accordion .faq-btn:hover,
.Accordion .on,
.Accordion .faq-btn-open {
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    color: #147bb4;
}

.Accordion .faq-btn h3 {
    font-size: 1.15em;
    font-weight: 700;
}

.Accordion .faq-list .icon-search {
    background: url(../images/icon-search.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 22px;
}

.Accordion .faq-list .icon-questions {
    background: url(../images/icon-questions.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 22px;
}

.Accordion .faq-list .icon-building {
    background: url(../images/icon-building.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 22px;
}

.Accordion .faq-content {
    float: left;
    height: 190px;
    line-height: 1.8;
    overflow: auto;
    padding: 0px;
    position: relative;
    width: 262px;
}

.Accordion .faq-content ul li {
    border-top: 1px dotted #2897d5;
}

.Accordion .faq-content ul li:first-child {
    border-top: 0px;
}

.Accordion .faq-content ul li a {
    background: url(../images/ArrowRight_006.png) no-repeat right 12px;
    color: #2897d5;
    display: block;
    padding: 5px 35px;
}

.Accordion .faq-content ul li a:hover {
    background-color: #e7f5fd;
    color: #147bb4;
}

.Accordion .faq-content ul li a:visited {
    /*color: #3656c3;*/
}

.Accordion .acc-key a {
    color: #ffffff;
}

.Box_Style1 {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 262px;
}

.Box_Style1 .Header {
    border-bottom: 3px solid #2897d5;
    overflow: hidden;
    padding: 15px 15px 10px;
}

.Box_Style1 .Header h2 {
    color: #2897d5;
    display: block;
    float: left;
    font-size: 1.2em;
}

.Box_Style1 .Header .more {
    background: url(../images/ArrowRight_007.png) no-repeat right 2px;
    display: block;
    float: right;
    font-size: 0.9em;
    padding: 1px 20px;
}

.Box_Style1 .Content dl.IMG {
    position: relative;
    /*display: block;
	min-height: 205px;*/
}

.Box_Style1 .Content dl.IMG dt {
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 2;
}

.Box_Style1 .Content dl.IMG dt .Cate i {
    border-radius: 3px;
    color: #ffffff;
    margin-right: 5px;
    padding: 2px 10px;
    webkit-border-radius: 3px;
}

.Box_Style1 .Content dl.IMG dt .Cate i.Cate1 {
    background-color: #f76f84;
}

.Box_Style1 .Content dl.IMG dt .Cate i.Cate2 {
    background-color: #fe9a11;
}

.Box_Style1 .Content dl.IMG dt .Cate i.Cate3 {
    background-color: #009ae9;
}

.Box_Style1 .Content dl.IMG dt .Cate i.Cate4 {
    background-color: #37a87b;
}


/*.Box_Style1 .Content dl.IMG dd {position: absolute; left: 0px; top: 0px;}*/

.Box_Style1 .Content dl.IMG dd a {
    display: block;
}

.Box_Style1 .Content dl.IMG dd img {
    display: block;
    width: 262px;
}

.Box_Style1 .Content h3 a {
    background: #e7f0f3 url(../images/ArrowRight_006.png) no-repeat right 12px;
    display: block;
    font-size: 1.1em;
    padding: 10px 15px;
}

.Box_Style1 .Content p {
    padding: 15px;
}

.Box_Style2 {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 262px;
}

.Box_Style2 .Content .Preview {
    height: 210px;
    position: relative;
}

.Box_Style2 .Content .Preview {
    height: 155px;
    position: relative;
}

.Box_Style2 .Content .Preview .Link {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 2;
}

.Box_Style2 .Content .Preview .Link img {
    display: block;
    width: 262px;
}

.Box_Style2 .Content .Preview .IMG {
    background: #000000;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 262px;
    z-index: 1;
}

.Box_Style2 .Content .Preview .IMG table {
    display: block;
    margin: 0 auto;
    width: 262px;
}

.Box_Style2 .Content .Preview .IMG td {
    height: 155px;
    width: 262px;
}

.Box_Style2 .Content .Preview .IMG td img {
    display: block;
    height: auto;
    max-height: 155px;
    max-width: 262px;
    width: auto;
}

.Box_Style2 .Content h3 a {
    background: #e7f0f3 url(../images/ArrowRight_006.png) no-repeat right 12px;
    border-top: 3px solid #2897d5;
    display: block;
    font-size: 1.1em;
    padding: 10px 15px;
}

.Box_Style2 .Content p {
    overflow: hidden;
    padding: 15px;
}

.Box_Style2 .Content p.video {
    background: url(../images/video_IMG.jpg) no-repeat 20px -35px;
}

.Box_Style2 .Content p .more {
    background: url(../images/ArrowRight_007.png) no-repeat right 2px;
    display: block;
    float: right;
    font-size: 0.9em;
    padding: 1px 20px;
}

.FB_Like {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 262px;
}

#Main_Service {
    margin: 0 0 20px;
}

.News_Index {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 659px;
}

.News_Index .Header {
    border-bottom: 3px solid #2897d5;
    overflow: hidden;
    padding: 15px 15px 10px;
}

.News_Index .Header h2 {
    color: #2897d5;
    display: block;
    float: left;
    font-size: 1.2em;
}

.News_Index .Header .more {
    background: url(../images/ArrowRight_007.png) no-repeat right 2px;
    display: block;
    float: right;
    font-size: 0.9em;
    padding: 1px 20px;
}

.News_Index .Content {
    background: url(../images/dot_BG_blue.gif) repeat 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    padding: 1px 20px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
}

.News_Index .Content dl dd {
    border-top: 1px solid #c5ddf6;
}

.News_Index .Content dl dd:first-child {
    border-top: 0px;
}

.News_Index .Content dl dd a {
    background: url(../images/ArrowRight_006_02.png) no-repeat right 17px;
    display: block;
    padding: 15px 15px 15px 0;
}

.News_Index .Content dl dd a .Date {
    background: #ddf1fc;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0 10px 0px 0;
    display: inline-block;
    moz-border-radius: 3px;
    padding: 1px 10px;
    webkit-border-radius: 3px;
}

#AdBannerContainer_index {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 659px;
}

#AdBannerContainer_index .Content {
    padding: 20px 4px;
}

#AdBannerContainer_index .Brown_BTM {
    background: #605853 url(../images/dot_BG_Brown.gif) repeat 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    overflow: hidden;
    padding: 15px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
}

#AdBannerContainer_index .Brown_BTM .more {
    background: url(../images/ArrowRight_007_white.png) no-repeat right 2px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 0.9em;
    padding: 1px 20px;
}

#AdBannerContainer_index .Brown_BTM .more:hover {
    color: #fcb631;
}

#AdBannerContainer {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    webkit-border-radius: 5px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 230px;
}

#AdBannerContainer .Content {}

#AdBannerContainer .Content ul {
    margin: 0px auto;
    padding: 13px 0;
    width: 207px;
}

#AdBannerContainer .Content ul li {
    margin-top: 5px;
}

#AdBannerContainer .Content ul li:first-child {
    margin-top: 0px;
}

#AdBannerContainer .Content ul li img {
    background: #ffffff;
    border: 1px solid #cbd8de;
    padding: 1px;
    width: 203px;
}

#AdBannerContainer .Brown_BTM {
    background: #605853 url(../images/dot_BG_Brown.gif) repeat 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    overflow: hidden;
    padding: 15px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
}

#AdBannerContainer .Brown_BTM .more {
    background: url(../images/ArrowRight_007_white.png) no-repeat right 2px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 0.9em;
    padding: 1px 20px;
}

#AdBannerContainer .Brown_BTM .more:hover {
    color: #fcb631;
}

.ViewToolContainer {
    background: #f3f3f3;
    border-radius: 3px;
    margin-bottom: 20px;
    moz-border-radius: 3px;
    overflow: hidden;
    padding: 10px;
    webkit-border-radius: 3px;
}

.ViewToolContainer .View {
    float: left;
}

.ViewToolContainer .View li {
    float: left;
    margin-right: 5px;
}

.ViewToolContainer .View a {
    font-weight: 700;
    line-height: 30px;
    padding: 6px 5px 6px 35px;
}

.ViewToolContainer .View a,
.ViewToolContainer .View select {
    color: #898989;
    margin-right: 5px;
}

.ViewToolContainer .View a:hover,
.ViewToolContainer .View a.current {
    color: #313131;
}

.ViewToolContainer .View select {
    padding: 2px;
}

.ViewToolContainer .View .PicView {
    background: url(../images/PicView_L.png) no-repeat;
    background-position: left bottom;
}

.ViewToolContainer .View .ListView {
    background: url(../images/ListView_L.png) no-repeat;
    background-position: left bottom;
}

.ViewToolContainer .View a:hover,
.ViewToolContainer .View a.current {
    background-position: left top;
}

.InnerProductListContainer {
    margin: 0;
    padding: 0;
}

.InnerProductListContainer ul.PicViewContainer {
    width: 670px;
}

.InnerProductListContainer ul.PicViewContainer li {
    border: 1px solid #dcdcdc;
    display: inline;
    display: inline-block;
    margin: 0px 10px 25px 0;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 186px;
    zoom: 1;
}

.InnerProductListContainer ul.PicViewContainer li .Deco {
    background: url(../images/Deco_chat.png) no-repeat 0 0;
    bottom: -13px;
    display: block;
    height: 42px;
    position: absolute;
    right: 8px;
    width: 43px;
}

.InnerProductListContainer ul.PicViewContainer li:hover {
    background: #2897d5;
}

.InnerProductListContainer ul.PicViewContainer li .IMG {
    margin-bottom: 10px;
}

.InnerProductListContainer ul.PicViewContainer li .IMG td {
    background: #434343;
    border: 1px solid #dcdcdc;
    height: 186px;
    text-align: center;
    width: 186px;
}

.InnerProductListContainer ul.PicViewContainer li .IMG td a {
    display: block;
    width: 186px;
}

.InnerProductListContainer ul.PicViewContainer li .IMG img {
    background: #ffffff;
    height: auto;
    max-height: 186px;
    max-width: 186px;
    width: auto;
}

.InnerProductListContainer ul.PicViewContainer li h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.InnerProductListContainer ul.PicViewContainer li h4 {
    color: #959595;
    font-size: 0.9em;
}

.InnerProductListContainer ul.PicViewContainer li:hover h3 a,
.InnerProductListContainer ul.PicViewContainer li:hover h4 {
    color: #ffffff;
    moz-transition: none;
    moz-transition-duration: none;
    o-transition: none;
    o-transition-duration: none;
    transition-duration: none;
    webkit-transition: none;
    webkit-transition-duration: none;
}

.InnerProductListContainer ul.PicViewContainer li h3 a:hover {
    color: #fcb631;
}

.InnerProductListContainer .ListViewContainer dl.Listhead {
    overflow: hidden;
}

.InnerProductListContainer .ListViewContainer dl.Listhead {
    background: #57b4e8;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    moz-border-radius: 5px;
    padding: 5px;
    webkit-border-radius: 5px;
}

.InnerProductListContainer .ListViewContainer dl.Listhead dt,
.InnerProductListContainer .ListViewContainer dl.Listhead dd {
    float: left;
    text-align: center;
    vertical-align: middle;
}

.InnerProductListContainer .ListViewContainer dl.Listhead dd {
    background: url(../images/Divided_th_white_01.jpg) no-repeat 0 2px;
}

.InnerProductListContainer .ListViewContainer .Sec1 {
    width: 182px;
}

.InnerProductListContainer .ListViewContainer .Sec2 {
    width: 150px;
}

.InnerProductListContainer .ListViewContainer .Sec3 {
    width: 85px;
}

.InnerProductListContainer .ListViewContainer .Sec4 {
    width: 90px;
}

.InnerProductListContainer .ListViewContainer .Sec5 {
    width: 130px;
}

.InnerProductListContainer .ListViewContainer table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 5px;
    text-align: center;
    vertical-align: middle;
}

.InnerProductListContainer .ListViewContainer table td.IMG {
    position: relative;
    display: block;
}

.InnerProductListContainer .ListViewContainer table td.IMG .Cate {
    bottom: 25px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    width: 150px;
    z-index: 2;
}

.InnerProductListContainer .ListViewContainer table td.IMG .Cate i {
    border-radius: 3px;
    color: #ffffff;
    float: left;
    font-size: 0.9em;
    margin: 5px 5px 0px 0px;
    padding: 2px 10px;
    webkit-border-radius: 3px;
}

.InnerProductListContainer .ListViewContainer table td.IMG .Cate i.Cate1 {
    background-color: #f76f84;
}

.InnerProductListContainer .ListViewContainer table td.IMG .Cate i.Cate2 {
    background-color: #fe9a11;
}

.InnerProductListContainer .ListViewContainer table td.IMG .Cate i.Cate3 {
    background-color: #009ae9;
}

.InnerProductListContainer .ListViewContainer table td.IMG .Cate i.Cate4 {
    background-color: #37a87b;
}

.InnerProductListContainer .ListViewContainer table td.IMG img {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 1px;
    width: 170px;
}

.ShareNav_BTM {
    background: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    overflow: hidden;
    padding: 10px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
}

.ShareNav_BTM #ShareNav a {
    margin-left: 5px;
}

.ShareNav_BTM #ShareNav a img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ConditionSearchContainer {
    background: #2897d5 url(../images/dot_BG_blue-2.gif) repeat 0 0;
    border-radius: 5px;
    margin: 0px 0px 20px;
    moz-border-radius: 5px;
    padding: 20px;
    position: relative;
    webkit-border-radius: 5px;
}

.ConditionSearchContainer .Deco {
    background: url(../images/Deco_Search.png) no-repeat 0 0;
    display: block;
    height: 51px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 48px;
}

.ConditionSearchContainer li {
    margin-top: 15px;
}

.ConditionSearchContainer li:first-child {
    margin-top: 0px;
}

.ConditionSearchContainer span,
.ConditionSearchContainer select,
.ConditionSearchContainer input,
.ConditionSearchContainer label {
    color: #ffffff;
    font-weight: 700;
    vertical-align: middle !important;
}

.ConditionSearchContainer select,
.ConditionSearchContainer input {
    border: 0px;
    color: #9c9c9c;
    font-size: 0.9em;
}

.ConditionSearchContainer input#keyword {
    border: 1px solid #d2d2d2;
    padding: 1px;
}

.ConditionSearchContainer .selectContainer {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    display: inline-block;
    padding: 1px;
}

.ConditionSearchContainer .inputTextContainer {
    display: inline-block;
}

.ConditionSearchContainer .sec_1 {
    border-bottom: 1px solid #aad2ff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.ConditionSearchContainer .sec_2 {
    text-align: right;
}

h2.ItemMainTopic {
    color: #2897d5;
    font-size: 1.3em;
}

#InnerItemTitle .TitleContain {
    border-bottom: 1px solid #2897d5;
    display: block;
    overflow: hidden;
    padding: 0 0 15px 0;
}

#InnerItemTitle .TitleContain .Title {}

#InnerItemTitle .SearchNew {
    background: #defbff;
    border: 1px solid #9cf1ff;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0px 0px 20px;
    moz-border-radius: 3px;
    overflow: hidden;
    padding: 10px;
    webkit-border-radius: 3px;
}

#InnerItemTitle .SearchNew select {
    border: 1px solid #bfbfbf;
    color: #878787;
    margin-right: 5px;
    padding: 2px;
}

#InnerItemTitle .SearchNew input.Submit_2 {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    color: #818181;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    font-size: 0.9em;
    moz-border-radius: 3px;
    moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    padding: 3px 8px;
    text-decoration: none;
    vertical-align: middle;
    webkit-border-radius: 3px;
    webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    width: 50px;
}

#InnerItemTitle .TitleContain h2 {
    color: #2897d5;
    font-size: 1.375rem;
    line-height: 150%;
}

#InnerItemTitle .TitleContain h3 {
    color: #707070;
    font-size: 1.1em;
}

#ItemDetail {
    color: #2897d5;
    float: left;
    width: 280px;
}

#ItemDetail td {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 8px;
}

#ItemDetail td a {
    border-bottom: 1px solid #2897d5;
}

#ItemDetail td a:hover {
    border-bottom: 1px solid #f93599;
}

#ItemDetail td.hd {
    color: #6f6e6e;
    font-weight: 700;
    text-align: right;
    width: 120px;
}

#ItemDetail .odd td {
    background-color: #f5f5f5;
}

#ItemDetail_fullwidth {
    color: #2897d5;
}

#ItemDetail_fullwidth td {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px;
}

#ItemDetail_fullwidth td a {
    border-bottom: 1px solid #2897d5;
}

#ItemDetail_fullwidth td a:hover {
    border-bottom: 1px solid #f93599;
}

#ItemDetail_fullwidth td.hd {
    color: #6f6e6e;
    font-weight: 700;
    text-align: left;
    width: 60px;
}

#ItemDetail_fullwidth .odd td {
    background-color: #f5f5f5;
}

#InnerItemTitle .Description {
    float: left;
    width: 365px;
}

#InnerItemTitle .Description h2 {
    color: #2897d5;
    font-size: 1.3em;
    line-height: 150%;
}

.RelatedLinks {
    border-top: 1px solid #bfbfbf;
    display: block;
    padding: 15px 0 0 0;
}

.RelatedLinks a {
    background: url(../images/SearchBTN_BG.jpg) repeat-x bottom;
    border: 1px solid #d2d2d2;
    padding: 3px 10px;
}

.StampmarkContainer {
    padding: 0 20px 20px 20px !important;
}

.Stampmark {
    margin: 0 auto 15px auto;
    width: 310px;
}

.Stampmark table td {
    height: 310px;
    text-align: center;
    width: 310px;
}

.Stampmark table td img {
    height: auto;
    max-height: 100%;
    max-width: 310px;
    width: auto;
}

.Header_Style01 {
    background: #2897d5;
    border-radius: 5px;
    margin: 0px 0px 20px;
    moz-border-radius: 5px;
    overflow: hidden;
    padding: 5px 10px;
    webkit-border-radius: 5px;
}

.Header_Style01 h2 {
    background: #2897d5 url(../images/Main_hd_icon.gif) no-repeat 3px 3px;
    color: #ffffff;
    font-size: 1.2em;
    padding: 5px 0 5px 15px;
}

.Header_Style01 .More {
    background: url(../images/ArrowRight_007_white.png) no-repeat right 2px;
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    margin-top: 4px;
    padding: 1px 20px;
}

.Header_Style01 .More:hover {
    color: #fcb631;
}

#FileDownloadContainer .FileDownBox {
    background: #e7e7e7;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 5px 5px 5px 0px;
}

#FileDownloadContainer .FileDownBox .FileDown {
    float: left;
    width: 334px;
}

#FileDownloadContainer .FileDownBox .FileDown .FileType {
    float: left;
    margin: 0px 10px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info {
    background: #ffffff;
    float: left;
    min-height: 50px;
    position: relative;
    width: 267px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
    margin: 5px;
    max-width: 150px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
    color: #009ae9;
    font-weight: 700;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
    color: #fcb631;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
    background: #f1f1f1;
    border-radius: 3px;
    font-size: 0.9em;
    moz-border-radius: 3px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    webkit-border-radius: 3px;
}

.PrintInput {
    background: #eee;
    clear: both;
    margin: 15px 0 0;
    padding: 15px;
    text-align: center;
}

.PrintInput a {
    background: #333333;
    background: -moz-linear-gradient(top, #666666, #333333);
    background: -ms-linear-gradient(top, #666666, #333333);
    background: -o-linear-gradient(top, #666666, #333333);
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background: -webkit-linear-gradient(top, #666666, #333333);
    background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
    border: 1px solid #222222;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    color: #FFFFFF;
    font-weight: 400;
    moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    padding: 3px 15px;
    text-decoration: none;
    vertical-align: middle;
    webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
}

.PrintInput a:hover {
    background: #222222;
    background: -moz-linear-gradient(top, #555555, #222222);
    background: -ms-linear-gradient(top, #555555, #222222);
    background: -o-linear-gradient(top, #555555, #222222);
    background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
    background: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
    text-shadow: #222222 0 1px 0;
}

.PrivacyPolicy {
    background: #e8ebe6;
    border-radius: 5px;
    moz-border-radius: 5px;
    padding: 15px;
    webkit-border-radius: 5px;
}

.PrivacyPolicy .img_1 {
    float: right;
    margin: -26px -5px 0px 20px;
}

#Stamp_2List .Header {
    margin: 0 0 10px 0;
    overflow: hidden;
}

#Stamp_2List .Header h2 {
    background: url('../images/Topic_Style04.png') no-repeat center left;
    color: #2897d5;
    font-size: 1.2em;
    padding: 2px 0 2px 26px;
}

#Stamp_2List .Header .More {
    background: url(../images/Breadcrumbs_BG.jpg) repeat-x bottom;
    border: 1px solid #d2d2d2;
    float: right;
    padding: 3px 5px;
}

#Stamp_2List table {
    border: 1px solid #bfc0c5;
    margin-right: -1px;
}

#Stamp_2List table th,
#Stamp_2List table td {
    border-left: 1px solid #ffffff;
    padding: 10px;
    vertical-align: top;
}

#Stamp_2List table th:first-child,
#Stamp_2List table td:first-child {
    border-left: 0px;
}

#Stamp_2List table th {
    background: #2897d5;
    color: #ffffff;
}

#Stamp_2List table .odd td {
    background: #eeeeee;
}

.Opening h2 {
    color: #2897d5;
    font-size: 1.375rem;
    line-height: 150%;
}

.Opening p {
    line-height: 180%;
}

#Recruit ul li {
    float: left;
}

#Recruit ul li.Step1,
#Recruit ul li.Step2 {
    background: url(../images/Arrow_right.jpg) no-repeat right 60px;
    margin-right: 12px;
    padding-right: 35px;
}

#Recruit ul li ul {
    margin: 15px 0 0 30px;
}

#Recruit ul li li {
    float: none;
    margin-bottom: 5px;
}

#Recruit ul li li .Num {
    color: #ffffff;
    font-size: 0.9em;
    padding: 7px;
}

#Recruit ul li.Step1 li .Num {
    background: url(../images/ListBG_blue.jpg) no-repeat center center;
}

#Recruit ul li.Step2 li .Num {
    background: url(../images/ListBG_pink.jpg) no-repeat center center;
}

#Recruit ul li.Step3 li .Num {
    background: url(../images/ListBG_yellow.jpg) no-repeat center center;
}

.RelatedQuestion {
    background: #eeeeee;
    border-radius: 20px;
    moz-border-radius: 20px;
    padding: 10px 10px 10px 80px;
    position: relative;
    webkit-border-radius: 20px;
}

.RelatedQuestion .Deco {
    background: url(../images/QuestionHeader.png) no-repeat center center;
    display: block;
    height: 74px;
    left: 0px;
    position: absolute;
    top: -17px;
    width: 74px;
}

.RelatedQuestion a {
    border-right: 1px solid #2897d5;
    margin-right: 10px;
    padding-right: 15px;
}

.Result-Style {}

.Result-Style .Content {
    text-align: center;
}

.Result-Style .no-Result .img {
    background: url(../images/img-no-Result-2.png) center top no-repeat;
    height: 300px;
}

.Result-Style .Content .title {
    font-size: 1.15em;
    margin: 0 0 .5em;
}

.Result-Style .Content p {
    font-size: 1.15em;
    margin: 0 0 .5em;
}

.List_BTN_Style3 {
    width: 725px;
}

.List_BTN_Style3 ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.List_BTN_Style3 li {
    margin: 0 0px 10px 0;
}

.List_BTN_Style3 li a {
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #535353;
    display: block;
    font-size: 100%;
    font-weight: 400;
    line-height: 160%;
    padding: 5px 25px 5px 35px;
    position: relative;
    webkit-border-radius: 3px;
}

.List_BTN_Style3 li a:hover {
    color: #2897d5;
}

.List_BTN_Style3 li a:visited {
    /*color: #3656c3;*/
}

.List_BTN_Style3 li a .hd {
    color: #2897d5;
    font-weight: 700;
    margin-right: 10px;
}

.List_BTN_Style3 .icon-arrow,
.List_BTN_Style3 li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.List_BTN_Style3 .icon-arrow {
    background: url(../images/Topic_Style02.png) no-repeat;
    display: inline-block;
    height: 15px;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 15px;
}

.List_BTN_Style3 .icon-arrow2 {
    background: url(../images/ArrowIcon_3.png) no-repeat;
    display: inline-block;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8px;
}

.ContentBoxContainer {
    margin: 0 auto;
    width: 650px;
}

.ContentBoxContainer .ContentBox_top {
    background: url(../images/ContentBox_BGtop.jpg) no-repeat;
    display: block;
    height: 30px;
    width: 650px;
}

.ContentBoxContainer .ContentBox_btm {
    background: url(../images/ContentBox_BGbtm.jpg) no-repeat;
    display: block;
    height: 30px;
    width: 650px;
}

.ContentBoxContainer .ContentBox_md {
    background: url(../images/ContentBox_BGmd.jpg) repeat-y;
    display: inline-block;
    overflow: hidden;
    padding: 0 20px;
}

.ContentBoxContainer .ContentBox_md .GraphicImg {
    display: block;
    float: left;
    margin-right: 20px;
    width: 200px;
}

.ContentBoxContainer .ContentBox_md .GraphicImg img {
    width: 200px;
}

.ContentBoxContainer .ContentBox_md .LinksContainer {
    display: block;
    float: left;
    width: 385px;
}

.ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
    width: 385px !important;
}

.side-banner {
    padding: 10px 0 0;
    position: relative;
}

.side-banner-hd {
    background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
    height: 5px;
    width: 232px;
}

.side-banner-ft {
    background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
    height: 7px;
    width: 232px;
}

.side-banner-bd {
    background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}

.side-banner-ft {
    height: 5px;
    overflow: hidden;
}

.side-banner-bd .item {
    padding: 0 6px;
    text-align: center;
}

.side-banner-bd .item img {
    width: 220px;
}

.side-banner-bd .more {
    background: #fff;
    bottom: 4px;
    position: absolute;
    right: 5px;
    text-align: right;
}

.side-banner-bd .more a {
    filter: alpha(opacity=50);
    opacity: .5;
}

.side-banner-bd .more a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slide-panel {
    display: block;
}

.slide-btn {
    border: solid 1px #eeeeee;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    margin: 0 0 10px 0;
    display: none;
}

.slide-btn .btn-slide {
    background: url(../images/arrow-square.gif) no-repeat right -45px;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    color: #535353;
    text-decoration: none;
}

.slide-btn .active {
    background-position: right 12px;
}

#Mobilemenu-mainService,
nav.sb-navbar,
nav #Logo a.Logo_link,
.mobile-select-menu,
.acc-links {
    display: none;
}

/* 無障礙使用 */

.input-label {
    display: none;
}

.hyperlink-txt {
    display: none;
}

/* end of 無障礙 */

.FatFooterHeader strong a {
    font-size: 0.938rem;
}

.rwd_cont {
    display: none;
}


/*--*/

#slder-wrap #flexslider_2 .flex-direction-nav .flex-prev {
    left: -10px;
}

#slder-wrap #flexslider_2 .flex-direction-nav .flex-next {
    right: -10px;
    background-position: 100% 0;
}

.details.rwd-open {
    display: none;
}

.rwd-slider {
    display: none;
}

.rwd-index1 {
    display: none;
}

#flexslider_2 .flex-direction-nav a {
    opacity: 1;
    background: url(../images/bg_direction_nav_3.png) no-repeat 0 0;
    width: 30px !important;
    height: 32px !important;
}

.rwd-open800,
.rwd-slider2,
table.TableStyle_02.rwd-postaddresault {
    display: none;
}

.NoResult {
    text-align: center;
}

.NoResult img {
    width: 100%;
    display: inline;
}

/*-臺閩風景郵戳一覽表-*/

a.BTN_Style03.landscape-list-btn {
    margin: 30px 0 0 0;
}
 
a:focus {
    outline: 3px solid #0086d8;
}
.acc-key a:focus {
	outline: 3px solid #0086d8;
	border: 0 !important;
}
