/*
 * Á÷ÎÁ
 */
  .shipping_table {
    width: 100%;
}
  .shipping_table td:nth-child(2){
    width:60%;
}

/* 
@media (max-width: 640px) {
    .shipping_table {
    width: 500px;
  }
    .shipping_table td:nth-child(2){
    width:35%;
  }
}
*/