@charset "UTF-8";

/*
*
* ダウンロードリスト用デザイン
*
*/
.c-modal {
	min-height: 200px;
}

/* キッツカスタマイズ */
/* BIM一覧項目 */
th.item__name {
	width: 15%;
}

.c-list--list tbody tr .item__name {
    width: 15%;
}

td.item__thumb {
	width: 15%;
}

td.item__name {
	width: 15%;
}

th.first_spec,
th.second_spec,
th.third_spec,
th.fourth_spec,
th.item__filesize {
	width: 13%;
}

th.item__delete {
	width: 5%;
}
.l-modal .c-modal__wrapper{
	position: initial;
}
