@charset "utf-8";

table.tableHC th:nth-child(1){
	width: 20%;	
}
table.tableHC th:nth-child(2){
	width: 10%;
}
table.tableHC th:nth-child(3){
	width: 70%;
}

@media (max-width: 767px) {
	table.tableHC th:nth-child(1){
		width: 80px;
	}
	table.tableHC th:nth-child(2){
		width: 65px;
	}
}