@charset "utf-8";

.sasb-table {
  table-layout: fixed;
  margin-bottom: 50px;
}

.box-scroll {
  margin-bottom: 50px;
}
.box-scroll .sasb-table {
  margin-bottom: 0;
}

.sasb-table th,
.sasb-table tr td{
  padding: 1em 8px;
  border: 1px solid #ccc;
  font-size: 0.9em;
}

.sasb-table thead th{
  color: #fff;
  text-align: center;
  background: #70DFAA;
  border: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sasb-table tr th:first-of-type,
.sasb-table tr td:first-of-type {
  border-left: 0;
}
.sasb-table tr th:last-of-type,
.sasb-table tr td:last-of-type {
  border-right: 0;
}

.backcolor-w{
  background-color: #FFFFFF;
}

.backcolor-y{
  background-color: #E4F7EE;
}

.backcolor-r{
  background-color: #FBE3D5;
}

.border-bw{
  border-bottom: #FFFFFF!important;
}

.border-tw{
  border-top: #FFFFFF!important;
}

.border-rw{
  border-right: #FFFFFF!important;
}

.border-lw{
  border-left: #FFFFFF!important;
}

.width-1{
  /*width: 160px!important;*/
  width: 14.29%;
}
.width-2{
  /*width: 340px!important;*/
  width: 41.96%;
}
.width-3{
  /*width: 150px!important;*/
  width: 8em;
}

.sasb-table tr td.beclosed {
  white-space: nowrap;
}

.width-4{
  /*width: 170px!important;*/
  width: 15.18%;
}

.align-left{ text-align: left; }
.align-center{ text-align: center; }
.align-right{ text-align: right; }

.space-5{
  letter-spacing: -0.5px;
}
.space-10{
  letter-spacing: -.1em;
}

table ul.list-ifre140a {
  margin-top: 0.4em;
}

table ul.list-ifre140a li {
  font-size: 0.9em;
  margin: 0;
}