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

header {
	background: url(../../img/ceremony/pic_main.jpg) no-repeat 0 0;
	background-size: cover;
}

#ceremonyImg {
	width: 1000px;
	height: 457px;
	position: relative;
}

#ceremonyImg li {
	position: absolute;
	width: 328px;
}

#ceremonyImg li:nth-child(1) {
	top: 0;
	left: 0;
}
#ceremonyImg li:nth-child(2) {
	top: 0;
	left: 336px;
}
#ceremonyImg li:nth-child(3) {
	bottom: 0;
	left: 336px;
}
#ceremonyImg li:nth-child(4) {
	top: 0;
	right: 0;
}






























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