@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
----------------------------*/
.tableBlockSp table:not(:first-child), .tableBlockSp table:not(:first-child) th {
	border-top: none;
}

.tableBlockSp table:not(:first-child) th, .tableBlockSp table th.bgPink{
	background-color: #ffdbdb;
}
.tableBlk01 table:first-child thead tr:last-child th {
	background: #989898;
	color: #fff;
}
.tableBlk01 table:last-child thead tr:first-child th {
	background: #FFDBDB;
}
.tableBlk01 table:last-child thead tr:last-child th {
	background: #FDF1F1;
}
/*----------------------------
emBox
----------------------------*/
.emBox .redLine {
	border-top: 1px solid #FFDBDB;
}