
.editor{
    color: #636566;
    margin-bottom: 100px;
}
.stock_title{
    font-size: 30px;
    color: #2C2C2C;
    font-family: Hind;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #131130;
}
.stock_title2{
    color: #1E4EBD;
     font-family: Hind;
     font-size: 26px;
     font-weight: 600;
     text-align: center;
     padding:20px 0;
     margin-bottom: 5px;
}
.stock_title2:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/service/ic2.png);
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
/*------------ table ------------*/

.table-h {
    line-height: 1.1;
    border-color: #fff;
    border:none;
    font-family: Hind,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.table-h td {

    padding: 12px 20px;

    line-height: 1.4;

    color: #131130;
    min-width: 76px;
    border: solid 1px #fff;
}
.table-h th{
    border: solid 1px #fff;

}
.table-h .btn-holder {

    min-width: 30px;
}

.table-h thead th {

     background:  #131130;
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    font-weight: 600;
}
.table-h tbody tr{
    background: #F2F2F2
}
.table-h tbody tr:nth-child(even){
    background: #E3E4E8;
}
.table-h tbody tr+tr {
    border-top:solid 1px #fff;

}



.table-h .align-left {

    text-align: left;
}

.table-h a {

    display: inline-block;

    vertical-align: middle;
}

.table td span {

    color: #ff732f;
}

#Sbrand{
	width: 250px;
}

@media screen and (max-width:1000px) {
     /*------------ table 767 ------------*/
    .table-h {

    }

    .table-h thead,.table-h thead tr {

        display: none;
    }

    .table-h tr,

    .table-h td {
        display: block;
        text-align: left;
    }


    .table-h td+td {
        margin-top: 8px;
        border-left: 0;
    }

    .table-h td[data-title]:before {

        content: attr(data-title);
        display: block;
        color: #1E4EBD;
        font-size: 18px;
        font-family: Hind;
    }

    .table-h tr {

        padding: 10px 0;

        position: relative;
    }

    .table-h td {

         border:none;
        padding:0 10px ;
        box-sizing: border-box;

        line-height: 1.4;
    }

    .table-h td a {

        display: inline-block;

        line-height: 1.5;
    }

    .table-v th,
    .table-v td {

        padding: 6px;
    }

    .table-v th {

        width: 90px;
    }





    .notice-box .title .icon {

        display: none;
    }

    .notice-box .title {

        float: none;

        margin: 0px auto;
    }

    .notice-box .txt {

        margin-left: 0;

        text-align: center;
    }
    .editor{
        margin-bottom: 30px;
    }
    .stock_title{
        font-size: 26px;
    }
    .stock_title2{
        font-size: 22px;
        padding:8px 0 3px;
    }

}
