/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* m-notes
   ========================================================================== */
.m-notes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
/* nutrition
   ========================================================================== */
.nutrition table td,
.nutrition table th {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}
.nutrition table th {
  padding: 10px;
  width: 60px;
}
.nutrition table th:first-child {
  width: 210px;
}
@media (max-width: 768px) {
  .nutrition table th:first-child {
    width: 100px;
  }
}
.nutrition table th.opt-child,
.nutrition table th.opt-parent {
  border-right: 0;
  border-left: 0;
}
.nutrition table th.opt-child {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  vertical-align: bottom;
}
.nutrition table th.opt-child span {
  border-left: 1px solid #dbdce2;
  border-top: 1px solid #dbdce2;
  display: table-cell;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.nutrition table th.opt-w01 {
  width: 160px;
}
.nutrition table th.opt-w02 {
  width: 90px;
}
.nutrition table th.opt-w03 {
  width: 140px;
}
.nutrition table td {
  padding: 10px;
}
