@charset "utf-8";

/*
	* 名前: recruit.css
	* 説明: recruitページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.08.18
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 02. 領域設定 - ブロック -
	    - 02-09. 領域設定 - メイン -
*/

/* Stylesheet Document */

@media all {

	/* ========================================
	   * 02-09. 領域設定 - メイン -
	======================================== */

	#main table#post tbody tr th {
		width: 222px;
	}

	#main table.employment_list tbody tr td {
		border-bottom: none;
		border-left: none;
		vertical-align: top;
		width: 25%;
	}

	#main table.employment_list tbody tr td span {
		background: url("../../../common/img/icon_arrow_violet01.gif") left 8px no-repeat;
		display: block;
		padding: 0 0 0 12px;
	}

	#main div.paragraph div.duties_left {
		width:268px;
		float:left;
	}

	#main div.paragraph div.duties_right {
		width:268px;
		float:left;
		margin-left:15px;
	}

}
