@charset "utf-8";
/* CSS Document */
#roll {
  display:block;
  width:135px;
  height:340px; 
  position:fixed;
  clear:none;
  right:2%;
  top:7%;
  background:url(https://sunfar.blob.core.windows.net/webimage/sf/dc/isunfar/action/fatherday/images/guide_07.png) no-repeat;
  padding-top: 10px;
  z-index:99;
  }

.roll_btn{
  position: relative;
  width: 100%;
  height:10.2%;
  margin-bottom:1px;
  line-height: 32px;
  font-size:20px;
  font-family:"微軟正黑體";
  color:#034292;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

.roll_btn:hover{
  position: relative;
  width: 100%;
  height:10.2%;
  margin-bottom:1px;
  line-height: 32px;
  font-size:20px;
  font-family:"微軟正黑體";
  color:#808080;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  /*background-color: #999;
  opacity: 0.5;*/
}

#roll_top{
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 25%;
  /*background-color: #999;
  opacity: 0.5;*/
}

