@charset "UTF-8";

/* セル幅調整
----------------------------------------------------- */

.tbl-a {
	table-layout: auto;
}

.tbl-a .th-col2 {
	width: 480px !important;
}

.tbl-a .th-narrow {
	width: 180px !important;
}

.tbl-a .th-wide {
	width: 300px !important;
}

@media only screen and (max-width: 768px) {
	.tbl-a .th-col2 {
		width: 360px !important;
	}

	.tbl-a .th-narrow {
		width: 135px !important;
	}

	.tbl-a .th-wide {
		width: 225px !important;
	}
}

@media only screen and (max-width: 480px) {
	.tbl-a .th-col2 {
		width: 200px !important;
	}

	.tbl-a .th-narrow {
		width: 75px !important;
	}

	.tbl-a .th-wide {
		width: 125px !important;
	}
}
