<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.comInnerBox {
	margin-bottom: 20px;
}
#main .comPhotoList {
	margin-bottom: 40px;
}
#main .comGrey {
	width: 100%;
	z-index: 500;
	box-sizing: border-box;
}
@media all and (max-width: 768px) {
	.comInnerBox {
		margin-bottom: 16px;
	}
	#main .comPhotoList {
		margin-bottom: 24px;
	}
	#main .comGrey {
		top: 52px;
	}
}

@media all and (min-width: 769px) and (max-width: 1259px) {
	.comInnerBox {
		margin-bottom: 16px;
	}
}</pre></body></html>