<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background:#fff;
	display:flex;
	position:relative;
}

.foo{
	position:absolute;
	background-color:#eee;
	width:80%;
	left:50px;
	border-left:solid 1px #000;
	margin:auto;
	padding:1rem 1rem 1rem 120px;

}
.husen{
	width:50px;/*遏ｭ縺�*/
	height:50px;
	position:absolute;
	box-shadow: 0 2px #ccc;
}
.pos02{
	top:70px;
}
.pos03{
	top:140px;
}

.long{
	width:150px;/*髟ｷ縺�ｻ倡ｮ�*/
}
.green{
	background-color:#86ff1c;
}
.red{
	background-color:#ff6052;
}
.orange{
	background-color:#ffbb3d;
}
</pre></body></html>