@charset "utf-8";
/* CSS Document */

/* お問合せ
-------------------------------------*/

th {
	width: 25%;
}

td input ,
td textarea {
	width: 100%;
	_width: 99%;
	
}

#formButton {
	text-align: center;
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #ccc;
}
.error {
	background-color: #FFE8F1;
	color: #F00;
	font-size: 93%;
}
.error input {
	margin-bottom: 5px;
}


#thanks {
	font-size: 123.1%;
}