/* Brand */

.box_brand {
  display: grid;
  grid-template-columns: 270px 430px;
  grid-template-rows: 203px;
  margin: 0;
  padding: 0;
  gap: 40px;
}

.box_brand_left {
  text-align: left;
  margin-left: 10px;
}

.box_brand_right {
  text-align: left;
  box-align: start;
}



/* Table */

table {
  table-layout: auto; 
  width: 730px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  background: #eaebec;
  margin: 10px;
}

table tr th {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: linear-gradient(top,  #ededed,  #ebebeb);
  height: 32px;
  padding: 1px 0 0 0;
  text-align: center;
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

table tr:first-child th:first-child {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

table tr td {
  padding: 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: linear-gradient(top,  #fbfbfb,  #fafafa);
}

table tr:nth-child(2n) td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table tr:nth-child(1) td {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: linear-gradient(top,  #ededed,  #ebebeb);
  height: 32px;
  padding: 1px 0 0 0;
  text-align: center;
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

table tr td:first-child {
  border-left: 0;
}

table tr:nth-child(n + 2) td:nth-of-type(1)  {
  white-space: nowrap;
}

table tr:nth-child(n + 2) td:nth-of-type(2)  {
  white-space: nowrap;
  text-align: right;
  padding-right: 16px;
  width: 64px;
}

table tr:nth-child(n + 2) td:nth-of-type(3)  {
  white-space: nowrap;
  text-align: right;
}

table tr:nth-child(n + 2) td:nth-of-type(4)  {
  white-space: nowrap;
  text-align: center;
}

table tr:last-child td {
  border-bottom: 0;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}