/* ================================================================================
   chg
   ================================================================================ */

/* -----------------------------------------------
  ReSet
---------------------------------------------- */
#item .itemList > ul > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}
#item .itemList > ul > li div {
  width: 820px;
  text-align: left;
  display: flex;
  align-items: center;
}
#item .itemList > ul > li div * {
  width: 100%;
}
#item .itemList > ul > li div h3 {
  font-size: 2.2rem;
  text-align: left;
}
#item .itemList > ul > li div h3 + p{
  font-size: 1em;
}

/* -----------------------------------------------
  body.transfer
---------------------------------------------- */
body.transfer main section {
  margin-bottom: 4em !important;
}
body.transfer section.transfer {
  padding: 50px 0 25px 0;
}
body.transfer table {
  border: 1px solid #E7E7E7;
  width: 100%;
}
body.transfer table th {
  white-space: nowrap;
  width: 15em;
}
body.transfer table th, body.transfer table td {
  padding: .6em .7em;
  font-size: .8em;
  font-weight: normal;
}
body.transfer table tr:nth-child(2n+1) {
  background-color: #dbf0f2;
}
body.transfer table tr:nth-child(2n+0) {
  background-color: #f0f9f9;
}