@charset "UTF-8";
.spI0 {
	margin-left: auto;
}
.w80p{
	width: 80%;
}
/*---------------
table
------------------*/
.table th,
.table td{
	vertical-align: middle;
	text-align: center;
}
.table .ex {
	background: #FCF4F4 !important;
}
.table tr > .bB{
	border-bottom: 1px solid #CFCFCF !important;
}
.table tr > .blN{
	border-left: none !important;
}
.table tr > .bBN{
	border-bottom: none !important;
}
.table tr > .btN{
	border-top: none !important;
}
/*---------------
sticked table
------------------*/
.scroll.sticked .table {
	white-space: normal;
	table-layout: fixed;
}
.sticked .table th ,
.sticked .table td {
	padding: 10px;
}
.sticked .table [class*="sticky"]{
	padding: 10px;
}
.sticked .table td {
	background: #fff;
}
.sticked .table .sticky,
.sticked .table .sticky2,
.sticked .table .sticky3{
	position: static;
}
.sticked .table .sticky:before{
	content: none;
}