#shiraseru {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#shiraseru .inBtn { padding-top: 20px; }
#shiraseru .inBtn a {
	padding: 10px 30px;
	border-radius: 100vh;
	border: 1px #f0673d solid;
	color: #f0673d;
}
#shiraseru .inBtn a:hover {
	background-color: #f0673d;
	color: #fff;
}
#shiraseru .inNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	padding-top: 10px;
}
#shiraseru .inNav a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 4rem;
	padding: 2px 5px;
	border: 1px #eb8d6c solid;
	border-radius: 5px;
	color: #eb8d6c;
	text-decoration: none;
}
#shiraseru .inNav a:hover {
	background-color: #eb8d6c;
	color: #fff;
}
#shiraseru .inTitle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto;
	padding: 0 0.5em;
	border-bottom: 6px solid #00a062;
	line-height: 1.6em;
	font-size: 1.5em;
	color: #00a062;
	font-weight: bold;
}
#shiraseru .inMsg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#shiraseru .inList { word-break: break-all; }
#shiraseru[data-type="index"] .inList { margin-bottom: 50px; }
@media screen and (min-width: 768px) {
	#shiraseru .inList {
		display: table;
		border-collapse:collapse;
	}
	#shiraseru .inList > div { display:table-row; }
	#shiraseru .inList > div > dt,
	#shiraseru .inList > div > dd { display: table-cell; }
}
#shiraseru .inList > div > dt {
	padding-right: 1.0em;
	color: #00a062;
}
#shiraseru .inList > div > dd { padding-bottom: 5px; }
#shiraseru .inList > div > dd > a {
	text-decoration: underline;
	color: #f0673d;
}
#shiraseru .inList > div > dd > a:hover { color: #06bac4; }
#shiraseru #inPager {
	display: flex;
	justify-content: center;
	padding: 10px;
	font-family:'Helvetica','Arial',sans-serif;
}
#shiraseru #inPager > * {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin: 2px;
	border: #f0673d 1px solid;
	color: #eb8d6c;
	text-decoration: none;
}
#shiraseru #inPager > span {
	border: #c6c8c3 1px solid;
	background-color: inherit;
	color: #c6c8c3;
}
#shiraseru #inPager > a:hover {
	background-color: #f0673d;
	color: #fff;
}
#shiraseru[data-type="entry"] .inBody { padding: 0 10px 3.0rem; }
#shiraseru[data-type="entry"] .inBody b { font-weight: bold; }
#shiraseru[data-type="entry"] .inBody a {
	text-decoration: underline;
	color: #06bac4;
}
#shiraseru[data-type="entry"] .inBody a:hover { color: #00879f; }
#shiraseru[data-type="entry"] .inDate {
	display: flex;
	justify-content: center;
	padding-bottom: 1.0rem;
}
#shiraseru[data-type="entry"] .inCat::before {
	content: attr(data-catnm);
	margin-right: .5em;
	padding: 0 .3em;
	background-color: #ba5c45;
	white-space: nowrap;
	font-size: .8em;
	color: #fff;
}
