@charset "UTF-8";
/* CSS Document */

.lisy-wrap {
	width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  padding-bottom: 100px;
}
.lisy-wrap table  {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
  border-top: #939393 solid 1px;
  border-right: #939393 solid 1px;
  font-size: 95%;
}
.lisy-wrap table th,
.lisy-wrap table td {
	padding: 5px;
	font-weight: normal;
  border-bottom: #939393 solid 1px;
  border-left: #939393 solid 1px;
}
.lisy-wrap table th {
	vertical-align: middle;
	text-align: center;
  font-weight: 500;
  white-space: nowrap;
  background-color:#e9ded4;
  color: #40210f;
  line-height: 1.2em;
}
.lisy-wrap .tc {
  text-align: center;
}
.lisy-wrap table tr > td:last-child {
  
}
.lisy-wrap table tr > td:nth-child(1),
.lisy-wrap table tr > td:nth-child(2) {
  white-space: nowrap;
}
.lisy-wrap table a  {
  text-decoration: underline;
}