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

/* Yakuin */
caption {
	text-align: right;
	margin-bottom: 5px;
}

.table100 {
	font-size: 100%;
}

.post {
	width: 50%;
	height: 4em;
}

@media screen and (min-width:550px) {
	.space2em {
		display: inline-block;
		width: 2em;
	}
}

/* Soshikizu */
.soshikizu1 {
	display: block;
	height: auto;
	max-width: 680px !important;
	width: 100%;
}
.soshikizu2 {
	display: none;
}

@media screen and (max-width:768px) {
	.soshikizu1 {
		display: none;
	}
	.soshikizu2 {
		display: block;
		height: auto;
		max-width: 580px !important;
		width: 100%;
	}
}

/* SANKAKU */
.sankaku {
	display: inline-block;
	transform: rotate(-90deg);
	margin: 0 1em;
}</pre></body></html>