@charset "UTF-8";


table.table01 {
       width: 100%;
}
table.table01 , table.table01 td, table.table01 th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
table.table01 td, table.table01 th {
	padding: 10px;
      width: auto;
      height: 25px;
      text-align: center;
}
table.table01 th {
	background: #f0e6cc;
}
table.table01 .even {
	background: #fbf8f0;
}
table.table01 .odd {
	background: #fefcf9;
}

@media screen and (max-width: 800px) {
.table-wrap {
     overflow-x: scroll;
}
table.table01 {
       white-space: nowrap;
}
}