@charset "utf-8";

#contents h2 {
  padding: 8px 0 8px 8px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  background: #666;
}

#contents .flow {
  margin-bottom: 24px;
}

#contents .flow img {
  width: 100%;
}

#contents h3 {
  padding: 28px 0 14px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom:14px;
}

#contents table {
  margin: 0 0 13px 1px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

#contents table th {
  text-align: center;
  vertical-align: middle;
  width: 150px;
  height: 24px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

#contents table th.w304 {
  width: 324px;
}

#contents table th.w130{
  width: 130px;
}

#contents table td {
  padding: 11px 0 7px 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

#contents table td.taleft {
  text-align: left;
  padding-left: 23px;
  line-height: 1.4;
}

#contents table td p.drmMemo {
  color: red;
}

#contents table td img {
  display: inline-block;
}

#contents table td.td01 {
  text-align: left;
  padding: 0;
}

#contents table td dl {
  padding: 20px !important;
  background-color: #F2F9F5;
  border-top: 1px solid #ccc;
  line-height: 1.3;
  text-align: right !important;
}

#contents table td dl dt {
  padding-top: 3px;
  width: 100px;
  _width: 92px;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#contents table td dl dd {
  padding-left: 100px;
  _padding-left: 92px;
  font-size: 18px;
  font-weight: bold;
}

#contents table tr.bgGreen td {
  background-color: #f2f9f5;
}

#contents ul.ul01 li {
  background: url(/static/common/img/icon03.gif) no-repeat left 4px;
  zoom: 1;
  background-size: 13px 13px;
  display: inline;
  line-height: 2;
  padding-left: 16px;
  font-size: 14px;
}

#contents ul.order_links li {
  display: inline;
  line-height: 1.4;
}

#contents ul.ul02 {
  padding-right: 10px;
}

#contents ul.ul02 li {
  margin-right: 5px;
  float: left;
}

#contents ul.ul02 li.li01 {
  padding-top: 6px;
  font-weight: bold;
}

#contents ul.ul02 li.li02 {
  margin-right: 0;
}

#contents .mb35 {
  margin-bottom: 35px;
}

#contents .mb15 {
  margin-bottom: 13px;
}

#contents .box {
  margin: 0 auto 50px;
  padding-bottom: 22px;
  width: 660px;
  background: url(/static/img/cart/box_bg.gif) no-repeat left bottom;
}

#contents .box h4 {
  margin-bottom: 20px;
  padding: 8px 0 4px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  background: url(/static/img/cart/h4_bg.gif) no-repeat left top;
}

#contents .box dl {
  padding-left: 90px;
}

#contents .box dl dt {
  width: 100px;
  float: left;
  text-align: right;
}

#contents .box dl dd {
  padding: 0 0 15px 110px;
  _padding: 0 0 15px 107px;
}

#contents .box dl dd.pb0 {
  padding-bottom: 0;
}

#contents .box dl dd input {
  width: 280px;
  font-size: 14px;
}

#contents .box ul.submit {
  text-align: center;
}

#contents #error_box p {
  color: red;
  margin-left: 15px;
}

#favorites #contents .iconCenter {
  width: 100px;
  background-image: none;
  border: none;
}

#favorites #contents .iconCenter td {
  height: 100px;
  width: 100px;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
}

#favorites #contents .iconCenter img {
  height: 160px;
  width: 240px;
  display: inline;
  vertical-align: middle;
  object-fit: contain;
}

#favorites #contents ul.ul03 {
  margin-bottom: 15px;
  text-align: right;
}

#favorites #contents ul.ul03 li {
  margin-right: 5px;
  display: inline;
}

#favorites #contents ul.ul03 li.li01 {
  padding: 0 0 0 15px;
  background: url(/static/img/search/icon03.gif) no-repeat left top;
}

#favorites #contents ul.ul03 li.li02 a {
  font-weight: bold;
  color: #333;
}

#favorites #contents ul.ul03 li.li03 {
  padding: 0 0 0 15px;
  background: url(/static/img/search/icon04.gif) no-repeat left top;
}
.trItem {
  position: relative;
}
.trItem .delete_fav {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1000;
}
.trItem .delete_fav > .undelete_link{
  font-size: 0.8rem;
  text-decoration: underline
}
.trItem.deleted > td > .delete_fav{
  display: block;
}
.trItem.deleted > td > :not(.delete_fav) {
  opacity: 0.3;
  pointer-events: none;
}
