.wrapper {
  min-width: 1020px;
}

.contents .message .sign {
  float: right;
  text-align: right;
}

.contents .message .sign .sign-company {
  font-size: 12px;
}

.contents .message .sign .sign-name {
  font-size: 16px;
  font-weight: bold;
}

.contents th,
.contents td {
  border-bottom: 1px solid #cccdcd;
  padding: 20px 25px;
  font-size: 13px;
}

.contents th {
  background-color: #ffffff;
  width: 180px;
  border-left: 1px solid #4c4948;
}

.contents td {
  border-left: 1px solid #cccdcd;
  border-right: 1px solid #4c4948;
}

.contents tr:first-child th,
.contents tr:first-child td {
  border-top: 1px solid #4c4948;
}

.contents tr:last-child th,
.contents tr:last-child td {
  border-bottom: 1px solid #4c4948;
}

.contents .link {
  border-bottom: 1px solid #4c4948;
}
