/*index BG*/

/*
body#op {
background:url(/upload/pub/bg_index.jpg) fixed no-repeat center top;
}
*/

@media only screen and (max-width: 460px){
body#op {
    background-size:170% auto;
  }
}







/* marquee 調整 */
.marquee ul
{animation:scrollmarquee 30s linear infinite;}




/*トップページ　新着情報　行間調整*/

#toppage .subcont ul li {
    line-height: 1.6;
}


#header .header_info .shop{
    font-size: 0.94rem;
}
body{
background-size:auto;
}


.suguru-ad-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10000;
}

.suguru-ad-bnrs {
    box-sizing: border-box;
    padding: 5px;
    background: rgba(255,255,255,0.5);
    text-align: center;
}

.suguru-ad-bnr {
    padding: 5px;
}
.suguru-ad-close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #000;
    width: 24px;
    height: 24px;
    padding: 2px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
}

.suguru-ad-wrap img {
    max-width:600px;
    vertical-align: top;
}
/*@media screen and (max-width:768px) {
.suguru-ad-wrap{top:0;bottom:inherit;}
}*/




