@charset "utf-8";

/* ========================================
  tableIso
======================================== */

.tableIso th:first-child{
	width: 230px;
}
.tableIso th:nth-child(2),
.tableIso th:nth-child(4){
	width: 85px;
}
.tableIso th:nth-child(3){
	width: 125px;
}

@media print, screen and (min-width: 768px){
	.tableIso table{
		width: 1000px!important;
	}
	.tableIso table thead tr,
	.tableIso table thead th{
		height: auto!important;
	}
}
@media screen and (max-width: 767px){
	.tableIso table{
		width: auto;
	}
	.tableIso table thead,
	.tableIso table tbody{
		display: block;
		float: left;
	}
	.tableIso table thead{
		width: 92px;
	}
	.tableIso th{
		width: 92px!important;
	}
	.tableIso table tbody{
		width: auto;
	}
	.tableIso table thead tr,
	.table1 table tbody tr,
	.tableIso table thead th,
	.tableIso table tbody td{
		display: block;
	}
	.tableIso tbody tr{
		width: 200px!important;
		float: left;
	}
}