@charset "utf-8";
.wideslider ul {
	margin: 0;
	padding: 0;
}
.wideslider ul li {
	margin: 0;
	padding: 0;
}
.wideslider {
	display: block !important;
	width: 100%;
	height: 460px;
	margin-bottom: 40px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: block;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider ul, .wideslider ul li img {
}
.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: url(http://img17.shop-pro.jp/PA01271/665/etc/bt_prev_01.gif) no-repeat right center;
	background-color: rgba(0, 0, 0, 0.4) !important;
	background: none;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.slider_next {
	background: #000 url(http://img17.shop-pro.jp/PA01271/665/etc/bt_next_01.gif) no-repeat left center;
	background-color: rgba(0, 0, 0, 0.4) !important;
	background: none;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagination {
	bottom: 10px;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #a6a6a6;
	background: #CCC;
	border-radius: 5px;               /* CSS3ﾁﾆ */
	-webkit-border-radius: 5px;     /* Safari,Google Chromeﾍﾑ */
	-moz-border-radius: 5px;     /* Firefoxﾍﾑ */
}
.pagination a.active {
	background: #369;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
.free_space_block {
	margin-top: 3em;
}
#global_header {
	margin: 0;
}
@media screen and (max-device-width: 480px) {
.slider_prev {
 background: url(http://img17.shop-pro.jp/PA01271/665/etc/bt_prev_01.gif) no-repeat right center;
 background: none;
 filter:alpha(opacity=100)!important;
 -moz-opacity: 1!important;
 opacity: 1!important;
 background-color: rgba(0, 0, 0, 0) !important;
}
.slider_next {
 background: #000 url(http://img17.shop-pro.jp/PA01271/665/etc/bt_next_01.gif) no-repeat left center;
 background: none;
 filter:alpha(opacity=100)!important;
 -moz-opacity: 1!important;
 opacity: 1!important;
 background-color: rgba(0, 0, 0, 0) !important;
}
}
