.pageTitle {
	background-image: url(../img/menu_recruit.png);
}

#staffMessage {
	position: relative;
	margin-bottom: 200px;
	background: url(../pub_img/slicetop.gif) center top no-repeat;
	background-position: center -150px;
	background-color: #ede9e7;
}

#staffMessage:after {
	content: "";
	display: block;

	position: absolute;
	bottom: -200px;
	left: 0;
	z-index: 999;

	width: 100%;
	min-width: 1080px;
	height: 200px;
	background: url(../pub_img/slicebottom.gif) center top no-repeat;
}

.cNavi {
	width: 720px;
	margin: 0 auto 150px;
	overflow: hidden;
}

.cNavi li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 10px;
}

.cNavi li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	border-bottom: 20px solid #42210b;
	background-color: #856f61;
	transition: 0.3s;
}

.cNavi li a:hover {
	border-bottom: 20px solid #764626;
	background-color: #afa198;
}

.cNavi li a:after {
	content: "";
	display: block;

	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -4px;
	z-index: 999;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
}
