@charset "UTF-8";
/* CSS Document */
.tableFixHead {height: 800px; }
	
.tableFixHead thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: #CCC;
}

.tableFixHead thead th:nth-child(0n+2) {
  left: 0;
  z-index: 1;
}

.tableFixHead tbody tr td:nth-child(0n+2) {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  background: #F8F8F8;/*#f2f2f2*/
  /*border-right: 1px solid #CCC;*/
  /*border: 1px solid #EEE;*/
}

/*.tableFixHead tbody tr:nth-child(2n) td:nth-child(0n+2) {
  position: -webkit-sticky; 
  position: sticky;
  left: 0;
  background:#FBFFF1;
  border: 1px solid #EEE;
}*/

.tableFixHead th {
  box-shadow: inset 1px 1px #eee, 0 1px #eee;
}