@charset "utf-8";

/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 810px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
 
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner{
  width: 810px;
  height: 120px;
  box-sizing:border-box;
  padding: 10px;
  background-color: rgba(255,255,255,0.6);;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
a.bnr_img {
    background: transparent url(/prepaidcard/moneytg/img/bnr/roulette5000_pc.png) no-repeat 0 0;
    display: block;
    width: 700px;
    height: 100px;
    margin: 0 auto;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
/*  width: 20px;
  height: 25px;*/
  text-align: center;
    text-decoration: none;
    color: #fff;
    background: #777;
}
.Bnr .Bnr__img p.close a span{
  /* display: block; */
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-size:2em;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}


@media screen and (max-width: 768px) {
.Bnr{
  width: 390px;
}
.Bnr__img__inner{
  width: 390px;
  height: 120px;
}
a.bnr_img {
	background:url(/prepaidcard/moneytg/img/bnr/roulette5000_sp.png) no-repeat 0 0;
    width: 390px;
    height: 120px;
}
}

@media screen and (max-width: 390px) {
.Bnr{
  width: 300px;
}
.Bnr__img__inner{
  width: 300px;
  height: 100px;
  padding:3px
}
a.bnr_img {
	background:url(/prepaidcard/moneytg/img/bnr/roulette5000_sp.png) no-repeat 0 0;
	background-size:contain;
    height: 80px;
	margin:10px 2px;
}
}

