/* 広告バナー部
-----------------------------------------*/
.ads{
  position: relative;
  margin: 0;
  width: auto;
  display: none;
}
.ads .ads_banner{
  position: fixed;
  right:0px;
  bottom: 130px;
  z-index: 88;
  width:auto;
}
.ads div{
  width: 100%;
  box-sizing:border-box;
  padding: 0 0 5px 5px;
  background-color: rgba(0,0,0,0);
}

.ads div img{
  width: 100%;
  max-width:400px;
}

.ads div a{
  display: block;
}
.ads .ads_banner p.close_ads{
  position: absolute;
  right:0px;
  top:3px;
}
.ads .ads_banner p.close_ads a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.ads .ads_banner p.close_ads a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ads .ads_banner p.close_ads a i{
  font-size: 20px;
  z-index: 888;
  color: rgba(0,0,0,.6);
}

.ads .ads_banner p.close_ads2{
  position: absolute;
  right:0px;
  top:-1px;
}
.ads .ads_banner p.close_ads2 a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.ads .ads_banner p.close_ads2 a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ads .ads_banner p.close_ads2 a i{
  font-size: 20px;
  z-index: 888;
  color: rgba(0,0,0,.6);
}


.inner_ads{
  text-align:center;
  background-color:rgba(125,125,125,.2);
  padding:20px 0 40px 0;

}

.inner_ads img{
  width:auto; max-height:300px; max-width:800px;
  border:0;
}

.footer_ads{
  text-align:center;
  padding:20px 0 20px 0;

}

.footer_ads img{
  width:auto; max-height:300px; max-width:500px;
  border:0;
}
@media screen and ( max-width : 900px ) {

.ads .ads_banner{
  bottom: 130px;
}


.inner_ads{
  text-align:center;
  padding:20px 0 40px 0;

}

.inner_ads img{
  width:auto; max-height:300px; max-width:600px;
  border:0;
}


.footer_ads img{
  width:auto; max-height:300px; max-width:600px;
  border:0;
}

}

@media screen and (max-width: 480px) {

 .ads .ads_banner{
  bottom: 120px;
}

.ads div img{
  width: 100%;
  max-width:300px;
}


.inner_ads{
  text-align:center;
  padding:20px 0 40px 0;

}

.inner_ads img{
  width:auto; max-height:300px; max-width:300px;
  border:0;
}


.footer_ads img{
  width:auto; max-height:300px; max-width:300px;
  border:0;
}

}
@media screen and (max-width: 360px) {

 .ads .ads_banner{
  bottom: 130px;
}

