@charset "utf-8";
/* CSS Document */


.slick-prev{
    position: absolute;
    top: 35%;
	left:-40px;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/prev.png);
	background-repeat:no-repeat;
	background-size:auto 35px;
	height:35px;
	width:40px;
}
.slick-next{
    position: absolute;
    top: 35%;
	right:-40px;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-size:auto 35px;
	height:35px;
	width:40px;
}
/* Dots */


.slick-dots {
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	float:none;
	top:30px;
	display:none;
}
.slick-dots li button{
	text-indent:-9999px;
	background-color:transparent;
	border:0;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
	border-radius:50%;
    content: '';
	background-color:#ededed;
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	background-color:#013398;
	opacity:1;
	border-radius:50%;
}

.slider {

}

.slider li{
	text-align:center;
	float:left;
	position:relative;
	z-index:200;
}

.slider .width{
	width:60%;
	margin:0 auto;
}

.slider img {
	width:auto;
	height:200px;
	margin:0 auto;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.slider p {
	line-height:normal;
	margin-top:10px;
	font-size:12px;
}
	
	.slider img:hover{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:1500px){


.slick-prev{
    position: absolute;
    top:auto;
	bottom:-50px;
	left:45%;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/prev.png);
	background-repeat:no-repeat;
	background-size:auto 25px;
	height:25px;
	width:30px;
}
.slick-next{
    position: absolute;
    top:auto;
	bottom:-50px;
	right:45%;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-size:auto 25px;
	height:25px;
	width:30px;
}


}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:1000px){


.slider li{
	text-align:center;
	float:left;
	position:relative;
	z-index:200;
}

.slider .width{
	width:60%;
	margin:0 auto;
}

.slider img {
	width:auto;
	height:150px;
}

.slider p {
	line-height:normal;
	margin-top:10px;
	font-size:10px;
}
	
	.slider img:hover{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}




}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:640px){


.slick-prev{
    position: absolute;
    top:auto;
	bottom:-50px;
	left:40%;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/prev.png);
	background-repeat:no-repeat;
	background-size:auto 20px;
	height:20px;
	width:25px;
}
.slick-next{
    position: absolute;
    top:auto;
	bottom:-50px;
	right:40%;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-size:auto 20px;
	height:20px;
	width:25px;
}

.slider li{
	text-align:center;
	float:left;
	position:relative;
	z-index:200;
}

.slider .width{
	width:90%;
	margin:0 auto;
}

.slider img {
	width:auto;
	height:120px;
}

.slider p {
	display:none;
}
	
	.slider img:hover{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}




}
@media only screen and (max-width:640px){

.slider img {
	width:auto;
	height:80px;
}


}