@charset "shift_jis";

#contents .description {
	margin: 0 0 10px 0;
	font-size: 12px;
}
#inputForm {
	margin-top: 0;
	margin-bottom: 35px;
}
#inputForm fieldset {
	margin-top: 25px;
	margin-bottom: 25px;
	border: none;
}
#inputForm table {
	width: 100%;
	border: none;
}
#inputForm table caption {
}
#inputForm th, #inputForm td {
	padding: 10px 17px;
	border-bottom: 1px dotted #ddd;
	font-size: 12px;
	text-align: left;
} 
#inputForm th {
	width: 120px;
	background: #f5f5f5;
	font-weight: normal;
}
#inputForm td {
	background: #fff;
}
#inputForm .submit {
	text-align: center;
}
#inputForm .submit input {
	margin: 0 10px;
	padding: 3px;
}
#inputForm .required {
	color: #D16115;
	font-style: normal;
}
#inputForm .text1,
#inputForm .text2,
#inputForm .text3,
#inputForm .text4,
#inputForm .text5,
#inputForm select {
	border: 1px solid #E1D9CA;
	padding: 3px;
}
#inputForm .text1:focus,
#inputForm .text2:focus,
#inputForm .text3:focus,
#inputForm .text4:focus,
#inputForm .text5:focus,
#inputForm select:focus {
	border: 1px solid #D16115;
}
#inputForm .text1 {
	width: 104px;
}
#inputForm .text2 {
	width: 60px;
}
#inputForm .text3 {
	width: 280px;
}
#inputForm .text4 {
	width: 350px;
}
#inputForm .text5 {
	width: 35px;
}
#inputForm .example {
	color: #787878;
	padding-left: 10px;
}
