.unitTypeA02 .itemName a span {
  text-decoration: underline !important;
}
.unitTypeA02 .itemName a span:hover {
  text-decoration: none !important;
}

.tableTypeA01 .productCell01 th, .tableTypeA01 .productCell01 td {
  border-bottom-width: 3px;
}
.tableTypeA01 .productCell01 .itemName {
  background: url(/assets/common/mod_bg_box_02-060b2edfb190756f3ea381fcd7550555c29e3aa3917056e8209df4110847bad2.png) no-repeat 100% 100%;
}
.tableTypeA01 .productCell01 .quantity {
  box-shadow: 0 1px #d0d0d0 inset;
  margin: 9px 9px 15px;
  border-radius: 4px;
  padding: 5px;
  background: #f4f4f4;
  text-align: center;
  white-space: nowrap;
}
.tableTypeA01 .productCell01 .quantity p {
  display: inline-block;
  margin: 0;
}
.tableTypeA01 .productCell01 .quantity .count {
  margin: 0 5px;
}
.tableTypeA01 .productCell01 .quantity + p {
  margin: 0 0 9px;
}
