.block.floating_default {
    margin-bottom: 0;
}

.floating_default {
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 20px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}

.floating_default a {
    display:block;
    width: 485px;
    margin:0 auto;
    text-decoration: none;
    background:#fff;
}

.floating_default a:hover .img-box {
    opacity:0.8;
}

div.close {
    position: fixed;
    bottom: 129px;
    right: 0;
    font-size: 30px;
    color: #fff;
    width: 50px;
    z-index: 10000;
    background: #000;
    text-align: center;
}

div.close a {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: 50px;
    cursor: pointer;
		background:#000;
}

div.close a:hover {
    text-decoration:none;
		color:#ccc;
}

.floating_default a img{
    /* width: auto; */
}

.floating_default a:hover img{
    opacity: 1;
}

@media screen and (max-width: 768px){
.floating_default {
    padding:4%;
}

.floating_default a {
    width:100%;
}

.floating_default a img{
    width: 100%;
}

div.close {
    width:30px;
    font-size:20px;
		bottom:100%;
}

div.close a {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 769px){
  a.thisweek-bnr img{
    box-shadow: #000 0 0 0;
  }
}
