@charset "utf-8";
/* CSS Document */
#roll {
  display:block;
  width:135px;
  height: 465px; 
  position:fixed;
  clear:none;
  right:10%;
  top:30%;
  background:url(https://sunfar.blob.core.windows.net/webimage/sf/dc/isunfar/action/Surface/images/guide-por-7.png) no-repeat;
  padding-top: 56px;
  z-index:99;
  }

.roll_btn{
  position: relative;
  width: 100%;
  height:10.5%;
  margin-bottom:1px;
  line-height: 30px;
  font-size:16px;
  font-family:"微軟正黑體";
  color:#FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

.roll_btn:hover{
  position: relative;
  width: 100%;
  height:10.5%;
  margin-bottom:1px;
  line-height: 30px;
  font-size:16px;
  font-family:"微軟正黑體";
  color:#EDE862;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}
#roll_top{
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 35%;
  top:5%;
  /*background-color: #999;
  opacity: 0.5;*/
}

