<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sum_price{
  padding:10px 0;
}

.commonTbl{
  width:100%;
}
.commonTbl th,
.commonTbl td{
  border:1px #222222 solid;
  padding:10px;
  vertical-align: middle;
}
.commonTbl th{
  background-color: #ffed95;
  text-align: center;
}
.commonTbl td{
  text-align: left;
}
.commonTbl .alignC{
  text-align: center;
}
.commonTbl .alignR{
  text-align: right;
}
p.text{
  text-align: center;
  padding:20px 0 10px 0;
}
.submit ul{
  list-style: none;
  text-align: center;
}
.submit ul li{
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.detailBlock{
  border:1px #999 solid;
  padding: 15px;
  display: none;
}
.detailBlock p {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.detailBlock p:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.detailBlock p span{
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  #cart_Tbl tbody tr:last-child,
  #cart_Tbl tbody tr th:first-child,
  #cart_Tbl tbody tr td:first-child,
  #cart_Tbl tbody tr th:nth-child(2),
  #cart_Tbl tbody tr td:nth-child(2){
    display: none;
  }
  .cart_tbl_image_box{
    text-align: center;
  }
  .cart_tbl_image{
    width:80px !important;
    margin-bottom: 5px;
  }
  .sp_sum_area{
    margin-top: 5px;
    text-align: right;
    margin-right: 5px;
    border-bottom: 1px #000 solid;
  }
  .sp_sum_area .price{
    font-size: 22px;
    color: #fd6f04;
  }
  .commonTbl th{
    background-color: #fff9ec;
  }
}
</pre></body></html>