﻿@charset "utf-8";


#topimg {
	width: 100%;
	text-align: center;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider_base {
	margin: 0 auto;
	width : 100%;
	max-width: 1000px;
	position: relative;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	height: auto;
}
.wideslider ul li:nth-child(2),
.wideslider ul li:nth-child(3) {
	position: absolute;
	z-index: -1;
}
.wideslider ul li:nth-child(2)::after,
.wideslider ul li:nth-child(3)::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.wideslider ul li:nth-child(2) {
	left: -100%;
}
.wideslider ul li:nth-child(3) {
	right: -100%;
}
/*
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
*/
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {background: #000 url(../slider/img/prev.jpg) no-repeat right center;}
.slider_next {background: #000 url(../slider/img/next.jpg) no-repeat left center;}

.pagination {
	/*
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
	*/
	display:none;
}
/*
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
*/



