﻿@charset "UTF-8";

img {
	vertical-align: bottom;
	border: none;
}
#inputForm {
}
#inputForm table {
	width: 100%;
	border: none;
}
#inputForm th, #inputForm td {
		padding: 5px;
		font-size: 1.2em;
		text-align: left;
} 
#inputForm th {
	width: 115px;
	background: #fff;
	font-weight: normal;
}
#inputForm td {
	background: #fff;
}
p#confbtn {
	margin-top: 1em;
	text-align: center;
}
p#confbtn input {
	width: 8em;
}
#inputForm .required {
	color: #D16115;
	font-style: normal;
}
#inputForm .text1,
#inputForm .text2,
#inputForm .text3,
#inputForm .text4,
#inputForm .text5,
#inputForm .text6,
#inputForm select {
	border: 1px solid #E1D9CA;
	padding: 3px;
}
#inputForm .text1:focus,
#inputForm .text2:focus,
#inputForm .text3:focus,
#inputForm .text4:focus,
#inputForm .text5:focus,
#inputForm .text6:focus,
#inputForm select:focus {
	border: 1px solid #333;
}
#inputForm .text1 {
	width: 104px;
}
#inputForm .text2 {
	width: 60px;
}
#inputForm .text3 {
	width: 285px;
}
#inputForm .text4 {
	width: 360px;
}
#inputForm .text5 {
	width: 35px;
}
#inputForm .text6 {
	width: 150px;
}