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


ul.subImage{
	margin: 0;
	padding: 0;
}

ul.subImage li{
	float:left;
	width:70px;
	height:54px;
	padding:3px;
	cursor:pointer;
	list-style-type:none;
}

ul.subImage li img{
	_height:43px;
        width: 70px;
        height: 54px;
        object-fit: cover;
}

</pre></body></html>