/*---------------------------------------------
	/job/index.php
---------------------------------------------*/
.div_linkBox_btm {
	/*background: url(../img/job_bg_btm.gif) no-repeat left bottom;*/
	padding-bottom: 120px;
	position: relative;
	zoom: 1;
}
	.div_linkBox_top {
		/*background: url(../img/job_bg_top.gif) no-repeat left top;*/
		padding: 30px 140px 0;
	}
		.div_linkBox_top ul {
			margin-bottom: 30px;
		}
			.div_linkBox_top ul li {
				margin-bottom: 8px;
			}
				.div_linkBox_top ul li img {
					vertical-align: bottom;
				}
		.div_linkBox_top .p_person01 {
			position: absolute;
			bottom: 0;
			right: 50px;
		}
		.div_linkBox_top .div_caption01 {
			text-align: center;
			margin-bottom: 80px;
		}
			.div_linkBox_top .div_caption01 .imgBoxL {
				text-align: left;
				margin: 0 auto;
				width: 330px;
			}

/*---------------------------------------------
	/job/saitama.php
---------------------------------------------*/
.ul_workplace01 {
	margin-bottom: 90px;
}
	.ul_workplace01 li {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #CCC;
	}
	.ul_workplace01 li.last {
		border-bottom: none;
	}
		.ul_workplace01 li table {}
			.ul_workplace01 li table tr {}
				.ul_workplace01 li table tr th {}
				.ul_workplace01 li table tr td {}
					.ul_workplace01 li table tr th div,
					.ul_workplace01 li table tr td div {
						padding: 3px;
						vertical-align: middle;
						zoom: 1;
					}
					.ul_workplace01 li table tr th div { text-align: center;}
.div_linkList01 {
	text-align: center;
}
	.div_linkList01 ul {
	}
		.div_linkList01 ul li {
			vertical-align: top;
			display: inline-block;
			*display: inline;
			*zoom: 1;
			margin-right: 10px;
		}


/*---------------------------------------------
	common table
---------------------------------------------*/
.jobTbl {
	width: 100%;
}
	.jobTbl th {
		vertical-align: top;
		text-align: center;
		width: 180px;
		padding-right: 10px;
	}
	.jobTbl td {
		vertical-align: top;
		text-align: left;
	}
		.jobTbl th span {
			color: #4096EE;
			font-weight:bold;
		}
		.jobTbl td.middle {
			width:170px;	
		}
		
		
		