table { /* お問い合わせフォーム */
  margin: 15px auto 0;
}

th { /* 項目 */
  font-weight: normal;
}

#control-block { /* ボタン */
  text-align: right;
  margin-right: 30px;
}

#id_mail { /* id_mail */
  width: 100%;
  width: 100%;
}

#id_field_1 { /* id_field_1 */
  width: 100%;
}

#id_field_2 { /* id_field_2 */
  width: 100%;
}

#id_field_3 { /* id_field_3 */
  width: 100%;
}

textarea { /* id_field_6 */
  width: 100%;
  height: 66px;
}

#id_field_43 { /* id_field_43 */
  height: 120px;
}

address { /* address */
  border-top: double 3px #999999;
  border-bottom: double 3px #999999;
}


