@charset "utf-8";

/* ========================================================================================================================/
	
	style.css

/======================================================================================================================== */

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

.recruit {
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:50px 0 100px 0;
	}

	.recruit table {
		width:100%;
		border-collapse:collapse;
		border:solid 3px #d0b596;
		}
		.recruit table th,
		.recruit table td {
			text-align:left;
			border:solid 1px #d0b596;
			padding:10px 15px;
			}
		.recruit table th {
			background:#f6f2eb;
			padding:5px 15px;
			}
		.recruit table td {
			background:#ffffff;
			}