@charset "Shift_JIS";

/*
=======================================
メールフォーム
=======================================
*/
#formWrap {
	width: 100%;
	color: #555;
	line-height: 1.2;
  margin-top: 5%;
}
.formTable{
  width:100%;
  margin:5px 0px;
	border-collapse: collapse;
}
.formTable td,.formTable th{
  width:100%;
  display:block;
  padding:5px 0px;
	border:1px solid #ccc;
}
.formTable th{
	width: 100%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
  vertical-align: middle;
}
.youken{
  width: 100%;
  font-size:0.9em;
}
.chbox{
	font-size:1.4em;
}
.text-field, .textarea-field{
	border: 0;
  width: 100%;
	padding: 10px;
  font-size: 0.9em;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.textarea-field{
  resize: vertical;
}
.form-button{
  padding: 10px 20px;
	margin: 0 0 15px;
	font-size: 1.0em;
	border: solid 1px #ccc;
	text-transform: uppercase;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	font-weight: bold;
	color: #333;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
@media screen and (min-width: 641px) {
  .formTable td,.formTable th{
    display: table-cell;
    padding:10px;
  }
  .formTable th{
    width: 25%;
  }
  .youken{
		font-size: 1.2em;
	}
	.text-field, .textarea-field{
	font-size: 1.2em;
	}
}
@media screen and (min-width: 961px) {
  #formWrap {
    margin-top: 50px;
  }
  .formTable{
    width: 95%;
  	margin: 0 auto;
	}
	.youken{
    font-size:1.4em;
  	width:80%;
	}
	.text-field, .textarea-field{
    font-size:1.4em;
	}
	.form-button{
    padding:12px 26px;
  	margin:0 0 20px;
  	font-size:1.2em;
	}
}
