<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.blogNoEntries{ 
	/*NoEntries STYLE*/
}

.blogCategoryList ul li ul {
	padding-left: 20px;
}

.blogArchives .pageLink ul {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.blogArchives .pageLink ul .prevBu,
.blogArchives .pageLink ul .nextBu {
  background-image: none;
  border: none;
  width: calc((100% - 150px)/2);
}
.blogArchives .pageLink ul .mainBu::before,
.blogArchives .pageLink ul .mainBu::before,
.blogArchives .pageLink ul .prevBu::before,
.blogArchives .pageLink ul .nextBu::before,
.blogArchives .pageLink ul .prevBu::after,
.blogArchives .pageLink ul .nextBu::after,
.blogArchives .pageLink ul .prevBu a::before,
.blogArchives .pageLink ul .nextBu a::before,
.blogArchives .pageLink ul .prevBu a::after,
.blogArchives .pageLink ul .nextBu a::after {
  display: none !important;
}
.blogArchives .pageLink ul .prevBu a,
.blogArchives .pageLink ul .nextBu a {
 text-align: center;
}
.blogArchives .pageLink ul .pageList {
  padding: 0 32px;
  text-align: center;
  white-space: nowrap;
  width: 150px;
}
.blogArchives .pageLink ul .nextBu {
  padding-right: 0;
  text-align: right;
}
.blogArchives .pageLink ul .prevBu {
  padding-left: 0;
  text-align: left;
}
.blogArchives .pageLink ul .mainBu {
  margin: 0;
  text-align: center;
  width: 150px;
}
.blogArchives .pageLink li:nth-of-type(1).mainBu {
  margin-left: calc((100% - 150px)/2);
}</pre></body></html>