.font10 {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 10px}
.font12 {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px}
.font14 {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 14px; font-weight: bolder}

#slider_wrap {
	position: relative;
}
#slider {
	width: 100%;
	max-width: 750px;
	height: 209px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#slider button {
	cursor: pointer;
}
button.slick-prev,
button.slick-next {
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: no-repeat center center rgba(255,255,255,0.8);
	background-size: 12px 12px;
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 94px;
	z-index: 2;
}
button.slick-prev {
	background-image: url(slide/icon_prev.png);
	left: 0;
}
button.slick-next {
	background-image: url(slide/icon_next.png);
	right: 0;
}
button.slick-prev:hover,
button.slick-next:hover {
	background-color: #ffffff;
}
button#control_pause,
button#control_play {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: no-repeat center center rgba(255,255,255,0.8);
	background-size: 10px 10px;
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 305px;
	bottom: 15px;
	z-index: 2;
}
button#control_pause {
	background-image: url(slide/icon_pause.png);
}
button#control_play {
	background-image: url(slide/icon_play.png);
}
button#control_pause:hover,
button#control_play:hover {
	background-color: #ffffff;
}
ul.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
ul.slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #ffffff;
	color: #333333;
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
}
ul.slick-dots li.slick-active button {
	background: #333333;
	color: #ffffff;
}