#formWrap {
	width: 100%;
	color: #333;
	line-height: 120%;
}
table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
table.formTable td,table.formTable th{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding:10px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
table.formTable td {
	padding-top: 20px;
	padding-bottom: 20px;
}


.formTable tr td span {
	font-size: 10px;
	color: #F00;
}

input.submit_button {
	padding: 2px 10px;
	font-weight: normal;
	cursor: pointer;
	color: #333;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif, serif;
	font-size: 11px;
	border: 1px solid #ccc;
}

input, textarea{
	border: 1px solid #CCC;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif, serif;
	font-size: 11px;
}

input:focus, select:focus, textarea:focus {
	background-color: #f5f5f5;
	border: 1px solid #CCC;
}
