@charset "utf-8";

/*----------------------------
tableBlock
----------------------------*/
.theadBgPartial th:last-child {
	background-color: #ffdbdb;
}

/*----------------------------
flowList
----------------------------*/
.flowList.col > .clm > .clmItem + .clmItem::before {
	content: none;
}

/*----------------------------
print
----------------------------*/
@media print {
	
}