@charset "utf-8";
/* CSS Document */

.home {
	width: 100%;
	height: 600px;
	background-image: url(../img/home/bg_accordion.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home .container {
	position: relative;
	width: 1200px;
	height: 600px;
}
.home #slideshow {
	position: absolute;
	left: 0;
	top: 0;
}
.home .fix_busguide {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 67px;
	height: 600px;
}
.home .fix_salesstaff {
	position: absolute;
	right: 67px;
	top: 0;
	overflow: hidden;
	width: 67px;
	height: 600px;
}
