@charset "utf-8";

.mb {
    margin-bottom: 45px !important;
}




.present-search-box {
    border: 1px dotted #191d6a;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.present-search-box .form-group {
    margin-bottom: 0;
}


@media(max-width:992px) {
    .present-search-box .form-group input, .present-search-box .form-group select {
        margin-bottom: 5px;
    }
}

.table-testjp {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.table-testjp thead th {
    padding: 0 15px 8px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #777;
}

.table-testjp thead {
    border-bottom: 2px solid #CCC;
}

.table-testjp tbody {
    border-bottom: 2px solid #CCC;
}

.table-testjp tbody tr:nth-child(odd) {
    background: #F9F9F9;
}

.table-testjp tbody th, .table-testjp tbody td {
    padding: 15px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    font-size: 1.4rem;
}

.table-testjp tbody th {
}
.table-testjp tbody td {
    border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 992px) {
    .table-scroll {
        overflow-x: auto;
    }
    .table-testjp {
        min-width: 1000px;
    }
    .table-testjp thead th, .table-testjp tbody th, .table-testjp tbody td {
        font-size: 1.3rem;
    }
}
