@charset "utf-8";
/* CSS Document */

/* 定期バナーPC */
#sidebanner_right1 a {
outline:none;
display: block;
background: url("http://www.andgino.jp/common/images/teiki_bana_pc_red.jpg")/*通常時画像*/ no-repeat scroll 0 0;
width: 230px;/*画像幅*/
height: 275px;/*画像高さ*/
text-indent:-9999px;
position:fixed;
right:0px;
bottom:30px;
}
#sidebanner_right1_20 a {
outline:none;
display: block;
background: url("http://www.andgino.jp/common/images/teiki20off_bana_pc_red.jpg")/*通常時画像*/ no-repeat scroll 0 0;
width: 230px;/*画像幅*/
height: 275px;/*画像高さ*/
text-indent:-9999px;
position:fixed;
right:0px;
bottom:30px;
}

#sidebanner_right1 a:hover {
  opacity: 0.8;
}
#sidebanner_right1_20 a:hover {
  opacity: 0.8;
}

#sidebanner_right2 a {
outline:none;
display: block;
background: url("http://www.andgino.jp/common/images/teiki_bana_pc_30off_red.jpg")/*通常時画像*/ no-repeat scroll 0 0;
width: 230px;/*画像幅*/
height: 275px;/*画像高さ*/
text-indent:-9999px;
position:fixed;
right:0px;
bottom:30px;
}

#sidebanner_right2 a:hover {
  opacity: 0.8;
}


/* 定期バナーSP */
#bottombanner1 a {
outline:none;
display: block;
width: 100%;/*フロートバナーの横幅*/
/*height: 38px;*//*バナーの縦幅*/
/*line-height: 38px;*/
margin: 0;
padding: 0;
position: fixed;
right: 0;
bottom: 0px;
color: #FFF!important; 
text-align: center;
/*font-weight: bold;*/
background-color: rgba(0,0,0,1);/*背景色の透明度と色*/
z-index:77777;}/*重なり順*/