.sdiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
	font-size: x-small;
	gap: 5px;
}

.sp {
	width: 64px;
	word-break: break-all;
}

.simg {
	border: 3px black solid;
}

.contentframe {
	background-color: #CCAAAA;
}

.titleframe {
	background-color: #AA7F7F;
}

.u-section-3 {
	display: none;
}