@charset "utf-8";

@import url("default.css");
@import url("style.css");


/** FFOpus Link **/
body {
  position: relative;
}
#ffopus-link-container {
  position: absolute;
  width: 100%;
  min-width: 1140px;
  top: 0;
  left: auto;
}
#ffopus-link {
  position: absolute;
  top: -100px;
  left: calc(50% - 110px);
  width: 220px;
  height: 80px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  border: 0 solid #000;
  transition: all 2s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  background: url(../img/btn_opus_link.jpg) no-repeat;
}
#ffopus-link.show {
  top: -20px;
}
#ffopus-link a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-indent: -999px;
  overflow: hidden;
  color: #000;
  opacity: 0;
}
#Top #ffopus-link {
  border: 0 solid #FFF;
}
