﻿@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;
	margin-bottom: 30px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.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: #fff url(../image/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../image/next.png) no-repeat left center;}

.pagination {
/*
	bottom: 10px;
	display: none;
*/
	width: 100%;
	height: 60px;
	padding: 8.275px 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 200;
	text-align: center;
}

.pagination a {
	margin: 0 2px;
	width: 112px;
	height: 43.45px;
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
}
.pagination a img {
	width: 100%;
	height: auto;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background-color: #5DC2D0;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*media Queries タブレットサイズ（750px以上）
----------------------------------------------------*/
@media only screen and (min-width: 750px) {
	.pagination {
		padding: 6.5px 0 6.5px;
	}
	.pagination a {
		margin: 0 2px;
		width: 120px;
		height: 46.95px;
		display: inline-block;
		overflow: hidden;
		border-radius: 10px;
	}
}

/*media Queries PCサイズ（1024px以上）
----------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	.pagination {
		height: 60px;
		padding: 4px 0;
	}
	.pagination a {
		margin: 0 5px;
		width: 134px;
		height: 52px;
		display: inline-block;
		overflow: hidden;
		border-radius: 10px;
	}
}
