.create_btn {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 1.5;
}

.contents {
    max-width: 608px;
}

  /* table */
  .tableFixHead {
    min-height: 484px;
    scrollbar-width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

table.data-table tr th,
table.data-table tr td {
    height: 44px;
 
}

table.data-table tr th,
table.data-table tr td {
    text-align: center;
    padding-left: 16px;
}

.tableFixHead table tr th:last-child,
.tableFixHead table tr td:last-child {
    padding-right: 8px;
}

table thead {
    position: sticky;
    top: 0;
}

.tb_showdiv {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tb-name {
    min-width: 128px;
    max-width: 216px;
}

.tb-count {
    min-width: 128px;
}

.tb-edit {
    min-width: 40px;
}

table.data-table tr th.tb-edit,
table.data-table tr td.tb-edit {
    text-align: center;
}



@media screen and (max-width:480px) {
    .create_btn {
        width: 100%;
    }

}