@charset "utf-8";
/*------------ products-editor ------------*/

.products-editor .col {
    float: left;
    width: 48%;
}

.products-editor .list {
    margin: 0 0 0 -23px;
}

.products-editor .pic_right {
    float: right;
    width: 50%;
}


/*------------ notice-editor ------------*/

.notice-editor {
    font-size: 13px;
    color: #333333;
}

.notice-editor h2 {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.notice-editor h2 i {
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
    font-size: 30px;
}

.notice-editor h3 {
    margin: 0;
}

.notice-editor .color2 {
    color: #795940;
}

.notice-editor .pic img {
    margin: 0 25px 10px;
}


/*------------ terms-editor ------------*/

.terms-editor .title {
    font-size: 14px;
    font-weight: bold;
    color: #B25900;
    margin: 0;
}


/*------------ index-about-editor ------------*/

.index-about-editor {
    color: #000000;
    letter-spacing: 1px;
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 30px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li:before {
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #a86846;
    position: absolute;
    left: 0;
    top: 6px;
}
.contact-info-list li.tel:before  {
    content: "\ff001";
}
.contact-info-list li.fax:before {
    content: "\ff002";
}
.contact-info-list li.mail:before {
    content: "\ff003";
}
.contact-info-list li.add:before {
    content: "\ff004";
    font-size: 18px;
    left: 3px;
    top: 4px;
}
.contact-info-list a:hover {
    text-decoration: underline;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
    .notice-editor h2{
        font-size: 16px;
    }

    .products-editor .col,
    .products-editor .pic_right {
        float: none;
        width: 100%;
    }

    .products-editor .pic_right{
        margin:5px 0 0;
    }
    .notice-editor h2 i{
        display: none;
    }
     .contact-editor {
        padding: 0 2%;
    }
    .contact-info-list li{
        margin: 2px 0;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}

@media screen and (max-width: 480px) {}
