@charset "utf-8";

/* 共通設定 */
@import url("common.css");

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

/* [求人情報／リンク]共通設定 */

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


#contents {
	width:780px;
	padding:20px 0 50px  0;
	margin:0 auto;
}

h2.link {
	padding:0 0 25px 0;
}

	/* list 2 */
	table.list2 {
		vertical-align:top;
		border-collapse:separate;
		border-spacing:1px;
	}

	table.list2 th {
		padding:8px 8px 8px 0;
		text-align:right;
		white-space:nowrap;
		border-right:#D2D2D2 2px solid;
	}

	table.list2 tr td {
		padding:8px 0 8px 8px;
		border:0 solid;
	}
	/* end */