@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
----------------------------*/
.table.borderNone,.table.borderNone th, .table.borderNone td {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
}

/*----------------------------
print
----------------------------*/
@media print {
	.table.borderNone,.table.borderNone th, .table.borderNone td {
		border-top: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
	}
}