@charset "UTF-8";

h2#title{
	width: 849px;
	height: 87px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../img/job/catch.png");
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


.job{
	background: url("../img/job/job_bg.png") no-repeat;
	width: 857px;
	height: 114px;
	margin: 10px auto;
	position: relative;
}

.job .title{
	position: absolute;
	text-align: center;
	top: 38px;
	left: 0px;
	width: 220px;
}

.job p{
	position: absolute;
	text-align: left;
	top: 20px;
	left: 250px;
}
