@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for RECRUIT
//////////////////////////////////////////////////////////*/

/*----------------------------------------------------------
  - RECRUIT
----------------------------------------------------------*/

#recruit {}

#recruit .section .table {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

#recruit .section .table tr { border-bottom: 1px solid #e5e5e5; }

#recruit .section .table th {
	font-weight: bold;
	width: 120px;
}

#recruit .section .table th,
#recruit .section .table td {
	vertical-align: top;
	padding: 10px 0;
}

#recruit .section .table td dl {
	_zoom: 1;
	overflow: hidden;
}

#recruit .section .table td dl dt {
	float: left;
	width: 220px;
}

#recruit .section .table td dl dd {
	margin-left: 220px;
}

