@charset "utf-8";

#main_img {
	position: relative;
	width: 100%;
	height: 900px;
}
.slider {
	position: relative;
	width: 100%;
	height: 900px;
	margin: 0 auto;
}
.sliderContent {
	position: relative;
	width: 100%;
	height: 900px;
	margin: 0;
    overflow: hidden;
}
.sliderContent .item {
	position: absolute;
	top: 0;
	width: 100%;
	height: 900px;
}
.sliderContent #main1 {
	background-image: url(../images/top/bg_main_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.sliderContent #main2 {
	background-image: url(../images/top/bg_main_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.sliderContent #main3 {
	background-image: url(../images/top/bg_main_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.sliderArrows a {
	display: none;
}
.prev {
	display: none;
}
.next {
	display: none;
}
.sliderBullets {
	display: none;
}
.sliderBullets a {
	display: none;
}


@media screen and (min-width: 737px) and (max-width: 1240px){
#main_img {
	position: relative;
	width: 100%;
	height: 800px;
}
.slider {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
}
.sliderContent {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0;
}
.sliderContent .item {
	position: absolute;
	top: 0;
	width: 100%;
	height: 800px;
}
}


@media screen and (max-width: 736px){
#main_img {
	position: relative;
	width: 100%;
	height: 420px;
}
.slider {
	position: relative;
	width: 100%;
	height: 420px;
	margin: 0 auto;
}
.sliderContent {
	position: relative;
	width: 100%;
	height: 420px;
	margin: 0;
}
.sliderContent .item {
	position: absolute;
	top: 0;
	width: 100%;
	height: 420px;
}
}