@charset "utf-8";
/* CSS Document */
#roll {
  display:block;
  width:138px;
  height: 333px; 
  position:fixed;
  clear:none;
  right:5%;
  top:50%;
  background:url(https://images.sunfar.com.tw/sf/dc/isunfar/action/202506-MonthlyPromotion/images/roll2.png) no-repeat;
  padding-top: 60px;
  z-index:99;
  opacity: 0.8;
  border-radius:8px;
  }

.roll_btn{
  position: relative;
  width: 100%;
  height: 11.5%;
  margin-bottom:1px;
  line-height: 32px;
  font-size:18px;
  font-family:"微軟正黑體";
  color:#000000 ;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

.roll_btn:hover{
  position: relative;
  width: 100%;
  height: 11.5%;
  margin-bottom:1px;
  line-height: 32px;
  font-size:18px;
  font-family:"微軟正黑體";
  color:#190af0;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

#roll_top{
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 22%;
  /*background-color: #999;
  opacity: 0.5;*/
}