font-smooth: never;
@font-face {
  font-family: "Saitamaar";
  src: url("/saitamaar.woff2") format("woff2"),
    url("saitamaar.woff") format("woff"),
    url("saitamaar.ttf") format("ttf"),
    font-display: swap;
}

body {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
  image-rendering: pixelated;
  text-rendering: geometricPrecision;
  scroll-behaviour: smooth;
  font-family: "MS PGothic", "Saitamaar", IPAMonaPGothic, Monapo, Mona, submona, serif;
	background: #000719 ;
	color: #ffffff ;
  font-size: 16px;
  line-height: 18px;
  cursor: text;
  background-image: url("/images/koishi.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: right;
  background-position-y: bottom;
 	background-attachment: fixed;
  overflow-x: hidden;
}

main {
	max-width: 50vw ;
	margin: auto ;
  margin-top: 20px;
  margin-left: 40px;
  border: 1px solid;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

h1 { font-size: 16px; line-height: 18px; margin: auto; margin-top: 15px; margin-bottom: 15px; }

img {
	max-width: 100% ;
  float: center;
  display: block;
  margin: auto;
}

header h1 {
	text-align: center ;
}

footer {
	text-align: center ;
	clear: both ;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}

a { color: #fff; text-decoration: underline; font-weight: bold; }

a:hover { text-decoration: none; cursor: text; }

hr { border: 0.5px solid; color: #fff }

ul { list-style-type: none; padding: 0px; margin-bottom: 20px; margin-left: 20px; line-height: 28px; }

ol { padding: 0px; margin-bottom: 20px; margin-left: 20px; line-height: 28px; }

#breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
  color: #fff;
}

#breadcrumbs li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: " \21FE "
}

#breadcrumbs li {
	margin: 0;
}

