@import 'prism_theme.css';

body {
	font-family: 'Noto Sans JP';
}

pre>*,
code>*,
kbd>*,
.copy-to-clipboard-button>*,
code[class*=language-], pre[class*=language-], pre,
.ace_editor,
.codearea,
.box,
code {
	font-family: 'Ubuntu Mono', 'Noto Sans JP' !important;
}

div.code-toolbar>.toolbar {
	position: absolute;
	top: 0px !important;
	right: 0px !important;
}

div.toolbar-item>.copy-to-clipboard-button {
	position: absolute;
	top: 0px !important;
	right: 0px !important;
}

:not(pre)>code {
	--tw-bg-opacity: 1;
	background-color: hsl(var(--b2, var(--b1))/var(--tw-bg-opacity)) !important;
	font-size: 1em !important;
}

pre, .codearea {
	background: #1a2638 !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	color: #ccc;
	border-radius: 0.375rem;
}

.box {
	background: #1a2638 !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	color: #ccc;
	border-radius: 0.375rem;
	padding: 1.0em
}

.line-numbers .line-numbers-rows {
	position: absolute;
	top: -4px;
}

.filename {
	display: table;
	max-width: 100%;
	background: #323e52;
	color: #ffffff !important;
	font-size: 12px;
	line-height: 1.3;
	border-radius: 6px 6px 0 0;
	padding: 6px 12px 20px;
	margin-bottom: -24px !important;
}

td, th {
	vertical-align: middle !important;  /* 中央揃え */
}
table > * > a {
	display: block;
}

li.star {
	list-style-type: '★ ';
}

li:not(.star) {
	list-style-type: '・ ';
}

.caption {
	display: block;
	text-align:end !important;
	font-size: 0.75em;
	color: #646b78 !important;
	margin-top: -6px;
}
