@charset "utf-8";
.shipment-modal table{
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 77%;
}
.shipment-modal table th,.shipment-modal table td{
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.shipment-modal table thead th{
  text-align: center;
  background: #ddd;
}
.shipment-modal table tbody th{
  background: #eee;
}
.shipment-modal table tbody th,.shipment-modal table tbody td{
  text-align: left;
}
.shipment-modal table tbody tr:nth-child(odd) td{
  background: #f5f5f5;
}
.shipment-modal ul{
  margin-top: 1em;
  text-align: left;
  padding-left: 1em;
}
.shipment-modal ul li{
  text-indent: -1em;
}
.shipment-modal ul li::before {
  content: "※";
}