@charset "UTF-8";
#formWrap {
	width:700px;
	margin:0 auto 50px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.sec-mv{
	margin:0 auto 80px ;
}
#header li{margin-bottom: -1px;}
#formWrap h1{
	font-size: 1.5rem;
	padding: 100px 0 20px 0;
	font-family: serif;
}
#formWrap h3{padding-top: 50px;}
#formWrap p,#formWrap table{
	margin-bottom: 20px;
	line-height: 1.4;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9rem; }

input[type="submit"],
input[type="reset"],
input[type="button"]{
	border:0;
  border-radius: 30px;
  margin: 20px;
  color: #fff;
  transition: 0.5s;
	cursor: pointer;
	background: linear-gradient(to bottom, #f9bd54, #d08c14);
}
input[type="button"]{
  background: #999;
  padding: 10px 20px;
	margin-bottom: 50px;
}
input[type="submit"] {
  padding: 10px 30px;margin-bottom: 50px;}
  input[type="submit"]:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

input[type="reset"] {
  color: #999;
  padding: 5px 10px; }
input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 70%;}
input.short {
  box-sizing: border-box;
  width: 30%; }

input.long {
  box-sizing: border-box;
  width: 100%; }

textarea {
  box-sizing: border-box;
  width: 100%; }

::placeholder {
  color: #999; }

input, textarea, select {
  padding: 8px;
  line-height: 1.7; }
label{line-height: 2;}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fdf3f7;
	text-align:left;
	vertical-align: middle;
}
table.formTable td{overflow: hidden;}
table.formTable label.hf{
  width:50%;
  float: left;
  text-align: center;
}
table.formTable label.hf img{
  border:1px solid #ccc;
}

.center{text-align: center;}
.mb5{margin-bottom: 5px;}
table.formTable th span,form.cmxform label.error, label.error,.error {
    color: red;
}
@media screen and (max-width:768px) {
	body{position: relative;}
	#header{top:0;left: 0;}
  #formWrap {
  	width:95%;
  	margin:80px auto;
  }
  table.formTable th, table.formTable td {
  	width:auto;
  	display:block;
  }
  table.formTable th {
  	margin-top:5px;
  	border-bottom:0;
  }
  input[type="text"], textarea {
  	width:80%;
  	padding:5px;
  	font-size:110%;
  	display:block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
  	display:block;
  	width:50%;
  	margin: 10px auto;
  	height:40px;
  }
  #header li{margin-bottom: 0;}
	.sec-mv{
		padding-bottom: 50px;
		margin: 0 auto 80px;
	}
	#formWrap h1{
		margin-top: 0;
		padding-top: 0;
	}
}
