@charset "utf-8";

#visual {
  background: url(../../_images/information/visual-bg.jpg?20190425) center 0 no-repeat;
}

#information .list .item {
  width: 100%;
  display: table;
  color: inherit;
  text-decoration: none;
  padding: 0.75em 1em;
  border-top: 1px solid #d5cfc3;
  border-bottom: 1px solid #d5cfc3;
  margin-top: -1px;
}

#information .list .item:hover {
  background: #fbf9f1;
}

#information .list .item > * {
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}

#information .list .item time {
  width: 7em;
}

.page-single #information .content {
  margin-top: 1em;
}

.page-single #information .content table {
  width: 100%;
  border-collapse: collapse;
}

.page-single #information .content table th,
.page-single #information .content table td {
  font-weight: normal;
  padding: 0.4em;
  border: 1px solid #e0dbd2;
}

.page-single #information .content table th {
  background: #f2f1ee;
}
