@charset "utf-8";
/* 表組内の調整 */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.chemical-management-table {
		overflow: auto;
		white-space: nowrap;
	}
}