@charset "utf-8";
/* CSS Document */
.top-fix-bnr-l,
.top-fix-bnr-r {
  position: absolute;
  top: 200px;
  z-index: 3;
  width: 218px;
}
.top-fix-bnr-l {
  left: 50%;
  margin-left: -832px;
}
.top-fix-bnr-r {
  right: 50%;
  margin-right: -832px;
}
.top-fix-bnr-l a img,
.top-fix-bnr-r a img {
  cursor: pointer;
}
.top-fix-bnr-r .title {
  cursor: default;
}
.top-fix-bnr-r dd img {
  margin-bottom: 0 !important;
}
.top-fix-bnr-r dt {
  margin-bottom: 10px;
}
.top-fix-bnr-r dd a {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1440px) { 
  .js-fix-bnr {
    display: none;
  }
}