@charset "utf-8";
/* CSS Document */
#roll {
  display:block;
  width:128px;
  height:118px; 
  position:fixed;
  clear:none;
  right:3%;
  top:20%;
  background:url(https://sunfar.blob.core.windows.net/webimage/sf/dc/isunfar/action/30MinutePickup/images/guide-top_02.png) no-repeat;
  padding-top: 4px;
  z-index:99;
  }

.roll_btn{
  position: relative;
  width: 100%;
  height: 10%;
  margin-top:8px;	
  margin-bottom:1px;
  line-height: 32px;
  font-size:21px;
  font-family:"微軟正黑體";
  color:#333333;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

.roll_btn:hover{
  position: relative;
  width: 100%;
  height: 10%;
  margin-bottom:1px;
  line-height: 32px;
  font-size:21px;
  font-family:"微軟正黑體";
  color:#0946CE;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}




#roll_top{
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 95%;
  /*background-color: #999;
  opacity: 0.5;*/
}

