
#formWrap {
	width: 90%;
height: auto;
	margin: 10px;
	color:#555;
	line-height:110%;
	font-size:90%;
}
table.formTable{
	width:95%;
	margin: 10px auto;
	border-collapse:collapse;
}
table.formTable td{
	border:1px solid rgb(241, 236, 227);
	padding:10px;
}
table.formTable th{
	border:1px solid #fff;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:rgb(241, 236, 227);
	text-align:left;
	color: #000;
}

table.formTable td{
	font-weight:normal;
	text-align: left;
background: #fff;
width: 85%;
}
input[type="text"]{
	width: 80%;
	padding: 8px;
}
select {
	width: 80%;
	padding: 8px;
}

.form-btn {width: 100px; height: auto; padding: 5px; margin: 5px;
	border-radius: 15px;
}


textarea { width: 80%; height: auto;
}

input[type="submit"] {
	background-color: rgb(232, 76, 35);
	color: #fff;
	font-weight: bold;
}
input[type="submit"]:hover {
	opacity: 0.8;
}
td.require::after {
	content: "【必須】";
	color: rgb(231, 62, 25);
	font-weight: bold;
	font-size: 12px;
}


@media screen and (max-width: 750px){

	table.formTable td,table.formTable th{
		display: block;
		width: 100%;
	}
	input[type="text"]{
		width: 70%;
	}


}
