@charset "utf-8";
/*---- 文字コードを指定して保存する ----*/

.hissu {
	color: #F00;
}

.formtable {
	width: 680px;
/*	margin: 0 auto;*/
	background-color: #7F9DB9;
}

.formtable td, .formtable th {
	padding: 10px 10px;
	background-color: white;
}

.formtable th {
	width: 27%;
}

.formtable td {
	width: 73%;
}

input[type='text'], textarea, select {
	border: 1px solid #7F9DB9;
}

label {
	cursor: pointer;
}

#btnField {
	width: 680px;
}

#sendBtn, #backBtn {
	float: left;
}

