@charset "utf-8";

/******************************************/
/* 株式会社サイト　「採用情報」項目用CSS  */
/******************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");
/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");


/***** 「採用情報」項目用CSS *****/

/* 採用情報 */
.recluit_table{
	width:574px;
	margin-bottom:20px;
}
	/* th */
	.recluit_table th{
		width:110px;
		background-image:url(../_images/recruitment/recluit_th_bg.jpg);
		background-position:left top;
		background-repeat:repeat;
		padding:5px;
		border-top:1px dashed #666666;
	}
	.recluit_th_last, .recluit_td_last{
		border-bottom:1px dashed #666666;
	}
	/* td */
	.recluit_table td{
		padding:5px 10px;
		border-top:1px dashed #666666;
	}

#recluit_oubo{
	border:1px solid #999999;
	padding:10px;
	margin:10px 0px;
}
