@charset "utf-8";


.top{
	position:relative;
	width: 100%;
	height: 100%;
}

.top .bx-wrapper{
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	height:100%;
	width:100%;
}
.top .bx-viewport {
	height: 100% !important;
}
.topSlider {
	height: 100%;
}
.topSlider li{
	text-indent:-9999px;
	height:100%;
	width:100%;
}
.topSlider li.img01{
	background:url(../img/pic_top01.jpg) center center no-repeat;
	background-size:cover;
}

.topSlider li.img02{
	background:url(../img/pic_top02.jpg) center center no-repeat;
	background-size:cover;
}

.topSlider li.img03{
	background:url(../img/pic_top03.jpg) center center no-repeat;
	background-size:cover;
}

.topSlider li.img04{
	background:url(../img/pic_top04.jpg) center center no-repeat;
	background-size:cover;
}

.topSpace {
	height: 610px;
	width: 100%;
}
@media screen and (max-width: 959px) {
.topSpace {
	height: auto;
	width: 100%;
}
}