/*#contactForm .inputWrap{
	position: relative;
}
#contactForm label.error{
	position: absolute;
	margin-left:-10px;
	margin-top:-1em;
	font-size: .7em;
	line-height: 2em;
	left: 100%;
	top: 50%;
	display: block!important;
	white-space: nowrap;
	display: none;
}
*/
#contactForm input.error,
#contactForm textarea.error,
#contactForm select.error
{
	-webkit-box-shadow: 0 0 5px 0 #FF0000;
	        box-shadow: 0 0 5px 0 #FF0000;
}
#contactForm label.error {
	display: block;
	font-size: .7em;
	color: red;
	line-height: 2em;
}
/*label.error:before{
	content: "! ";
	color: red;
	font-weight: bold;
	font-size: 1em;
}*/
#contactForm {
	width: 830px;
	margin: auto auto 50px;
	font-size: 0.8rem;
}
#contactForm table {
	width: 830px;
}
#contactForm th,
#contactForm td{
	padding: 10px;
	font-size: 0.8rem;
}
#contactForm th {
	font-weight: normal;
	text-align: right;
	width: 170px;
	padding-right: 10px;
}
#contactForm td.must {
	background: url(../../images/recruit/must_bg.jpg) center no-repeat;
	color: #ffd800;
	width: 72px;
	text-align: center;
}
#contactForm td {
	text-align: left;
}
#contactForm td.txt input {
	width: 560px;
	height: 50px;
}
#contactForm td.txt2 input {
	width: 270px;
	height: 50px;
}
#contactForm td.txt3 textarea {
	width: 560px;
	height: 150px;
}

/* Small Tablets スマホ */
@media (min-width: 321px)and (max-width: 767px) {
	#contactForm {
	width: 100%;
	margin: auto auto 50px;
	font-size: 0.8rem;
}
#contactForm table {
	width: 100%;
}
#contactForm th,
#contactForm td{
	padding: 10px;
	font-size: 0.8rem;
	display: inline-block;
}
#contactForm th {
	font-weight: normal;
	text-align: left;
	width: 170px;
	padding-right: 10px;
}
#contactForm td.must {
	background: url(../../images/recruit/must_bg.jpg) center no-repeat;
	color: #ffd800;
	width: 72px;
	text-align: center;
}
#contactForm td {
	text-align: left;
}
#contactForm td.txt input {
	width: 340px;
	height: 50px;
}
#contactForm td.txt2 input {
	width: 340px;
	height: 50px;
}
#contactForm td.txt3 textarea {
	width: 340px;
	height: 150px;
}
}