@charset "utf-8";



/* pagenation -------------------- */



.pagenation {
	padding: 20px 0;
	text-align: center;
}
.pagenation .wp-pagenavi {
	display: inline-block;
}
.pagenation .wp-pagenavi span,
.pagenation .wp-pagenavi a {
	float: left;
	display: block;
	margin: 0;
	padding: 0 7px;
	color: #000000;
	text-decoration: none;
}
.pagenation .wp-pagenavi .current {
	color: #70caeb;
	font-weight: bold;
}
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .last,
.pagenation .wp-pagenavi .previouspostslink,
.pagenation .wp-pagenavi .nextpostslink {
	float: left;
	display: block;
	width: 12px;
	height: 1.4em;
	text-indent: 9999px;
	overflow: hidden;
}
.pagenation .wp-pagenavi .previouspostslink {
	margin-right: 6px;
	background: url(../image/common/i_back_black.svg) no-repeat center center;
	background-size: 6px 12px;
}
.pagenation .wp-pagenavi .nextpostslink {
	margin-left: 6px;
	background: url(../image/common/i_arrow_black.svg) no-repeat center center;
	background-size: 6px 12px;
}
.pagenation .wp-pagenavi .first {
	margin-right: 6px;
	background: url(../image/common/i_pagenation_first.svg) no-repeat center center;
	background-size: 9px 12px;
}
.pagenation .wp-pagenavi .last {
	margin-left: 6px;
	background: url(../image/common/i_pagenation_last.svg) no-repeat center center;
	background-size: 9px 12px;
}



/* post mediaquery ---------- */



@media screen and (max-width:1020px){

}

@media screen and (max-width:800px){

}

@media screen and (max-width:640px){

.pagenation {
	padding: 5% 0 0 0;
	text-align: center;
}

}









