#formWrap{
	width: 800px;
	margin: 0px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 14px;
        font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Osaka",sans-serif;
	line-height: 24px;
}
table.formTable{
	width:700px;
	margin:0 auto;
	background:#ffffff;
	border-collapse:collapse;
}
table.formTable td{
	width: 420px;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}
table.formTable th{
	width: 280px;
        color: #808080;
	border-bottom:1px solid #ccc;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
}
#formWrap input[type="text"]{
	font-size: 14px;
	box-sizing: border-box;
	padding: 6px;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
#formWrap [type="text"]:focus{
	border: 1px solid #1e90ff;
	outline: none;
	box-shadow: 0 0 5px 1px #87cefa;
}
#formWrap input[type="tel"]{
	font-size: 14px;
	box-sizing: border-box;
	padding: 6px;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
#formWrap [type="tel"]:focus{
	border: 1px solid #1e90ff;
	outline: none;
	box-shadow: 0 0 5px 1px #87cefa;
}
#formWrap input[type="email"]{
	font-size: 14px;
	box-sizing: border-box;
	padding: 6px;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
#formWrap [type="email"]:focus{
	border: 1px solid #1e90ff;
	outline: none;
	box-shadow: 0 0 5px 1px #87cefa;
}
#formWrap input[type="number"]{
	font-size: 14px;
	box-sizing: border-box;
	padding: 6px;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
#formWrap [type="number"]:focus{
	border: 1px solid #1e90ff;
	outline: none;
	box-shadow: 0 0 5px 1px #87cefa;
}
#formWrap textarea{
	font-size: 14px;
        width: 400px;
	box-sizing: border-box;
	padding: 6px;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
#formWrap textarea:focus{
	border: 1px solid #1e90ff;
	outline: none;
	box-shadow: 0 0 5px 1px #87cefa;
}
input.mail{ width: 400px; }
input.name{ width: 200px; }
input.phone{ width: 150px; }
input.zip{ width: 100px; }
input.address{ width: 400px; }
input.school{ width: 400px; }
input.school2{ width: 400px; }
input.schoolyear{ width: 80px; }
input.exhibit{ width: 110px; }
input.school{ width: 400px; }
select.year{ width: 70px; }
select.month{ width: 55px; }




input.font{
	font-size: 14px;
        font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Osaka",sans-serif;
	line-height: 14px;
}
.btn-search{
  display: inline-block;
  text-decoration: none;
  background: #ccc;
  color: #333;
  border: solid 1px #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
   cursor:pointer;
}
/* chrome safari opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .btn-search{
	padding: 5px 6px 3px 6px;
}
}
/* Firefox */
@-moz-document url-prefix() {
    .btn-search { padding: 5px 6px 2px 6px; }
}
@supports (-ms-ime-align: auto) {
    .btn-search { padding: 6px 6px 6px 6px; }
}
_:-ms-lang(x)::-ms-backdrop, .btn-search {
    padding: 6px 6px 7px 6px;
}
.btn-search:hover{
  border: solid 1px #FF0000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.confirmation_btn{
  display: inline-block;
  padding: 4px 4px;
  text-decoration: none;
  background: #5cb85c;
  color: #fff;
  border: solid 1px #228b22;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: .4s;
  cursor:pointer;
}

.confirmation_btn:hover{
  border: solid 1px #FF0000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.disabled_btn{
  display: inline-block;
  padding: 4px 4px;
  text-decoration: none;
  background: #ccc;
  color: #fff;
  border: solid 1px #228b22;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: .4s;
  cursor:pointer;
}

.disabled_btn:hover{
  border: solid 1px #FF0000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-reset{
  display: inline-block;
  padding: 4px 4px;
  text-decoration: none;
  background: #deb068;
  color: #fff;
  border: solid 1px #b68d4c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor:pointer;
}
.btn-reset:hover{
  border: solid 1px #FF0000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
    /* Firefox 18 以前 */
:-moz-placeholder{
        color: #ccc;
}
    /* Firefox 19 以降 */
::-moz-placeholder {
        color: #ccc;
        opacity: 1;
}
:-ms-input-placeholder{
	 /* Internet Explorer 10-11 */
   color:#ccc;
}
::placeholder{ /* Others */
 color:#ccc;
}
.required {
  margin-right:10px;
  padding: 1px 6px;
  text-decoration: none;
  font-size: 10px;
  color:#fff;
  background: #da3c41;
  border: solid 1px #da3c41;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;

}