   .SizeInput {
     border: solid 2px #3399ff;
   }

   .clickableRow {
     cursor: pointer;
     transition: background-color 0.15s ease;
   }

   .clickableRow:hover {
     background-color: #f0f4f9 !important;
   }

   .clickableRow:hover th,
   .clickableRow:hover td {
     background-color: #f0f4f9 !important;
   }

   .clickableRow:hover th:hover,
   .clickableRow:hover td:hover {
     background-color: #e2eff7 !important;
   }

   .selectList>li {
     border: solid 2px #eee;
     border-radius: 3px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
   }

   .selectList>li:hover,
   .selectList>li.Active {
     border: solid 2px #3399ff;
   }


   .PL_Number {
     text-align: center;
     vertical-align: middle;
     background: url(/assets/images/seisaku/menu/cart-blue_circle.svg) no-repeat;
     background-position: 10px 50%;
     background-size: 28px;
     font-size: 120%;
     padding-left:15px;
     line-height: 1.1;
   }

   .PL_Number:hover {
     background: url(/assets/images/seisaku/menu/cart-red_circle.svg) no-repeat;
     background-position: 10px 50%;
     background-size: 28px;
   }

   .clickableRow:hover .PL_Number {
     background: url(/assets/images/seisaku/menu/cart-red_circle.svg) no-repeat;
     background-position: 10px 50%;
     background-size: 28px;
     color: #ff6600;
   }


   @media screen and (max-width: 580px) {
     .PL_Number {
       font-size: 100%;
       background-size: 25px;
     }
   }

   .PL_Number>span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 150%;
   }

   .PL_UnitPrice {
     text-align: right;
     color: #02386d;
     background: url(/assets/images/icon/tax_out.svg) no-repeat;
     background-position: right;
     background-size: 25px;
     padding-right: 28px;
     font-size: 100%;
     line-height: 1.1;
   }

   .PL_UnitPrice>span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 150%;
   }

   .PL_Price {
     text-align: right;
     color: #333;
     background: url(/assets/images/icon/tax_in.svg) no-repeat;
     background-position: right;
     background-size: 25px;
     padding-right: 28px;
     font-size: 75%;
     line-height: 1.1;

   }

   .PL_Price>span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 130%;
   }

   .PL_LotPrice {
     text-align: right;
     color: #15a507;
     background: url(/assets/images/icon/tax_out.svg) no-repeat;
     background-position: right;
     background-size: 20px;
     padding-right: 23px;
     line-height: 1.1;

   }

   .PL_LotPrice>span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 150%;
   }

   @media screen and (max-width: 580px) {
     .PL_UnitPrice {
       font-size: 90%;
     }

     .PL_Price {
       font-size: 90%;
     }

     .PL_LotPrice {
       font-size: 85%;
     }
   }