@charset 'UTF-8';
#container{
	margin: 0 auto;
}


#mainvisual {
    width: 100%;
    background-repeat: no-repeat;
}

.bgswitch {
	position: relative;
	height: 670px;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	top: 0px;
	width: 100%;
	z-index: -10;
}

#divisions {
	background-image: url(../img/top/img-backMovie.png);
	background-repeat: no-repeat;
	margin-top: -70px;
	padding: 150px 0 90px;
}

#divisions .upperBox {
	margin: 0px auto 40px;
	overflow: hidden;
}

#divisions .upperBox img {
  left: 54px;
  position: relative;
}
#divisions .upperBox p {
	position: relative;
	color: #ccc;
	display: block;
	margin-left: 120px;
	margin-top: 20px;
	width: 620px;
}

#divisions .upperBox img,
#divisions .upperBox p{float: left;}

#divisions .lowerBox{}

#banner {
	background-image: url(../img/top/img-backBanner.png);
	background-repeat: no-repeat;
    padding: 80px 0 120px;
}

#banner img.bnrTitle {
	position: relative;
	left: 54px;
}

#banner .recruitBnr {
	position: relative;
	top:20px;
	left: 25px;
}

#banner .messageBnr {
	position: relative;
	top:75px;
	right: 25px;
}


