
.mainVisual .visual1 {
	background: url(/webzine/201806/images/visualImg1.png) 50% 0 no-repeat;
	background-size: auto 100%;
}
.mainVisual .visual2 {
	background: url(/webzine/201806/images/visualImg2.png) 50% 0 no-repeat;
	background-size: auto 100%;
}


.slider .slick-prev {
	left: 50%;
	background: url(/webzine/201806/images/prev.png) 0 0 no-repeat;
	opacity : 1;
	margin-left: -542px;
}
.slider .slick-prev:hover {
	background: url(/webzine/201806/images/prev_over.png) 0 0 no-repeat;
	opacity : 1;
}
.slider .slick-next {
	right: 50%;
	background: url(/webzine/201806/images/next.png) 0 0 no-repeat;
	opacity : 1;
	margin-right: -560px;
}
.slider .slick-next:hover {
	background: url(/webzine/201806/images/next_over.png) 0 0 no-repeat;
	opacity : 1;
}



 @media screen and (max-width:794px) and (min-width:640px) {

.mainVisual .visual1 {
	background: url(/webzine/201806/images/m_visualImg01.png) 50% 0 no-repeat;
	background-size: auto 100%;
}
.mainVisual .visual2 {
	background: url(/webzine/201806/images/m_visualImg02.png) 50% 0 no-repeat;
	background-size: auto 100%;
}

}
