/* 新着情報 */

body#minna table {
  border-collapse: separate;
  font-size: 80%;
}

body#minna table th,
body#minna table td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  vertical-align: middle;
  width: 5%;
}

body#minna tbody td {
  background-color: #fffaf0;
  color: #643c3c;
  border-bottom: 1px solid #966464;
  border-left: 1px solid #966464;
}

body#minna table {
  width: 90%;
  margin: auto auto 20px auto;
}

body#minna th.leftRow {
  border: none;
  border-bottom: 1px solid #f05078;
  border-radius: 10px 0 0 0;
}

body#minna table td.firstMidRow {
  border-top: 1px solid #966464;
  border-right: 1px none #966464;
  border-bottom: 1px solid #966464;
  border-left: 1px solid #966464;
}

body#minna table td.lastRightRow {
  border-radius: 0 10px 10px 0;
  border: 1px solid #966464;
  vertical-align: middle;
}

body#minna table th {
  color: #fff;
  background-color: #ff70a0;
  border: none;
  border-bottom: 1px solid #f05078;
}

body#minna th.bottomLeft {
  background-color: #ff70a0;
  color: #fff;

  border: none;
  border-radius: 0 0 0 10px;
}

body#minna .cancel {
  text-decoration: line-through;
}

.tableCap {
  font-size: 16px;
  font-weight: bold;
  color: #ff64a0;
  margin-left: 15px;
  padding-bottom: 8px;
}

.firstRightRow {
  border-top: 1px solid #966464;
  border-left: none;
  border-right: 1px solid #966464;
  border-bottom: 1px solid #966464;
  border-top-right-radius: 10px;
  width: 20%;
}

.bottomRight {
  border-top: 1px solid #966464;
  border-right: 1px solid #966464;
  border-bottom-right-radius: 10px;
}
