@charset "utf-8";
/* CSS Document */

#wrapper {
	background: url(../images/recruiting/bg.jpg) center;
	background-size: cover;
}
#main {
	position: relative;
	top: 240px;
	margin:0px 35px 0 175px;
	max-width: 900px;
}
#content {
	height: 299px;
	margin: 0px 21px 0 30px;
	border-top: #999 1px solid;
	background: rgba(0,0,0,0.7);
}
.sideColor {
	position: absolute;
	top: 40px;
	width: 30px;
	height: 259px;
	border-top: #999 1px solid;
	background: rgba(0,0,0,0.7);
}
.sideColor2 {
	position: absolute;
	top: 21px;
	right: 0px;
	width: 20px;
	height: 278px;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	background: rgba(0,0,0,0.7);
}
.close {
	position: absolute;
	border-left: #999 1px solid;
	padding-left: 5px;
	width: 22px;
	height: 22px;
	top: 0px;
	right: -7px;
}
.title {
	float: left;
	margin: 0 0 20px 5px;
}
.periphery {
	margin-left: 5px;
	margin-top: 15px;
	height: 265px;
	overflow: hidden;
	border-left: #333 1px solid;
}
.date {
	color: #B29264;
}
.scroll-pane ul {
	margin-bottom: 10px;
	height: 44px;
}
.scroll-pane li {
	float: left;
}
.txt {
	margin-left: 10px;
	color: #C2C2C2;
	font-size: 13px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	height: 22px;
	line-height: 22px;
}
.txt a {
	color: #FFF;
}
.txt a:hover {
	color: #B29264;
}
