@charset "utf-8";
/* CSS Document */
#roll {
  display:block;
  margin-top:50px; 	
  width:200px;
  height:381px; 
  position:fixed;
  clear:none;
  right:5%;
  top:40%;
  background:url(https://sunfar.blob.core.windows.net/webimage/sf/dc/isunfar/action/Gaming/images/guide-INTEL.png) no-repeat;
  padding-top: 65px;
  z-index:99;
  }

.roll_btn{
  position: relative;
  width: 100%;
  height: 11.5%;
  margin-bottom:1px;
  line-height: 32px;
  font-size:19px;
  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:19px;
  font-family:"微軟正黑體";
  color:#F00;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

#roll_top{
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 15%;
  /*background-color: #999;
  opacity: 0.5;*/
}

.roll_btn2{
  position: relative;
  width: 100%;
  height: 8%;
  margin-bottom:1px;
  line-height: 32px;
  font-size:16px;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

