@charset "UTF-8";

.tbl-a {
	table-layout: auto;
}
.tab-a .lists {
	height: 100px;
}
.tbl-a thead tr:first-child > *:first-child {
	width: auto;
}
.tbl-a tbody td:last-child {
	width: 10em;
}
@media only screen and (max-width: 767px) {
	.tab-a .lists {
		padding-top: 30px;
		height: auto;
	}
}