﻿@charset "UTF-8";
/* ---------------------------------------- スライドショー */


#imgPhoto {
	position: relative;
	z-index: 100;
	width: 960px;
	height: 285px;
	overflow: hidden;
}
#imgPhoto ul {
	position: relative;
	width: 960px;
	height: 285px;
	padding: 0;
	/*   margin:0;*/
	margin-top: 5px;
}
#imgPhoto li {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
}
/*----------------------------
    写真現在位置
----------------------------*/
 
#photoNav {
	position: absolute;
	z-index: 200;
	width: 200px;
	height: 20px;
	top: 245px;
	left: 700px;
}
#photoNav ul {
	position: relative;
}
#photoNav li {
	float: left;
	margin-right: 5px;
}
#photoNav li:hover {
	cursor: pointer;
}
/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
	margin-left: 7px;
	width: 1000px;
	height: 420px;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	background: #fff;
	margin: 0;
	padding: 0;
}
.slidePrev {
	position: absolute;
	width: 50px;
	height: 60px;
	top: 120px;
	left: 0;
	cursor: pointer;
	z-index: 100;
}
.slideNext {
	position: absolute;
	display: block;
	width: 50px;
	height: 60px;
	top: 120px;
	right: 0;
	cursor: pointer;
	z-index: 100;
}
.controlNav {
	position: absolute;
	float: left;
	left: 50%;
	bottom: 0;
}
.controlNav span {
	position: relative;
	left: -50%;
	float: left;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background: #eee;
	text-indent: -9999px;
	vertical-align: middle;
}
.controlNav span:hover {
	background: #ccc;
	cursor: pointer;
}
.controlNav span.current {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background: #85d1c6;
}
