@charset "UTF-8";
/* Scss Document */
.contnets,
#contnets {
  position: relative; }

.contnets:before,
#contnets:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/ind_img/B_bk_t.gif) top repeat-x, url(/ind_img/B_bk_b.gif) bottom repeat-x;
  width: 100%;
  height: calc(100% + 200px);
  z-index: -2;
  top: -40px; }

#kyogi_bk {
  background: url(/ind_img/B_kyogi_bk.jpg) center top no-repeat #000; }

/*デザイン切り替えボタン*/
ul li.style01 {
  background-position: top !important; }
ul li.style02 {
  background-position: bottom !important; }
ul li.style03 {
  background-position: top !important; }

/*-------------------
	非開催日style
-------------------*/
.hikaisai #kyogi_bk {
  height: 320px;
  background: url(/ind_img/B_kyogi_bk.jpg) center no-repeat; }

/*-------------------
	全ページ共通
-------------------*/
#wrapper {
  position: relative;
  background: none;
  overflow: hidden; }

#wrapper:before {
  position: absolute;
  top: 170px;
  content: '';
  height: calc(100% - 800px);
  width: 100%;
  z-index: -1;
  background: url(/ind_img/B_bk_t.png) top repeat-x, url(/ind_img/B_bk_b.gif) bottom repeat-x; }

/*# sourceMappingURL=design_B.css.map */
