/*スライダー*/
a.slidesjs-previous{
	bottom:0;
	left:0;
	background:url("/img/smart/slider-prev.jpg") no-repeat;
	background-size:60px;
}

a.slidesjs-next {
	bottom:0;
	right:0;
	background:url("/img/smart/slider-next.jpg") no-repeat;
	background-size:60px;
}

.slidesjs-navigation{
	display:block;
	position: absolute;
	width:60px;
	height:30px;
	text-indent:-9999px;
}
.slidesjs-navigation:hover{
	opacity: 0.7;
}
.slidesjs-pagination{
	margin:5px 0 5px;
	text-align: center;
}
.slidesjs-pagination .slidesjs-pagination-item{
	display: inline-block;
	width: 16px;
	margin: 4px;
}
.slidesjs-pagination .slidesjs-pagination-item a{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background: #7d7779;
	line-height: 1;
	text-indent: -9999px;
	overflow: hidden;
}
.slidesjs-pagination .slidesjs-pagination-item a.active{
	background: #ffa85a;
}


ul.sliderInList li {
	text-align:center;
}

.slidesjs-container{
	height: 430px !important;
}

@media screen and (max-width:580px) {
	.slidesjs-container{
		height: 390px !important;
	}
}

@media screen and (max-width:550px) {
	.slidesjs-container{
		height: 370px !important;
	}
}

@media screen and (max-width:500px) {
	.slidesjs-container{
		height: 340px !important;
	}
}

@media screen and (max-width:480px) {
	.slidesjs-container{
		height: 320px !important;
	}
}

@media screen and (max-width:450px) {
	.slidesjs-container{
		height: 300px !important;
	}
}

@media screen and (max-width:400px) {
	.slidesjs-container{
		height: 270px !important;
	}
}

@media screen and (max-width:380px) {
	.slidesjs-container{
		height: 255px !important;
	}
}

@media screen and (max-width:360px) {
	.slidesjs-container{
		height: 240px !important;
	}
}

@media screen and (max-width:330px) {
	.slidesjs-container{
		height: 220px !important;
	}
}