@charset "utf-8";

/*----------------------------
tableBlock
----------------------------*/
.tableBlockSp .table .theadColored, .table .theadColored {
	background-color: #e60000;
	color: #fff;
}

.theadBgPartial th:last-child {
	background-color: #ffdbdb;
}

.tableBlockSp table:not(:first-child), .tableBlockSp table:not(:first-child) th {
	border-top: none;
}

.tableBlockSp table:not(:first-child) th{
	background-color: #ffdbdb;
}

.table.borderNone,.table.borderNone th, .table.borderNone td {
	border-top: none;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}