/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		お知らせなどの一覧用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/******************************************************************************************

******************************************************************************************/













/****************************************************************************************************************************
		ページナビ
****************************************************************************************************************************/
.pagenavi{
	padding-bottom: 50px;
}

.pagenavi .wp-pagenavi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagenavi .wp-pagenavi a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: solid 1px #999;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 0;
	line-height: 1em;
}

.pagenavi .wp-pagenavi a .fas{
}

.pagenavi .wp-pagenavi span.current{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: solid 1px #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 0;
	line-height: 1em;
}


.pagenavi .wp-pagenavi .extend{
	display: none;
}

/* グレーアウト */
.pagenavi .wp-pagenavi p.out{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: solid 1px #999;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 0;
	line-height: 1em;
	opacity: 0.2;
}

@media screen and (min-width: 919px){
	.pagenavi .wp-pagenavi a:hover{
		background-color: #333;
		color: #fff;
		border: solid 1px #333;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1000px){
	.pagenavi {
	  padding-bottom: 30px;
	}
}
@media screen and (max-width: 920px){
}
@media screen and (max-width: 640px){
	.pagenavi .wp-pagenavi a{
		width: 35px;
    height: 35px;
		margin-left: 2px;
	  margin-right: 2px;
	}
	.pagenavi .wp-pagenavi span.current{
		width: 35px;
    height: 35px;
		margin-left: 2px;
	  margin-right: 2px;
	}
	.pagenavi .wp-pagenavi p.out{
		width: 35px;
    height: 35px;
		margin-left: 2px;
	  margin-right: 2px;
	}
}



/******************************************************************************************

******************************************************************************************/
