@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
----------------------------*/
.table .theadColored {
	background-color: #ffdbdb;
	border: 1px solid #cfcfcf;
}
.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;
}
.tableBlockSp table:not(:first-child), .tableBlockSp table:not(:first-child) th {
	border-top: none;
}
.tableBlockSp table:not(:first-child) th{
	background-color: #ffdbdb;
}

/*----------------------------
redLine
----------------------------*/
.redLine {
	border-bottom: 1px solid #E60000;
}