<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*メイン*/
.details figure{
	display:			inline-block;
	margin:				0px auto;
	width:				748px;
}
.details figure img{
	display:			inline-block;
	float:				left;
}
.details figure ul{
	display:			inline-block;
	list-style-type:	disc;
	list-style-position:inside;
	padding-left:		2em;
	width:				190px;
	vertical-align:		top;
	margin:				0px;
}
.details figure ul li{
	text-indent:		-1em;
}
.details figure figcaption{
	margin:				5px;
	text-indent:		1em;
}
</pre></body></html>