@charset "utf-8";

/*----------------------------
ancBtnWrap
----------------------------*/
.colWrap.col2 > .colBtnItem{
	width: 100%;
}
.colWrap.col2 > .colBtnItem:first-child {
	margin-right: 0;
}
.colWrap > .colBtnItem [class*="btnType"] {
	margin: 20px auto 0;
}

/*----------------------------
tableBlock
----------------------------*/
.theadBgPartial 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;
}