@charset "utf-8";

#contents {
	margin-bottom: 0;
	padding-bottom: 195px;
	background: url(/assets/front/bg-recruit.gif) no-repeat center bottom;
}
#contents .article {
	width: 750px;
	margin: 0 auto;
	float: none;
}
table.wrap_table {
	width: 750px;
	margin: 0 auto;
}
table.wrap_table caption {
  font-size: 150%;
	padding-bottom: 10px;
	font-weight: bold;
}
table.querytable {
	width: 100%;
	font-size: 117%;
	margin-bottom: 15px;
}
table.querytable th,
table.querytable td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 12px 0 12px 20px;
}
table.querytable td select {
	width: 200px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
}
table.querytable th {
	width: 180px;
	background: #efefef;
	border-right: none;
}
table.querytable th span {
	padding-right: 35px;
	background: url(/assets/front/ico-required.gif) no-repeat right center;
}
table.chn_table table.querytable th span {
	padding-right: 35px;
	background: url(/assets/front/ico-required_chn.gif) no-repeat right center;
}
table.en_table table.querytable th span {
	padding-right: 35px;
	background: url(/assets/front/ico-required_en.gif) no-repeat right center;
}
table.querytable td {
	border-left: none;
}
table.querytable td div.error {
	width: 47%;
	float: left;
	color: #ff0000;
}
table.querytable td div.tel_error {
	width: 100%;
	color: #ff0000;
}
table.querytable td span {
	margin-right: 22px;
}
table.querytable td span.tips {
	font-size: 92%;
}
table.querytable td input[type="text"] {
	width: 410px;
	height: 20px;
	line-height: 20px;
	outline: none;
	border: 1px solid #CCCCCC;
}
table.querytable td input[type="text"].input_wid {
	width: 165px;
	height: 20px;
	line-height: 20px;
}
table.querytable td textarea {
	width: 410px;
	height: 145px;
	outline: none;
	border: 1px solid #CCCCCC;
}
table.wrap_table #application_agree {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.success_tips {
	padding-left: 0;
}
.submit {
	text-align: center;
	margin-top: 70px;
}
.submit button {
	width: 180px;
	height: 50px;
	margin: 0 5px;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
	background: url(/assets/front/recruit_application/bg-submit.gif) no-repeat;
}
#confirm_fields {
  width: 100%;
}