@charset "utf-8";
.slide_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00F;
}

.slider {
	position: relative;
	width: 900px;

















	height: 380.px;
	overflow: hidden;
	background-image: url(../../img/pickup.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 390px;
}
.slider ul {
	margin: 0px;
	padding: 0px;
}

.slides {
	height: 370px;
	/* Simple clear fix */
	overflow: hidden;
	/**        
                 * Prevent blinking issue
                 * Not tested. Experimental.
                 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	/**
                 * Here is CSS transitions 
                 * responsible for slider animation in modern broswers
                 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	width: 900px;
}
.slide {
	height: 100%;
	float: left;
	clear: none;
	list-style-type: none;
}
.slider-arrows {
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
}
.slider-arrow--right {
	bottom: 23px;
	right: 10px;
	background-image: url(../../yamaguchi/img/slide/right.png);
	height: 12px;
	width: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.slider-arrow--left {
	bottom: 23px;
	background-image: url(../../yamaguchi/img/slide/left.png);
	height: 12px;
	width: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	right: 25px;
}
.slider-nav {
	position: absolute;
	top: 18px;
	right: 20px;
}
.slider-nav__item {
	width: 30px;
	height: 5px;
	float: left;
	clear: none;
	display: block;
	background-color: #ccc;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
.slider-nav__item:hover {
  background-color: #999;
}
.slider-nav__item--current {
	background-color: #0000FF;
}
#s01 {
	font-size: 12px;
	background-image: url(../../yamaguchi/img/slide/01.jpg);
	height: 370px;
	width: 900px;
	background-repeat: no-repeat;
}
#s01 a {
	display: block;
	height: 370px;
	width: 900px;
}

#s02 {
	font-size: 12px;
	background-image: url(../../yamaguchi/img/slide/02.jpg);
	height: 370px;
	width: 900px;
	background-repeat: no-repeat;
}
#s03 {
	font-size: 12px;
	background-image: url(../../yamaguchi/img/slide/03.jpg);
	height: 370px;
	width: 900px;
	background-repeat: no-repeat;
}

#s03 a {
	display: block;
	height: 370px;
	width: 900px;
}
