/*========= Modal ===============*/
/* モーダル内テーブル 中央寄せ */
.modal-body > table {
	margin: 0 auto;
}

/* モーダル内検索フォームは外枠下余白無し */
.modal-body .search-area {
	margin-bottom: 0;
}

/* 中央寄せ */
.modal-header {
	justify-content: center;
	position: relative;
}

/* 中央寄せ & Footerの余白が広すぎるので調整 */
.modal-footer {
	justify-content: center;
	padding: 0.25rem;
}

/* モーダル内テーブルの入力欄 */
.modal-table-input {
	width: 100%;
	box-sizing: border-box;
}

/* モーダル内テーブルの入力欄エラーメッセージ */
.modal-err-msg {
/* 	display: none; */
	color: red;
	font-size: 80%;
	white-space: pre-line;
}

@media (max-width:991px) {
	.column-bold {
		font-weight: 1000;
	}
}