@charset "utf-8";

/* .table-compare */

.notice01 {
  font-size: 133.3%;
  font-weight: bold;
}

.notice02 {
  color: #ea2e59;
}

.compare table tr th {
  background-color: #d1cfd6;
  font-weight: bold;
  text-align: center;
}

.compare table tr th.thead {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.compare table tr th.original-ssl {
  background-color: #013f73;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.compare table tr td.compare-highligh01 {
  background-color: #edf6cb;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.compare table tr td.compare-highligh02 {
  background-color: #f8fcea;
}

.compare table tr td.txtleft {
  text-align: left;
}

.compare table tr td.txttop {
  vertical-align: top;
}