@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
求人情報一覧用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

table.work_list,table.work_search{
	clear:both;
	width:543px;
	border-spacing:2px;
	padding:0px 0px 0px 0px;
	background-color:#cccccc;
}

table.work_list td,th{
	empty-cells: show;
	border-spacing:0px;
	/*border: solid 1px #fdc726;*/
	margin:0px;
	padding:5px;
}

table.work_search th{
	text-align:left;
	font-weight:normal;
	background-color:#D9E0E7;
}

table.work_search td{
	background-color:#ffffff;
}

table.work_list th{
	width:143px;
	text-align:left;
	font-weight:normal;
	background-color:#D9E0E7;
}

table.work_list td{
	width:400px;
	background-color:#ffffff;
}

table.work_list td.button{
	width:543px;
	background-color:#ffffff;
	text-align:center;
}

hr.work_list{
	display:block;
	margin:10px 0px 10px 0px;
	border: 1px;
	border-bottom: dotted 1px #284883;
}