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

body {
	padding-bottom: 80px;
}
.tsuji-bnr {
  position: fixed;
  z-index: 10;
  margin: 0;
}
.tsuji-bnr img {
	width: 100%;
}
/* pc */
.tsuji-bnr.is-pc {
  width: 600px;
  bottom: 0;
  left: 50%;
  margin-left: -300px;
}

/* sp */
.tsuji-bnr.is-sp {
  width: 880px;
  bottom: 0;
  left: 50%;
  top: auto;
  margin-left: -440px;
}
body.is-spView {
  padding-bottom: 120px;
}
</pre></body></html>