﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
/*body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}

#container {
	width: 100%;
	text-align: center;
}*/

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	/*追加
	background-image: url(../img/slider_bg.png);
	background-repeat: repeat-x;*/
	
	height:auto;

}


.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;

}

.wideslider ul li img {
	/*width: 100%;*/
	width:100%;
	display: none;
	/*border-radius:30px;*/
	/*margin-left:15px;
		margin-right:-15px;*/


}

.wideslider_base {
	top: 0;
	position: absolute;
		/*追加 上下ドットbg入れるため*/
	/*top:26px;*/
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	padding-left:-5px;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background-color: #fff;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: right 200px;
}
.slider_next {background: #fff url(../img/next.png) no-repeat left 200px;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	/*height: 15px;/*ドット位置*/
	height:40px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
		border-radius:30px;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 1024px){

/*--slider--*/
.wideslider {
	min-width: 1024px;
	text-align: left;
	position: relative;
	overflow: hidden;
	/*追加*/
	background-image: none;
	top:0;

}

.wideslider_base {
	top: 0;
	position: absolute;
		/*追加 上下ドットbg入れるため*/
	top:0;
}
}



@media screen and (max-width: 768px){

/*--slider--*/
.wideslider {
		min-width: 0;
		max-width:768px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	/*追加*/
	background-image: none;
	top:0;

}

.wideslider_base {
	top: 0;
	position: absolute;
		/*追加 上下ドットbg入れるため*/
	top:0;
}
}