@charset "utf-8";

/* ----------↓ #LIST ↓---------- */

/* ----------↓ TABLE ↓---------- */

#list table {
  width: 100%;
  margin-bottom: 1em;
}

#list table.last {
  margin-bottom: 4em;
}

#list table tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#list table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#list table th:last-child {
  border-right: 1px solid #CCCCCC;
}

#list table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#list table td:nth-child(3),
#list table td:nth-child(4),
#list table td:nth-child(5) {
  white-space: nowrap;
}

#list table th {
  background-color: #A1AFDD;
  padding: 8px;
  color: #FFFFFF;
  vertical-align: middle;
}

#list table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
  line-height: 1.4em;
}

#list table td.gname{
  text-align: left;
}