.required {
	color: #F00;
	font-size: 15px;
	font-weight: bold;
}

.query-body {
	text-align: left;
	font-size: 14px;
	padding: 0px 20px;
}

.query-body table {
	width: 700px;
	border: 0px;
}

.query-body th {
	width: 100px;
	border: 0px;
	background-color: #dcdcdc;
}

.query-body td {
	border: 0px;
}

.errortext {
	color: red;
}

.nowrap td {
	white-space: nowrap;
}

.nowrap80 th {
	white-space: nowrap;
	width: 80px;
}
#wrapper #contents .query-body form table tr th p {
	font-size: 15px;
	line-height: 1.8em;
}
#wrapper #contents .query-body form hr {
	margin-top: 12px;
	margin-bottom: 12px;
}
#wrapper #contents .query-body #ask_text {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-weight: bold;
}
