/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
input.input-postal{
  width: 8em;
}
input.input-date{
  width: 12em;
}
input.input-time{
  width: 12em;
}
input.input-tel{
  width: 12em;
}

/* フォームのバリデーションエラースタイル */
.field_with_errors{
  color: $Red!important;
  font-weight: bold!important;
  background-color: transparent!important;
}

label {
  font-weight: bold;
}