@charset 'UTF-8';
/* Slider */

/* .slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
} */
.slick-track {
	margin: 0 -10px;
}
.slick-slide {
	margin: 0 10px;
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 27px;
	height: 53px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	background: url(/sp/recipe/top/img/arrow_slider_left.png) no-repeat 0 0;
	background-size: 27px auto;
}
.slick-next {
	background: url(/sp/recipe/top/img/arrow_slider_right.png) no-repeat 0 0;
	background-size: 27px auto;
}

.slick-prev {
	left: 0;
}

[dir='rtl'] .slick-prev {
	right: -27px;
	left: auto;
}

.slick-next {
	right: 0;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -27px;
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -17px;
	z-index: 10;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	left: 0;
	right: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
}
.slick-dots li button:not([tabindex]){
	display: none;
}
.slick-dots li:after {
	display: none;
}

.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 {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #d3d3d3;
	border-radius: 50%;
}

.slick-dots li.slick-active button {}

.slick-dots li.slick-active button:before {
	background: #7eb2da;
}