@charset "utf-8";

/*----------------------------
ancBtnWrap
----------------------------*/
.colWrap.col2 > .colBtnItem{
	width: 360px;
	max-width: 50%;
}
.colWrap.col2 > .colBtnItem:first-child {
	margin-right: 25px;
}
.colWrap > .colBtnItem [class*="btnType"] {
	margin: 0;
}

/*----------------------------
tableBlock
----------------------------*/
.theadBgPartial th:last-child {
	background-color: #ffdbdb;
}

/*----------------------------
parts
----------------------------*/
.txtBoldPc {
	font-weight: bold;
}

/*----------------------------
print
----------------------------*/
@media print {
	
}