@charset "UTF-8";

/*recruit.html専用
-----------------------------------------*/
nav ul li a[href="recruit.html"] {
background: url(../img/here.png) no-repeat;
background-position: -435px bottom;
}



/*フォーム
-----------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:15px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}