@charset "utf-8";

nav ol {
	list-style: decimal;
	margin-left: 4em;
}
span.nomber {
	display: inline-block;
	width: 2em;
}
div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 2em;
}
div.flex-L {
	/* 	min-width: 240px; */
	margin-right: 2em;
	margin-bottom: 1em;
	border-radius: 3px;
	box-shadow: inset 0 0 3px white;
}
div.flex-L img {
	position: relative;
	z-index: -1;
	border-radius: 3px;
}
div.flex-R {
	margin-left: 0em;
}
