@charset "utf-8";
/* CSS Document */


#body .varianttable { 
   line-height: normal;
   font-size: 11px;
}

#body .product .head.desc { 
   background: #efefef;
   color: black;
   line-height: normal;
   font-size: 13px;
}


#body .product .head.price { 
   background: #efefef;
   line-height: normal;
   font-size: 13px;
   text-align: right;
}

#body  .varianttable td.use { 
   text-align: center;
   width: 10px;
}

#body  .varianttable td.price { 
   text-align: right;
   font-size: 13px;
   font-weight: bold;
}

#body  .varianttable td.unitprice { 
   text-align: right;
   font-size: 10px;
   border-bottom: 1px solid #333333;
}

#body  .varianttable td.yellow { 
  background: #ffff99;
}

#body  .varianttable td.white { 
  background: #ffffff;
}