/** --------------------------------------
 * ƒXƒ‰ƒCƒh
 */
.slide {
  margin-bottom: 20px;
  height: 256px;
  overflow: hidden;
  background-color: #fff;
}

.slide li {
  text-align: center;
}

.slide li img {
  margin-top: 8px;
}

.leftNav,
.rightNav {
	background: url("/images/pc/contents/index/slide/bg.png") repeat 0 0;
	outline: none;
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
}

.leftNav:hover:before {
	background: url("/images/pc/contents/index/slide/leftArrow.png") right center no-repeat;
}

.rightNav:hover:before {
	background: url("/images/pc/contents/index/slide/rightArrow.png") left center no-repeat;
}