@charset "utf-8";
/* CSS Document */
#roll {
  display:block;
  width:135px;
  height:376px; 
  position:fixed;
  clear:none;
  right:3%;
  top:2%;
  background:url(https://sunfar.blob.core.windows.net/webimage/sf/dc/isunfar/action/1140901/MSI/images/guide_08.png) no-repeat;
  padding-top: 17px;
  z-index:99;
  }

.roll_btn{
  position: relative;
  width: 100%;
  height: 9%;
  margin-bottom:1px;
  line-height: 35px;
  font-size:20px;
  font-family:"微軟正黑體";
  color:#666666;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

.roll_btn:hover{
  position: relative;
  width: 100%;
  height: 9%;
  margin-bottom:1px;
  line-height: 35px;
  font-size:20px;
  font-family:"微軟正黑體";
  color:#2E3192;
  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;*/
}


