@charset "utf-8";

/* =========================================================
	1.system error
========================================================= */
#sysErr #contents {
	width: 960px;

}

#sysErr #wrapper {
	background: none;
}

#systemError {
	padding: 10px 30px 0;
}

#sysErr #main {
	width: 960px;
}

.lineL {
	background-repeat: repeat-x;
}

.seMainTxt {
	background:url(../img/cat_icon.png) center bottom no-repeat;
	padding-bottom: 120px;
	position: relative;
	width: 580px;
	margin: 0 auto;
}

.seMainTxt .inner {
	background-color: #eee;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	width: 540px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.seMainTxt .arrow {
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #eee;
	display: block;
	height: 0;
	left: 270px;
	position: absolute;
	bottom: 80px;
	width: 0;
}

#recruitForm {
	margin-top: 90px;
	padding-bottom: 40px;
}





