.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-c92583e124425809aaf6d71ead0ecdb26be44f6afcf1813cec01ab0315bfe545.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;
}
