@charset "utf-8";
/* CSS Document */

#staffWrap {
	/*background: url(img/bgImg.jpg) center 600px no-repeat;*/
}
.staffttl {
	width: 600px;
	margin: 55px auto 30px;
}
.castttl {
	width: 600px;
	margin: 25px auto 68px;
}
.staffcont {
	width: 600px;
	margin: 0 auto 40px;
	padding-bottom: 69px;
	background: url(../../img/lineBarcode.png) center bottom no-repeat;
}
#staffWrap dt {
	margin-bottom: 10px;
	font-size: 18px;
	color: #2b3fe8;
	line-height: 1.5;
}
#staffWrap dd {
	margin-bottom: 30px;
	line-height: 1.5;
}
.staffboxleft {
	width: 280px;
	float: left;
}
.staffboxright {
	width: 280px;
	float: right;
}
.castcont {
	width: 600px;
	margin: 0 auto;
}
.staffbox {
	width: 280px;
    margin-left: 20px;
    float: left;
}
.castbox {
	width: 280px;
    margin-right: 20px;
    float: right;
}