@charset "utf-8";

/*画像スライド*/
.wideslider {
	width: 100%;
	height: 407px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

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

.wideslider_base {
	top: 0;
	position: absolute;
	left: 0px !important;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.pagination {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
    height: 30px;
    text-align: center;
    position: absolute;
    z-index: 200;
    background-color: rgba(6, 6, 6, 0.34);
}

element.style {
    opacity: 0.5;
}
.pagination a.pn3 {
    background: none;
}
.pagination a {
	position: relative;
    margin: 0;
    width: 40px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
/* 
.pagination a.pn1 {background: none;}
.pagination a.pn2 {background: none;}
.pagination a.pn3 {background: none;}
.pagination a.pn4 {background: none;}
.pagination a.pn5 {background: none;}

.pagination a.pn1:after {
    background: none;
    content: "ユニセフ募金";
    color: #fff;
}
.pagination a.pn2:after {
    background: none;
    content: "マンスリーサポート";
    color: #fff;
}
.pagination a.pn3:after {
    background: none;
    content: "ガザ人道危機";
    color: #fff;
}
.pagination a.pn4:after {
    background: none;
    content: "ブルーギフト";
    color: #fff;
}
.pagination a.pn5:after {
    background: none;
    content: "ハンド・イン・ハンド";
    color: #fff;
}
*/
.pagination a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	border-radius: 100vh;
	background: #cccccc;
	content: "";
	width: 14px;
	height: 14px;
}
/*
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background-color: rgb(15, 188, 255);
	color: #fff;
}
*/
.pagination a.active:after {
	background-color: rgb(15, 188, 255);
}

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

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

/*画像スライド*/
