@charset "utf-8";

/*
Theme Name: タックス宮城野
Theme URI:　https://www.tax-miyagino.co.jp/
Description:　タックス宮城野のオリジナルテーマ
Version: 1.0
Author:
Author URI:
*/


/* mainInner */
#lowermain.newsmain #mainInner {
	background: url(img/lowermain.jpg) no-repeat 0 center;
}



/* PDF Embedder */
div.pdfemb-viewer {
	margin: 0 auto !important;
}



/* wp-pagenavi */
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-flow: wrap;
  list-style: none;
  font-size: 16px;
	padding: 2em 0;

	a {
		text-decoration: none !important;
	}

  span, a {
    display: grid;
		place-items: center;
    width: 50px;
    aspect-ratio: 1;
		border: solid 1px #f00;
		border-radius: 100vh;
    color: #f00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
		&:hover {
			background: #f00;
			color: #fff;
		}
	}

	.current {
    /*background: #f00;
    color: #fff;*/
	}

	.extend {
		border: none;
	}
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		font-size: 12px;
		span, a {
			width: 3em;
		}
	}
}

