@charset "utf-8";

.slider {
	position: relative;
	width: 100%;
	height: 501px;
	margin: 0;
	z-index: 1;
}
.sliderContent {
	position: relative;
	width: 100%;
	height: 501px;
	clear: both;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sliderContent .item {
	position:absolute;
	width: 100%;
	height: 501px;
}
#main1 {
	background: #bce5ff url(../img/top/main1.jpg) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
}
#main2 {
	background: #a6d3fa url(../img/top/main2.jpg) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
}
#main3 {
	background: #eaf096 url(../img/top/main3.jpg) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
}
.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:2;
	width: 16px;
	height: 16px;
	position:absolute;
	bottom: -38px;
}
.prev {
	position: absolute;
	right: 50%;
	margin-right: -120px;
	background: url(../img/common/slider-nav-prev.gif) no-repeat;
}
.prev:hover {
	background-position: 0 -16px;
}
.next {
	right: 50%;
	margin-right: -198px;
	background: url(../img/common/slider-nav-next.gif) no-repeat;
}
.next:hover {
	background-position: 0 -16px;
}
.sliderBullets {
	position: absolute;
	margin: 0 auto;
	z-index:2;
	bottom: -35px;
	right: 50%;
	margin-right: -170px;
	overflow: visible;
}
.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:6px;
	width: 9px;
	height: 9px;
	background: url(../img/common/slider-nav-bullets.gif) no-repeat;
	overflow: visible;
}
.sliderBullets a:hover {
	background-position:0 -18px;
}
.sliderBullets .active {
	background-position:0 -9px;
}
.sliderContent a {
	outline:none;
}

@media screen and (min-width: 641px) and (max-width: 940px) {
	
/*　　　タブレット
------------------------------------------------------*/

.slider {
	position: relative;
	width: 100%;
	height: 351px;
	margin: 0;
	z-index: 1;
}
.sliderContent {
	position: relative;
	width: 100%;
	height: 351px;
	clear: both;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sliderContent .item {
	position:absolute;
	width: 100%;
	height: 351px;
}
#main1, #main2, #main3 {
	height: 351px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
}


@media screen and (max-width: 640px) {
	
/*　　　sp
------------------------------------------------------*/

.slider {
	position: relative;
	width: 100%;
	height: 150px;
	margin: 0;
	z-index: 1;
}
.sliderContent {
	position: relative;
	width: 100%;
	height: 150px;
	clear: both;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.sliderContent .item {
	position:absolute;
	width: 100%;
	height: 150px;
}

#main1 {
	background: url(../img/top/main1.jpg) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 150px;
}
#main2 {
	background: url(../img/top/main2.jpg) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 150px;
}
#main3 {
	background: url(../img/top/main3.jpg) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 150px;
}
.sliderArrows a, .prev, .next, .sliderBullets {
	display: none;
}


