@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	recruit
/*-----------------------------------------------------------------------*/

#recruit {
}

	#recruit a {
		text-decoration:underline;
	}
	
	#recruit .color001 {
		color:#F00;
	}

	#recruit table {
		border-collapse:collapse;
		margin:20px 0 0 0;
		width:100%;
	}
	
		#recruit table th {
			padding:15px 15px 15px 15px;
			border:1px #CCC solid;
			width:20%;
			text-align:left;
			background:#f3f3f3;
		}
		
		#recruit table td {
			padding:15px 15px 15px 15px;
			border:1px #CCC solid;
		}