.job h2{
	border:none !important;
	padding:0 !important;
	font-size:16px !important;
}
.job h2::after{ content: inherit !important; }

.job .decoration-box{ padding:45px 45px 0; margin:50px 0 0; }
.job .decoration-box2{ padding:45px 45px 45px 15px; margin:82px 0 0 0; top:-35px;}


.job .layout-frame{ margin:0; }
.job .layout-frame2{ margin-left:20px; }

.job .layout-unit{
	margin:0;
	width:410px;
}

.job .grid-l{ float:left; }

.job .grid-r{ float:right; }

.job .job-name{
	font-size:24px;
	font-weight:normal;
	color:#d32424;
	margin:0 !important;
}

.job .job-name01{
	font-size:24px;
	font-weight:normal;
	color:#4cbdd7;
	margin:0 !important;
	text-align:center;
}

.job .job-name02{
	font-size:24px;
	font-weight:normal;
	color:#ec9790;
	margin:0 !important;
	text-align:center;
}

.job .job-name03{
	font-size:24px;
	font-weight:normal;
	color:#a0bc39;
	margin:0 !important;
	text-align:center;
}


.job .job-item{
	background:#d32424;
	width:130px;
	height:22px;
	padding:3px 0 0;
	line-height:22px;
	color:#fff;
	text-align:center;
}

.job .related-link{
	background:#fbfaf3;
	width:878px;
	padding:38px 50px 20px;
	margin-left:-45px;
	margin-top:30px;
	position:relative;
}

.job .related-link dt{
	position:absolute;
	top:-13px;
	left:50px;
	background:#333;
	width:410px;
	height:22px;
	padding:3px 0 0;
	line-height:22px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}

/* ----- Job-Button ------------------ */
.job-button li a{
	color:#fff;
	font-size:16px;
	padding:5px 5px 5px 5px;
	border-radius:10px;
	text-decoration:none;
	float:left;
	margin-left:60px;
	width:225px;
	text-align:center;
	margin-top:10px;
}

.color-job01 a{ background:url(../../images/icon_arrow_btn02.png) right 8px center no-repeat #4cbdd7;}
.color-job01 a:hover{
	background:url(../../images/icon_arrow_btn02.png) right 8px center no-repeat #56c7e1;
}
.color-job02 a{ background:url(../../images/icon_arrow_btn02.png) right 8px center no-repeat #ec9790;}
.color-job02 a:hover{
	background:url(../../images/icon_arrow_btn02.png) right 8px center no-repeat #f6a19a;
}
.color-job03 a{ background:url(../../images/icon_arrow_btn02.png) right 8px center no-repeat #a0bc39;}
.color-job03 a:hover{
	background:url(../../images/icon_arrow_btn02.png) right 8px center no-repeat #aac643;
}
