@charset "utf-8";
/* CSS Document */

/* 追加下背景設定 */
#SF-outer-container {
  overflow: visible;
}
#ADDBGBOTTOM {
  bottom: 0;
  width: 100%;
  z-index: -10;
  position: relative;
  height: 120px; /* フッターの高さを入れます */
  min-width:1020px; /* ページの横幅を入れます */
  /* 背景色・画像設定 */
  background-image: url("../assets/foot_bg.jpg");/* パス注意 */
  background-position: center top;
  background-repeat: repeat-x;
}
#SF-footer {
  position:relative;
  margin-bottom: -120px; /* TWで設定したフッターの高さ（ height + padding ）を入れます */
}
