.bottomAdsence{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.bottomAdsence img{
  display: block;
  width: 100%;
  height: auto;
}
.bottomAdsence__close{
  width: 8%;
  height: 0;
  padding-top: 8%;
  position: fixed;
  /*bottom: 7.5%;*/
  bottom: 0;
  right: 0;
  transform: translate(-20%, -120%);
  background: url(../images/kokoku2_sp.jpg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
#logo_sp img{
  display: block;
  width: 100%;
  height: auto;
}
#manu_sp{
  width: 22%;
  position: fixed;
  top: 10px;
  right: 10px;
}
#manu_sp img{
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
#header {
  /*overflow: hidden;*/
  height: auto;
}
#header .mobi_global{
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#header .mobi_global ul{
  position: relative;
  position: initial;
  width: 100%;
  margin-right: 0;
  left: 0;
  /*padding: 10px 5% 10px;*/
  padding: 0;
  overflow: auto;
  background-color: white;
  margin-bottom: 0;
  background: #03749C;
}
#header .mobi_global{
  position: relative;
  z-index: 0;
  overflow: hidden;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#header .mobi_global ul li{
  padding: 0;
  padding-right: 25px;
  padding-left: 15px;
}
#header .sub-menu li{
  padding-left: 25px;
}
#header .sub-menu li a{
  color: #eee;
}

@media screen and (max-width: 640px) {
  #global_menu{
    background: #03749C;
    position: relative;
    position: absolute;;
    z-index: -1;
    /*transform: translateY(-100%);*/
    top: -390px;
    width: 100%;
    transition: all 0.5s 0s;
  }
  .menuopen #global_menu{
    top: 100%;
  }
  .mobile #global_menu{
    display: none !important;
  }
  #menu-global_menu{
    margin-bottom: 0;
  }
  #menu-global_menu li{
    border-top: 1px solid #07678A;
  }
  #menu-global_menu li a{
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
  }
  #menu-mobile{
    background: #03749C;
    /*position: relative;*/
    position: absolute !important;
    z-index: -1;
    /*transform: translateY(-100%);*/
    top: -390px;
    left: 0;
    width: 100%;
    transition: all 0.5s 0s;
    left: 0;
    margin-right: 0;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  #header .mobi_global #menu-mobile{
    padding-bottom: 150px;
  }
  .menuopen #header .mobi_global{
    height: 100vh;
  }
  .menuopen #header .mobi_global{
    visibility: visible;
    opacity: 1;
    /*top: 0;*/
    /*transition: all 0.3s;*/
  }
  .menuopen #menu-mobile{
    top: 0;
  }
  #menu-mobile{
    margin-bottom: 0;
  }
  #menu-mobile li{
    border-top: 1px solid #07678A;
  }
  #menu-mobile li a{
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0;
    background: none;
  }
  #wrapper {
    padding-top: 11%;
    padding-bottom: 18%;
  }
  .adsenseclose #wrapper {
    padding-bottom: 0;
  }
  #mainColumn{
    padding-top: 25px !important;
  }
  .home #mainColumn{
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1164px) and (min-width: 641px) {
  #logo_image #logo {
    margin-bottom: 0;
  }
  #logo-area{
    padding: 56px 0 0;
  }
  .home #logo-area{
    padding: 35px 0 0;
  }
}
@media screen and (min-width: 1165px) {
  #logo_image #logo {
    margin: 26px 0;
  }
  #logo-area{
    height: auto;
    padding: 55px 0 0;
  }
}
#logo a img {
    display: block;
    width: 100%;
}
#slider {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .rank-best3-img{
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
  .rank-best3-txt{
    display: table-cell;
    vertical-align: top;
    width: 75%;
    padding: 0 0 0 20px;
  }
  /*add ランキング表示関係*/
  .rank-others .rank-title .rank-num{
    display: inline-block;
  }
  .rank-others .rank-title{
    padding: 10px 20px 10px 0;
    text-align: left;
  }
  .rank-others .rank-title .rank-num{
    margin-left: 20px;
    margin-top: 7px;
  }
  .rank-title-text{
    margin-left: 35px;
  }
  #ranking ol a{
    text-decoration: none;
  }
  #ranking ol{
    width: 100%;
  }
  #ranking ol li{
    border-bottom: solid 1px #ddd;
    background: url(../images/mob_arrow_01.png) right center no-repeat;
  }
  #ranking {
    padding-top: 0;
  }
  .type-b .rank1 .rank-title, .type-b .rank2 .rank-title, .type-b .rank3 .rank-title{
    background-position: 10px 15px;
  }
}
th.column-1 {
  width: 80px;
}




@media screen and (max-width: 640px) {
}
@media screen and (max-width: 1164px) and (min-width: 641px) {
}
@media screen and (min-width: 1165px) {
}


@media screen and (max-width: 640px) {
  .xs-show{
    display: block !important;
  }
  .sm-show{
    display: none !important;
  }
  .md-show{
    display: none !important;
  }
  .adsenseclose .bottomAdsence{
    display: none !important;
  }
}
@media screen and (max-width: 1164px) and (min-width: 641px) {
  .xs-show{
    display: none !important;
  }
  .sm-show{
    display: block !important;
  }
}
@media screen and (min-width: 1165px) {
  .md-show{
    display: block !important;
  }
  .xs-show{
    display: none !important;
  }
}
