body > header {
  display: none !important;
}
#wrapper #main {
	float: none !important;
	width: 100vw !important;
	overflow: hidden !important;
}
td footer:not(#footer) {
  display: none !important;
}
#header #nav2 {
  margin-bottom: 0 !important;
}

/* スマホで表示が崩れる修正 */
body > table {
  width: 100vw !important;
  overflow-x: hidden;
}

/* ログインボタン置き換え */
#float_save_button {
  position: fixed;
  left: 70px;
  top: 10px;
  overflow: hidden;
  z-index: 9999;
}
#float_save_button a {
  background: black;
  color: white;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  float: right;
  margin-right: 5px;
  cursor: pointer;
  width: 170px;
  text-align: center;
}
#float_save_button .logined {
  background-color: #AAA !important;
  color: white !important;
  opacity: 1 !important;
  font-size: 12.8px;
}
#nav_area #float_save_button {
  display: none;
}
@media screen and (min-width: 1150px) {
  #float_save_button {
    left: 100px;
    top: 20px;
  }
}
@media screen and (max-width: 1150px) {
  #float_save_button a {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  #float_save_button {
    left: auto;
    right: 10px;
  }
  body {
    padding-top: 20vw;
  }
  body #float_save_button a {
    zoom: 0.9;
  }
}
@media screen and (max-width: 390px) {
  body #float_save_button a {
    zoom: 0.8;
  }
}
@media screen and (max-width: 360px) {
  body #float_save_button a {
    zoom: 0.75;
  }
}
@media screen and (max-width: 336px) {
  body #float_save_button a {
    zoom: 0.7;
  }
}
