.bf-btn {
	width:80%;
	display: inline-block;
}
.tb-stus-bfhold {
}
.tb-stus-bfhold > tbody > tr > td:nth-child(1) {
	padding: 8px 2px;
}
.tb-stus-bfhold > tbody > tr > td:nth-child(2) {
	width:6%;
	text-align:center;
	white-space:nowrap;
}
.tb-stus-bfhold > tbody > tr > td:nth-child(3) {
	width:25%;
	text-align:left;
}
.tb-stus-bfhold > tbody > tr > td:nth-child(4) {
	text-align:center;
}
.stbf-gr {
	background-color:#396;
	color:#fff;
	font-weight:600;
	text-align:left;
}
.stbf-red {
	background-color: #F00;
	color:#fff;
	font-weight:600;
	text-align:left;
}
.stbf-yw {
	background-color: #FF9;
	text-align:left;
}
.stbf-nm {
	text-align:left;
}


@media (max-width:767px) {
	.bf-btn {
		width:50%;
	}
	.tb-stus-bfhold > tbody > tr > td:nth-child(4) {
		white-space:nowrap;
	}

}