@font-face {
	font-family: Noriko Roman;
	src: url(https://kahifu.net/sozai/font/NorikoRoman.woff2);
	font-style: regular;
	descent-override: 0%;
}

@font-face {
	font-family: Noriko Roman;
	src: url(https://kahifu.net/sozai/font/NorikoRoman-ItalicMT.woff2);
	font-style: italic;
	descent-override: 0%;
}

@font-face {
	font-family: Noriko Roman;
	src: url(https://kahifu.net/sozai/font/NorikoRoman-BoldMT.woff2);
	font-style: regular;
	font-weight: bold;
	descent-override: 0%;
}

@font-face {
	font-family: Noriko Roman;
	src: url(https://kahifu.net/sozai/font/NorikoRoman-BoldItalicMT.woff2);
	font-style: italic;
	font-weight: bold;
	descent-override: 0%;
}

* {
	font-family: "Times New Roman", "Noriko Roman", /*"Doulos",*/ "Hiragino Mincho ProN", "MS PGothic", serif;
	box-sizing: border-box;
}

input,
select {
	font-family: revert;
}

.syatai {
	font-style: italic;
}

.kyoutyou {
	text-emphasis: filled;
}

.futoji {
	font-weight: bold;
}

a.pointer_mukou {
	pointer-events: none;
}

p {
	margin: 0;
}

body {
	/*background-color: pink;*/
	background: url('/img/bg/b100.jpg');
	margin: 0;
}

body > div.header,
body > div.body,
body > div.footer {
	width: 62em;
	margin: 0 auto;
	display: flex;
}

body > div.header {
	position: relative;
	height: 10em;
	background-color: azure;
	/*background: url('/img/websozai/kabegami.tank.jp/wo-ja/wo-ja02/b.gif'), url('/img/websozai/kabegami.tank.jp/wo-ja/wo-ja06/d.gif') #fdd6e1 round*/
	/*background: url('/img/websozai/kabegami.tank.jp/fr-str/fr-str01/b.gif') azure;*/
}

body > div.header > .hira {
	position: absolute;
	left: 0;
	bottom: 0;
	color: hsla(30.4, 50.3%, 70%, 0.34);
	font-size: 4em;
	line-height: 1;
}

body > div.header > .title {
	position: absolute;
	left: 1em;
	bottom: 0;
	font-style: italic;
	font-size: 3em;
	line-height: 1;
	/* text-shadow: -3px -3px 3px white, 2px 2px orchid;
	color: purple; */
	/*text-shadow: -3px -3px 3px white, 2px 2px orchid, -3px 3px 2px white, 3px -3px 2px white;
	color: crimson;*/
	text-shadow: -2px -2px 2px pink;
	color: orchid;
}

body > div.body {
	background-color: white;
}

body > div.body > div.frame {
	flex: 0 0 46em;
	width: 46em;
}

body > div.body > div.frame > div.podium {
	padding: 0.25em 0.5em;
}

body > div.body > div.navi,
body > div.body > div.migi {
	width: 8em;
	background-color: azure;
	min-height: 20em;
}

body > div.body > div.navi {
	margin-left: 0;
	background:
	/* image position[x or x y]/size[x or x y] repeat attachment origin clip color */
		linear-gradient(180deg, azure 4em, transparent),
		url('/img/bg/navi/bg4.png') center bottom / 125px auto no-repeat, 
		url('/img/bg/navi/29sai9m36s1x01.png') bottom / 125px auto no-repeat, 
		azure;
}

body > div.body > div.migi {
	margin-left: auto;
	margin-right: 0;
}

body > div.body > div.navi > div.box {
	margin: 0.25em 0.5em 0.5em 0.5em;
	padding-bottom: 0.125em;
	background-color: hotpink;
	font-size: 0.9em;
	border: 3px ridge white;
}

body > div.body > div.navi > div.box > div[class^=heading_] {
	text-align: center;
	font-weight: bold;
	line-height: 1.25;
	background-color: hotpink;
}

body > div.body > div.navi > div.box > div[class^=heading_] span {
	color: black;
	text-shadow: 0px 1px 1px pink,
		1px 0px 1px pink,
		0px -1px 1px pink,
		-1px 0px 1px pink;
}

body > div.body > div.navi > div.box > div[class^=item_] {
	text-align: center;
	margin: 0px 0.25em;
	line-height: 1.25;
	background-color: white;
}

body > div.body > div.navi > div.box.admin,
body > div.body > div.navi > div.box.admin > div[class^=heading_] {
	background-color: darkturquoise;
}

body > div.body > div.navi > div.box.admin > div[class^=heading_] span {
	color: black;
	text-shadow: 0px 1px 1px cyan,
		1px 0px 1px cyan,
		0px -1px 1px cyan,
		-1px 0px 1px cyan;
}

body > div.body > div.navi > div.box:nth-child(2),
body > div.body > div.navi > div.box:nth-child(2) > div[class^=heading_] {
	background-color: hsl(300, 100%, 41%);
}

body > div.body > div.navi > div.box:nth-child(2) > div[class^=heading_] span {
	color: black;
	text-shadow: 0px 1px 1px hsl(300, 100%, 50%),
		1px 0px 1px hsl(300, 100%, 50%),
		0px -1px 1px hsl(300, 100%, 50%),
		-1px 0px 1px hsl(300, 100%, 50%);
}

input.text,
button.text {
	align-items: normal;
	background-color: rgba(0,0,0,0);
	border-color: rgb(0, 0, 238);
	border-style: none;
	box-sizing: content-box;
	color: rgb(0, 0, 238);
	cursor: pointer;
	display: inline;
	font: inherit;
	font-size: inherit;
	height: auto;
	padding: 0px;
	perspective-origin: 0 0;
	text-align: start;
	text-decoration: underline;
	transform-origin: 0 0;
	width: auto;
	-moz-appearance: none;
	-webkit-logical-height: 1em;
	-webkit-logical-width: auto;
}

body > div.body > div.navi > div.box > div[class^=item_]:hover {
	background-color: yellow;
}

body > div.body > div.navi > div.box > div[class^=item_] a:visited,
body > div.body > div.navi > div.box > div[class^=item_] a:link,
input.text:visited,
input.text:link,
button.text:visited,
button.text:link {
	color: blue;
}

body > div.body > div.navi > div.box > div[class^=item_] a:hover,
input.text:hover,
button.text:hover {
	color: red;
}

body > div.body > div.frame > div.syoumei {
	background-color: lavender;
	/*border: 2px black ridge;*/
	padding: 0px 0.25em;
}

body > div.footer {
	height: 1em;
	margin-bottom: 1em;
	background-color: azure;
}

div.form > form > div {
	width: 100%;
	border: 2px #eee ridge;
	display: flex;
	flex-wrap: wrap;
	padding: 0.125em 0.5em;
	align-items: center;
}

div.form > form > div > span.block {
	display: block;
	width: 100%;
}

div.form > form > div > span.fixed {
	width: 12em;
	display: inline-block;
}

div.form > form > div > input[type=text],
div.form > form > div > input[type=password] {
	width: 100%;
}

div.form > form > div > span.fixed + input[type=text],
div.form > form > div > span.fixed + input[type=password] {
	width: initial;
	flex-grow: 1;
}

div.form > form > div > div.radio_box {
	display: inline-block;
}

div.form > form > div > div.time_box {
	display: inline-block;
}

div.form > form > div > div.time_box > input:nth-child(1) {
	width: 5em;
}

div.form > form > div > div.time_box > input:nth-child(2),
div.form > form > div > div.time_box > input:nth-child(3),
div.form > form > div > div.time_box > input:nth-child(4),
div.form > form > div > div.time_box > input:nth-child(5) {
	width: 3em;
}

div.form > form > div > div.time_box > input:nth-child(4) {
	margin-left: 1em;
}

div.form > form > div > div.time_box > input[name^=unix] {
	display: block;
}

div.form > form > div > span.block + div.form > form > div > div.radio_box {
	width: 100%;
}

div.form > form > div > textarea {
	width: 100%;
	min-height: 6em;
}

div.form > form > div.hazusi {
	margin-top: 0.25em;
	border: 0;
}

div.form > form > div.cream { background-color: #ffffdd; }
div.form > form > div.pink { background-color: #ffdddd; }
div.form > form > div.mint { background-color: #ddffdd; }
div.form > form > div.periwinkle { background-color: #ddddff; }
div.form > form > div.cream { background-color: #ffffdd; }
div.form > form > div.aqua { background-color: #ddffff; }
div.form > form > div.fuji { background-color: #ffddff; }
div.form > form > div.white { background-color: #ffffff; }
div.form > form > div.lavender { background-color: #eeddff; }
div.form > form > div.strawberry { background-color: #ffddeb; }
div.form > form > div.sea { background-color: #ddffee; }
div.form > form > div.meadow { background-color: #eeffdd; }
div.form > form > div.pumpkin { background-color: #ffeedd; }
div.form > form > div.sky { background-color: #ddeeff; }
div.form > form > div.ajisai { background-color: #eeddff; }

div.kakejiku {
	background-color: floralwhite;
	padding: 2px 4px;
	border: 2px groove #eee;
}

div.directory > div {
	border: 3px ridge white;
	padding: 0em 0.5em;
}

div.directory > div > a {
	font-weight: bold;
}

div.directory > div > p {
	color: hsla(0, 0%, 0%, 0.5);
}