@charset "utf-8";

span.grTT{
    max-width: 1050px;
}
.hiContent01 table{
    width: 100%;
}
.hiContent01 table tr td{
    font-size: 14px;
    font-weight: 500;
    color: #231815;
    line-height: 140%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 62px;
    padding-right: 10px;
    vertical-align: middle;
}
.hiContent01 table tr:nth-child(odd) td{
    background-color: rgba(75, 75, 75, .05);
}
.hiContent01 table tr td:first-child{
    width: 188px;
    padding-left: 85px;
    padding-right: 0;
}
span.tbFlex{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}
span.grTT{
    margin-bottom: 45px;
}
.hiContent01{
    padding-bottom: 100px;
}
@media all and (-ms-high-contrast:none) {
    .hiContent01 table tr td{
        padding-top: 12px;
        padding-bottom: 6px;
    }
}

@media screen and (max-width:767px) {
    .hiContent01 table tr td{
        float: left;
        width: 100% !important;
        padding: 8px !important;
        font-size: 14px;
        /* letter-spacing: -1px; */
    }
    .hiContent01 table tr td:last-child{
        background-color: #fff;
    }
    .hiContent01 table tr td:first-child{
        background-color: rgba(75, 75, 75, .05);
    }
    span.tbFlex{
        display: block;
    }
    #history{
        padding-left: 10px;
        padding-right: 10px;
    }
    #history .grid-960{
        padding-left: 0;
        padding-right: 0;
    }
    .hiContent01{
        padding-bottom: 40px;
    }
}
@media screen and (max-width:767px) {
    .hiContent01 table tr td{
        font-size: 13px;
        letter-spacing: -1.2px;
    }
}