@charset "UTF-8";
.spI0 {
	margin-left: auto;
}
/*---------------
table
------------------*/
.table th,
.table td{
	vertical-align: middle;
	text-align: center;
}
.table .ex {
	background: #FCF4F4;
}
.table tr > .bB{
	border-bottom: 1px solid #CFCFCF !important;
}
.table tr > .blN{
	border-left: none !important;
}
/*---------------
sticked table
------------------*/
.scroll.sticked .table {
	white-space: normal;
}
.sticked .table .sticky {
	position: static;
}
.sticked .table .sticky:before{
	content: none;
}