* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	font-family: Times;
	max-width: 800px;
	margin: auto;
}

p {
	font-size: medium;
}

.small {
	font-size: 90%;
}

.Han {
	font-family: DFKai-SB, PMingLiU, Arial
}

.headnote {
	border-bottom: 1px solid;
}
.footnote {
	border-top: 1px solid;
}


.header {
	margin-bottom: 20px;
}

h1.page-title {
	text-align: center;
	font-size: x-large;
	margin: 0;
}

h2.page-subtitle {
	text-align: center;
	font-size: larger;
	margin: 0;
}

h3 {
	font-size: large;
	margin: 25px 0 10px 0;
}

hr.separator {
	height: 1px;
	width: 150px;
	text-align: left;
	margin-left: 0;
	background-color: black;
	border: none;
	margin-top: 20px;
}

#QRCode {
	float: right;
	min-width: 8rem;
	max-width: 30%;
	height: auto;
	margin: 0 0 20px 20px;
}

.post-img {
	max-width: 80%;
}


.variant-content {
	text-decoration-style: dashed !important;
	text-decoration: underline;
	text-decoration-color: gray;
	text-decoration-thickness: 1px;
}

.variant-content-no-hili {
	text-decoration: none;
}

.comment-list-item {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;

	:first-child {
		text-align: right;
		align-items: flex-start;
		flex: 0 0 2rem;
	}

	:last-child {
		flex: 1 0 0;
	}
}


.list-mode-comment-item>:first-child {
	float: left;
	width: 2rem;
	text-align: right;
}

.list-mode-comment-item>:last-child {
	display: block;
	padding-left: 2.2rem;
}