@charset "utf-8";
/* CSS Document */


/*横幅いっぱいスライダー---------------------------------*/
#full-slider {
	overflow: hidden;
	position:relative;
}
#full-wrapper {
	background: #fff;
	width: 100%;
	height: 276px;
	overflow: hidden;
}
#full-carousel li {
	float: left;
	padding: 0 10px;
}
#full-prev, #full-next {
	background-color: #fff;
	opacity:0.7;
	filter: alpha(opacity=70);/* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
	zoom:1;
	display: block;
	height: 275px;
	width: 50%;
	top: 0;
	position: absolute;
	background: url(images/ichimatsu.png) repeat 0 0;
}
#full-prev:hover, #full-next:hover {
	background:#fff;
	opacity:0.4;
	filter: alpha(opacity=40);/* ie 6 7 */
	-ms-filter: "alpha(opacity=40)";/* ie 8 */
	zoom:1;
}
#full-prev {
	left: -516px;/* スライドする画像の横半分の値 */
}
#full-next {
	right: -516px;/* スライドする画像の横半分の値 */
}
#full-prev img {
	right:20px;
	top:120px;
	position:absolute;
}
#full-next img {
	left:20px;
	top:120px;
	position:absolute;
}
#full-pager {
	text-align:center;
	padding:10px;
}
#full-pager a {
	border: 2px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
}
#full-pager a:hover {
	background:#eee ;
}
#full-pager a span {
	display: none;
}
#full-pager a.selected {
	background-color: #ccc;
}