
/* -----------------------------------------------
   search
----------------------------------------------- */
form {
  overflow: scroll;
}
table {
  font-size: 14px;
  width: 1400px;
}
input {
  margin-right: 10px;
  margin-bottom: 10px;
}
select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}
button[type="submit"] {
  font-size: 16px;
  max-width: 200px;
  border-radius: 30px;
  transition: .3s;
  text-align: center;
  background-color: #007bc4;;
  color: #fff;
  padding: 8px 20px;
  border: 0;
  margin-bottom: 40px;
}
button[type="submit"]:hover {
  opacity: .8;
}
th {
  background-color: #007bc4;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5em;
}
td:nth-child(5) {
  text-align: center;
}
th + th {
  border-left: 1px solid #000;
}
td {
  border-top: 1px solid #000;
}
td:nth-child(2) {
  width: 80px;
}
td + td {
  border-left: 1px solid #ddd;
}

@media screen and (min-width: 1081px) {
  .entry-content {
    margin-left: calc(490px - 46vw);
    width: 94vw;
  }
  table {
    width: 100%;
  }
}