@charset "big5";
/* CSS Document */
/*浮層--每日任務浮層*/
.dailytaskArea { z-index: 1000; position: fixed; right: 50px; bottom: 40px; padding: 3rem 0px; border-radius: 10px; width: 350px; color: #fff; text-align: center; background-color: rgba(0,0,0,0.8); font-weight: 800; font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;}
.dailytaskArea .closeBN a { z-index:2; position:absolute; top:-15px; right:-15px; display:block; width:40px; height:40px; border-radius:50%; border:solid 2px #999999; font:bold 40px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none;}
.dailytaskArea .closeBN a:hover { background-color:#666; text-decoration:none}
.dailytaskArea p { margin: 0; padding: 0;}
.dailytaskArea .title {  font-size: 32px; }
.dailytaskArea .title span { color:#fff600;}
.dailytaskArea .title small { display: block; font-size: 24px; color: #a0a0a0;}
.dailytaskArea .time b { display: block; padding-top: 2rem; font-size: 30px; color: #a0a0a0;}
.dailytaskArea .time span { padding-left: 5px; font-size: 40px; color:#fff600;}
.dailytaskArea .time #sec { font-size: 130px; line-height: 140px; letter-spacing: -0.1rem;}
.dailytaskArea .box_btn { margin:20px auto 0; width:90%;}
.dailytaskArea .box_btn a { display:block; margin:3% 0;}
.dailytaskArea .box_btn img { width:100%;}
.dailytaskArea .dayon hr { width: 90%; opacity: 0.4;}
    @media screen and (max-width:767px){
      .dailytaskArea { right: 0; bottom:0; padding: 1.5rem 0px; border-radius: 10px 10px 0 0; width:100%!important;}
	  	.dailytaskArea .closeBN a { top: -15px; right: 10px; width: 30px; height: 30px; font-size: 30px;}
      .dailytaskArea br { display: none;}
      .dailytaskArea .title {  font-size: 5.2vw; }
      .dailytaskArea .title small { display: inline; font-size: 4vw;}
      .dailytaskArea .time { margin: 0.5rem 0 -0.5rem;}
      .dailytaskArea .time b { display: inline; padding-top: 0; font-size: 5.2vw;}
      .dailytaskArea .time span { font-size: 5.2vw;}
      .dailytaskArea .time #sec { font-size: 10vw; line-height: 10vw;}
    }

