﻿@charset "UTF-8";

/*------------------------------
=07 form
------------------------------*/

/*--------------------=05 form--------------------*/

/*フォーム*/

input {
  width: 70%;
}

input[type="radio"]{
  width:auto;
}

input[type="checkbox"]{
  width:auto;
}

textarea {
  width: 80%;
  height: 10em;
}

/*
.submit_area {
	width: 20%;
	text-align: center;
	position: relative;
	left: 30%;
	float: left;
}
*/

/* form table span を上書きする */
.err {
  background: white;
  color:red;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display:block;
  width:30%;
  /*padding: 10px 30px;*/
  padding: 5px;
  /*font-size: 120%;*/
  background: #fff;
  color: black;
  cursor: pointer;
    border:2px solid #70C2DE;
  float:left;
  margin:0 1% 2% 1%;
  /*font-weight:bold;*/
  border-radius: 0px;
  position: relative;
  left: 20%;
  float: left;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display:block;
  width:30%;
  /*padding: 10px 30px;*/
  padding: 5px;
  background: #70C2DE;
  color: #fff;
  cursor: pointer;
    border:2px solid #70C2DE;
  float:left;
  margin:0 1% 2% 1%;
  /*font-weight:bold;*/
  border-radius: 0px;
  position: relative;
  left: 20%;
  float: left;
}
