

/* -------------------------------------------------------------------------- */

html {
    background-color: #ffffff;
    font-size: 100%;
    padding: 0;
    margin: 0;
}

body {
    /*font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial;*/
    font-family: 'Arial', 'helvetica neue', helvetica, sans-serif;
    font-size: 1em;
    padding: 0;
	overflow-x:hidden;
}

a, span, p, td, div.text {
    font-size: 0.8em;
    line-height: 1.5em;
}

img {
    border: 0;
}

body {
    margin: 0;
}

a {
    color: #202020;
    text-decoration: none;
}

a:hover {
    color: #404040;
}

img, object { 
    max-width: 100%;
}

.error-title {
    margin-left: 5em;
    font-size: 1em;
    color: #808080;
}

.error-message {
    margin-left: 6.3em;
    font-size: 0.8em;
    color: #a0a0a0;
}
ul,li{ list-style:none;}
.main{margin-top:30px;}
/* -------------------------------------------------------------------------- */
#top-ct-bg {
    position: fixed;
    width: 100%;
    height: 3em;
    left: 0;
    top: 0;
    z-index: 999998;
    background: #c0c0c0;
    filter: alpha(opacity=60);  /*IE*/
    -moz-opacity: 0.60; /*FireFox*/
    opacity: 0.60;  /*Chrome, Opera, Safari*/
    display:none;
}

#top-ct {
    background: rgb(200,200,200);
    background: rgba(180,180,180,0.8);
    position: fixed;
    width: 100%;
    height: 3em;
    left: 0;
    top: 0;
    z-index: 999999;
}

.main-ct {
    width: 90%;
    /*height: 100%;*/
    width: 66em;
    margin: 0 auto;
}

#navi-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#navi-bar .go-back-link {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 5px;
}

#navi-bar > #logo-box {
    margin-top: 0.1em;
}

#navi-bar > #search-box {
    position: absolute;
    top: 0;
    right: 2.4em;/*0.8em*/
    width: auto;/*15em;*/
    height: 100%;
}

#navi-bar > #search-box > #search-text {
    filter: alpha(opacity=0);  /*IE*/
    -moz-opacity: 0.0; /*FireFox*/
    opacity: 0.0;  /*Chrome, Opera, Safari*/
    
    position: absolute;
    top: 1.1em; 
    right: 0;
    width: 0;
    height: 2.0em;
    background-color: #e0e0e0; 
    outline: none;
    border: none;
    border-radius: 0em;
    padding: 0 1.6em 0 0.3em;
}

@media (max-device-width: 800px) and (orientation: portrait) { 
    .main-ct {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    #navi-bar > #search-box > #search-text {
        right: -1em;
        top: 4.5em;background-color: #ffffff;
        border: solid 1px #e0e0e0;
        
    }
}

@media (max-device-width: 800px) and (orientation: landscape) { 
    .main-ct {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

#navi-bar > #search-box > #search-button {
    position: absolute;
    width: 2.8em;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
}

#navi-bar > #search-box > #search-button > #search-icon {
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    top: 1.3em; 
    left: 1.4em;
}

#navi-bar > #locale-box {
    display: block;
    
    position: absolute;
    text-align: center;
    width: 1.4em;
    height: 1.4em;
    top: 0.70em;
    right: 0.5em;
    border: solid 1px rgba(60,60,60,0.2);
}

#navi-bar > #locale-box a {
    display: block;
    line-height: 1.9em;
    height: 1.9em;
    overflow: hidden;
    color: #606060;
    font-size: 0.8em;
    font-weight: normal;
}


/* -------------------------------------------------------------------------- */

#search-result {
    position: absolute;
    left: 0;
    top: 3em;
    width: 100%; 
    height: auto;
    max-height: 30em;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: solid 1px #e0e0e0;
    
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

#search-result .no-matches {
    color: #a0a0a0;
    height: 8em;
    padding-top: 7em;
    text-align: center;
}


#search-result .catalog-item {
    width: 7.5em;
    height: 6.25em;
    padding: 0.625em;
    text-align: center;
    float: left;
    cursor: pointer;
}

#search-result .catalog-item img {
    float: none;
    height: 5em;
}

#search-result .catalog-item .name {
    float: none;
    text-align: center;
    font-size: 0.5em;
    color: #404040; 
    white-space: nowrap;
}

#search-result .catalog-item:hover {
    /*border: solid 1px #e0e0e0;*/
}

/* -------------------------------------------------------------------------- */

#copyright {
    width: 100%;
    background-color: #342e2d;
    color: #7e7c7c;
    margin: 0;
    text-align: center;
    font-size: 0.6em;
    padding: 3em 0;
    clear: both;
}

#copyright a { color: #c0c0c0; }


@media (max-device-width: 800px) and (orientation: landscape) {
    #copyright {
        font-size: 9px;
    }
}

/* -------------------------------------------------------------------------- */

.coming-soon {
    width: 16em;
    padding: 0.5em 0;
    color:#a0a0a0;
    font-size: 1em;
    text-align: center;
    margin: 0 auto;
}

/* -------------------------------------------------------------------------- */

.contact {
    font-size: 0.9em;
    line-height: 1.8em;
}

.contact .t {
    font-size: 0.9em;
    color:#a0a0a0;
}

.contact .n {
    font-size: 1em;
    font-weight: 800;
}

/* -------------------------------------------------------------------------- */

div.admin-tb {
    display: inline;
    position: fixed;
    top: 0;
    z-index:9999999;
    filter: alpha(opacity=80);  /*IE*/
    -moz-opacity: 0.80; /*FireFox*/
    opacity: 0.80;  /*Chrome, Opera, Safari*/
}

div.admin-tb.left {
    left: 100px;
}

div.admin-tb.right {
    right: 100px;
}

div.admin-tb > a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0 0 8px 8px;
    margin: 0 5px 0 0;
    padding: 10px 15px;
    line-height: 35px;
    height: 35px;
}

div.admin-tb > a.red {
    background-color: #d34d17;
}

div.admin-tb > a.green {
    background-color: #7f9d51;
}

div.admin-tb > a.blue {
    background-color: #1AA3FF;
}

div.admin-tb > a.yellow {
    background-color: #e6b900;
}

div.admin-tb > a.gray {
    background-color: #808080;
}


 .comm_2{padding: 30px 0; width:1050px; margin:0 auto;}
 .comm_2 ul li .s_comm_1{ padding: 30px 12px 40px 30px; border-bottom: 1px solid #f2f2f2; cursor: pointer;}
 .comm_2 ul li .s_comm_1 i{float: left;width: 22px;height: 22px; background: url(../img/icon_2.png) no-repeat center; font-size: 12px; color: #fff; text-align: center; line-height: 22px;}
 .comm_2 ul li .s_comm_1 span{ float: left;margin-left: 20px;font-size: 15px; color: #333; line-height: 22px;}
 .comm_2 ul li .s_comm_1 em{ float: right;width: 22px;height: 22px; font-size: 20px;font-weight: bold; color: #666; text-align: center; line-height: 22px;-webkit-transition: all .5s;transition: all .5s;}
 .comm_2 ul li .s_comm_2{ display: none; padding: 30px 70px; background: #f7f7f7;}
 .comm_2 ul li .s_comm_2 p{font-size: 14px; color: #666; line-height: 30px;}
 .comm_2 ul li .s_comm_2 .cishu{ padding-top: 20px; font-size: 14px; color: #c2c2c2;}
 .comm_2 ul li.on .s_comm_1 em{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
