@charset "utf-8";
/* CSS Document */
/*商品詳細ボタン*/
.yellow_underline {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(transparent 65%, yellow 65%);
}
.buildin_table {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #319b03;
}
.buildin_table td {
  text-align: center;
  word-break: break-all;
}
.buildin_table tbody th, .buildin_table td {
  padding: 8px 0;
  border: solid 1px #319b03;
}
.buildin_table tbody th {
  background: #e7f0e3;
  padding-left: 8px;
}
.buildin_table thead th {
  background: #319B03;
  color: #fff;
  padding-left: 8px;
}
.buildin_table thead th:nth-of-type(n+2) {
  text-align: center;
  padding: 8px 0;
  border-left: 1px solid #fff;
}
table.merit_table {
  width: 100%;
  border: 4px solid #ccc;
  border-collapse: collapse;
}
table.merit_table tr > * {
  border: 2px solid #ccc;
}
table.merit_table th {
  text-align: center;
  padding: 20px;
}
table.merit_table th:nth-of-type(1) {
  background: #f5f5f5;
}
table.merit_table thead th:nth-of-type(3) {
  background: #E8EFF9;
}
table.merit_table thead th:nth-of-type(2) {
  background: #f5d8d8;
}
table.merit_table td {
  padding: 20px;
  vertical-align: top;
}
.t_pink {
  color: #d43a3a;
}
.t_blue {
  color: #198bcc;
}
.un_ihContentsBuiltinStationary_transition {
  margin-top: 20px;
}