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

/* Member ship [PC]
===================================================*/
	
	/* floorguide.html
	------------------------------------------------*/
	.floorguide_table {
		width: 100%;
	}
	.floorguide_table td.alignR {
		min-width: 85px;
		width: 25%;
	}
	

/* Member ship [SP]
===================================================*/
@media screen and (max-width: 1000px) {
	
	/* common
	------------------------------------------------*/
	
}

@media screen and (max-width: 750px) {
	
	/* common
	------------------------------------------------*/

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