@charset "utf-8";

.fileDrop-wrap .fileDrop-multiple-file{display: none}
.fileDrop-wrap .fileSelect-btn{width: 90px;height: 40px;border: 1px solid #cccccc;font-size: 1.0625rem;color: #000;margin-bottom: 5px; }
.fileDrop-wrap .fileDrop-zone{overflow-x: scroll;}
.fileDrop-wrap .fileDrop-zone .fileDrop-zone-table{min-width: 860px;}
@media (max-width: 640px) {
    .fileDrop-wrap .fileDrop-zone tr th, .fileDrop-wrap .fileDrop-zone tr td {
        display: table-cell;
        width: calc(100% - 200px);
        text-align: left;
    }
    .fileDrop-wrap .fileDrop-zone table tr{
        display: table-row;
    }

}