/* カスタム CSS をここに入力してください */
input[type=text] {
 border:solid 1px #666666!important; 
}

input[type=text].zip-3 {
 width:60px!important; 
}

input[type=text].zip-4 {
 width:60px!important; 
}

textarea {
  border:solid 1px #666666!important;
}

select {
  width:350px!important;
  border:solid 1px #666666!important;
}

table td {
  text-align:left!important;
}