@charset "utf-8";
/*Produced by CREEKCOM Co., Ltd. (www.creekcom.co.jp) */
/*----slider----*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.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;
}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
/* 	ClearFixElements */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/*btn非表示*/
.pagination{display:none;}
/*----slider wrapper----*/
div.wideslider {margin-top: 50px;}
#imgbox {
	position: relative;
	height: auto;
	width: 100%;
}
#imgbox #mass {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../common/filter.png) repeat left;

}
#imgbox p{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 25px;
	background-color: #fff;
	opacity: 0.8;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	opacity: 0.7;
}
/*----slider wrapper/----*/
/* #Media Queries
================================================== */
@media only screen and (max-width: 640px) {
#imgbox p{
	height: 80px;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
}
}
@media only screen and (max-width: 360px) {
#imgbox p{
	font-size: 16px;
	padding-top: 25px;
}
}
