<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

ul.horizontalList li{
	width:350px;
	margin:0;
}
ul.circle{
	list-style-type:circle;
}
li &gt; ul{
	margin-left:30px;
}
@media only screen and (max-width:480px){
	ul.horizontalList li{
		width:100%;
	}
}</pre></body></html>