@charset "utf-8";
.un_delay_box {
  padding: 10px;
}

.un_delay_title {
  font-size: 16px;
  font-weight: bold;
}

.un_delay_title span {
  font-size: 13px;
  font-weight: normal;
}

.un_delay_maker_title {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}

.un_delayTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #bfbfbf;
  table-layout: fixed;
  margin-top: 10px;
}

.un_delayTable tbody tr th {
  text-align: center;
  border: 1px solid #bfbfbf;
  padding: 10px;
  background-color: #f2f2f2;
}

.un_delayTable tbody tr th:nth-child(1) {
  width: 20%;
}

.un_delayTable tbody tr th:nth-child(2) {
  width: 25%;
}

.un_delayTable tbody tr th:nth-child(3) {
  width: 41%;
}

.un_delayTable tbody tr th:nth-child(4) {
  width: 15%;
}

.un_delayTable tbody tr td {
  padding: 10px;
  border: 1px solid #bfbfbf;
}

.un_delayTable tbody tr th {
  text-align: center;
  border: 1px solid #bfbfbf;
  padding: 10px;
  background-color: #f2f2f2;
}

.un_delayTable tbody tr td {
  padding: 10px;
  border: 1px solid #bfbfbf;
}