<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


a.Side_Banner {
 position: fixed;
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}


/* 右側 */
a.Side_Banner.right { right: -248px;} /*マウスを乗せた時に出てくる幅　数字増やすとマウス乗せない時見える部分が減る*/
a.Side_Banner.right:hover{ right: 0;}

/* 左側 */
a.Side_Banner.left { left: -20px;} /*マウスを乗せた時に出てくる幅*/
a.Side_Banner.left:hover{ left: 0;}


a.Side_Banner.left2 { left: -457px;} /*マウスを乗せた時に出てくる幅*/
a.Side_Banner.left2:hover{ left: 0;}

/* 並び位置 */
a.Side_Banner.top1 { top: 180px; } /*左の納期・右のレビュークーポン*/
a.Side_Banner.top2 { top: 370px; } /*右のあす楽*/
a.Side_Banner.top3 { top: 380px; } /*左の買い物ガイド*/
a.Side_Banner.top4 { top: 560px; } /*右ジェットストリーム*/
a.Side_Banner.top5 { top: 520px; } /*左の名入れギフトが簡単に*/
a.Side_Banner.top6 { top: 700px; }

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

.Side_Banner{

	display:none!important;
}

}</pre></body></html>