/*オリジナルモーター台帳 PC*/

.table-scroll {
	position:relative;
	max-width:available;
	margin:auto;
	overflow:hidden;
	border:1px solid #000;
        -webkit-touch-callout: none;
        -webkit-user-select: none;  
        -moz-user-select: none;   
        -ms-user-select: none;     
        user-select: none; 
}

.table-wrap {
	width:100%;
	overflow-x: auto;
        overflow-y: hidden;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}

.table-scroll tr {
	background: #F9F9F9;
}

.table-scroll tr:nth-child(2n) {
	background: #E8E8E8;
}

.table-scroll tr:hover {
	background: #FFCACA;
}

.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
}
.clone .fixed-side {
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}

.tbl_motor_daicho_row_hover {
	background: #FFCACA;
}