@charset "utf-8";
/* CSS Document */

/* 網頁延伸背景 */

body{
	font-family: "微軟正黑體", Arial, sans-serif;
	font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

.wrapper{
	background-image: url(../images/0621_season/bg.jpg);
	background-repeat:no-repeat;
	background-position: center 0px;
	background-color: #0c5d88;
	background-size: contain;
	}


.header{
	width:100%;
	}

.header .top {
	height: 0;
	padding-bottom: 32%;
	position: relative;
	text-align:center;
}

.logo{
	background-image: url(../images/0621_season/title.png);
	width: 39%;
	height: 100%;
	position: absolute;
	top:2%;
	left:27%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}

.doll1{
	background-image: url(../images/0621_season/doll1.png);
	width: 27%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 4%;
	background-repeat: no-repeat;
	background-size: contain;
    -webkit-filter: drop-shadow(3px 1px 3px #ffffff);
    filter: drop-shadow(3px 0px 5px #ffffff);
	z-index:5;
}

.doll2{
	background-image: url(../images/0621_season/doll2.png);
	width: 26%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 61%;
	background-repeat: no-repeat;
	background-size: contain;
    -webkit-filter: drop-shadow(3px 1px 3px #ffffff);
    filter: drop-shadow(3px 0px 5px #ffffff);
	z-index:5;
}

/* 圖片置中 */
.img-responsive {
	margin:0px auto;
}


/*說明頁面*/
.form-daily {
	width: 100%;
	background-color: #ffffff;
	border-radius: 20px;
	border: 7px solid #35823b;
	box-shadow: 0 0px 0px 5px #0a1f10, inset 0 0 0 5px #fffe4b;
	padding:20px;
	margin-bottom: 30px;
	z-index:20;
}

/* 大表格寬度+延伸背景 */
.form {
	width: 100%;
	background-image: url(../images/0621_season/formBg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	background-size:contain;
}

/* 重複使用區塊 */
.form-brick {
	margin: 0px;
	padding:0px;
	background-color:transparent;
	border:transparent;
}

/* 大表格背景 頂部 */
.form-top {
	display: block;
	width: 100%;
	padding-top: 9%;
	background-repeat: round;
	background-image: url(../images/0621_season/formTop.png);
	background-size: contain;
}

/* 大表格背景 底部 */
.form-bottom {
	display: block;
	width: 100%;
	padding-top: 10%;
	background-repeat: no-repeat;
	background-image: url(../images/0621_season/formBottom.png);
	background-size: contain;
}

/* 活動選單按鈕 
說明: a:hover=滑鼠移過 action=目前頁*/
.menu{
	width: 100%;
	position: relative;

}
.menu ul.eventbtn {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	justify-content:center;
}

.menu ul.eventbtn li{
	display: block;
	list-style:none;
  	width: 30%;
	height: auto; 
}

.menu ul.eventbtn li a:hover, .menu ul.eventbtn li.action a {
	background-image: url(../images/0621_season/menu02.png);
}

.menu ul.eventbtn li a {
	height: 0;
	padding-bottom: 50%;
	background-size: 200% 100%;
	display: block;
	margin: 0 auto;
	background-image: url(../images/0621_season/menu01.png);

}

.menu ul.eventbtn li.eventbtn1 a{
	background-position-x: 0% !important;
}

.menu ul.eventbtn li.eventbtn2 a{
	background-position-x: -100% !important;
}


/* 社群分享 */
.social {
	display: block;
	width: 95%;
	height: auto;
	margin:auto;
	overflow: hidden;
	border-radius: 5px;
	padding-top: 1%;
}
.social ul {
	margin: 0px;
	padding: 0px;
}
.social li {
	float: left;
	list-style-type: none;
}
.share-fb,
.share-fb a,
.share-line,
.share-line a {
	display: inline-block;
	background-image: url(../../source/icon-social.png);
	width: 30px;
	height: 30px;
}
.share-fb,
.share-fb a {
	background-position: 0px 0px;
	margin-right: 5px;
}
.share-line,
.share-line a {
	background-position: -30px 0px;
	margin-right: 5px;
}

.form-inside{
	width:95%;
	margin: auto;
}

.story {
	display: block;
	color: #575cff;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
}

/* 列表標題 */

.form-title {
	color: #6600FF;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	line-height: 26px;
}

/* 表格 */
.table-buy {
	width: 100%;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
	line-height: 25px;
}

.table-buy thead tr td {
	color: #ffffff;
	font-weight:bold;
	line-height: 40px;
}

.table-buy > tbody > tr:hover > td {
	background-color: #c5ffff;
}


/* 任務列表標題邊框 */
.desc-title-race {
	color: #FFFFFF;
	background-color: #db00ce;
	/*border: 2px solid #FFFFFF;*/
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin: auto;
}

.desc-title-race2 {
	color: #FFFFFF;
	background-color: #35823b;
	/*border: 2px solid #FFFFFF;*/
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin: auto;
}

.desc-border-race {
	border: 1px solid #FF0033;
	clear: both;
}

/* 副標 */
.subtitle {
	display: inline-block;
	background: -moz-linear-gradient( center top, #a066fd 5%, #660bd9 100% );
	background: -ms-linear-gradient( top, #a066fd 5%, #660bd9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a066fd', endColorstr='#660bd9');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #a066fd), color-stop(100%, #660bd9) );
	background-color: #a066fd;
	border: 2px solid #7726e4;
	text-shadow: 0 0 10px #5300bb,0 0 10px #5300bb,0 0 10px #5300bb,0 0 10px #5300bb;
	color: #FFFFFF;
	font-size: 21px;
	border-radius: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 7px 20px 7px 20px;
}

/*虛寶圖*/
.show{
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	text-shadow: rgb(255, 255, 255) 0px 0px 14px, rgb(255, 255, 255) 0px 0px 14px, rgb(255, 255, 255) 0px 0px 14px;
	line-height:10px;
}

/*按鈕*/

.btn-pick {
	font-weight:bold;
	box-shadow: 0px 0px 0px 2px #fc6500;
	background:linear-gradient(to bottom, #ffa40e 5%, #ff5801 100%);
	background-color:#ffa40e;
	border-radius:3px;
	border:1px solid #ffbe64;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	padding:8px 12px;
	text-decoration:none;
	text-shadow:2px 1px 0px #533727;
	text-align: center;
	margin:8px 4px;
	width:70%;
}
.btn-pick:hover {
	background:linear-gradient(to bottom, #ff5801 5%, #ffa40e 100%);
	background-color:#ff5801;
}
.btn-pick:active {
	position:relative;
	top:1px;
}

/* 注意事項 */
.notice-buy {
	padding: 5px;
	background-color:#ffffff;
	border: #999999 solid 1px;
	margin: auto;
	font-size: 16px;
	line-height: 25px;
}
.notice-buy ul  {
	font-size: 15px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	color:#000000;
}
.notice-buy li {
	list-style-type: decimal;
	padding-bottom: 5px;
}

.mark-red{
	font-weight: bolder;
}

.rank-red{
	font-weight: bolder;
	color: #F00;
	font-size: 24px;
}

.mark-blue{
	font-weight: bolder;
}

.mark-purple{
	font-weight: bolder;
}

.step{
	margin-bottom:20px;
}

.download-img {
	float:left;
	display:block;
}

/*集字說明*/
.word{
	padding-top:40px;
}
.word-time{
	color: #FF0000;
	background-color: #feffb6;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin: auto;
	border-radius: 40px;
	border:2px solid #ca7620;
	width: 90%;
	margin-bottom:30px;
}

.word-title {
	color: #FFFFFF;
	background-color: #288cff;
	line-height: 40px;
	font-weight: bold;
	width: 100%;
	margin: auto;
}
.word-border {
	border: 1px solid #288cff;
	width: 100%;
	padding: 15px;
}

.word-title1 {
	color: #FFFFFF;
	background-color: #06bbfd;
	line-height: 40px;
	font-weight: bold;
	width: 100%;
	margin: auto;
}

.word-title2 {
	color: #FFFFFF;
	background-color: #d131dc;
	line-height: 40px;
	font-weight: bold;
	width: 100%;
	margin: auto;
}

.word-title3 {
	color: #FFFFFF;
	background-color: #179f94;
	line-height: 40px;
	font-weight: bold;
	width: 100%;
	margin: auto;
}

.word-title4 {
	color: #FFFFFF;
	background-color: #bf2235;
	line-height: 40px;
	font-weight: bold;
	width: 100%;
	margin: auto;
}

.word-border1 {
	border: 1px solid #06bbfd;
	width: 100%;
	padding: 15px;
}

.word-border2 {
	border: 1px solid #d131dc;
	width: 100%;
	padding: 15px;
}

.word-border3 {
	border: 1px solid #179f94;
	width: 100%;
	padding: 15px;
}

.word-border4 {
	border: 1px solid #bf2235;
	width: 100%;
	padding: 15px;
}
.banner {
	padding-top:8%;	
}

/*價值*/
.price-red{
	font-size:16px;
	color:#C00;
}

@media (max-width: 998px){
	

}


@media (max-width: 860px){

body{
	font-size: 16px;
}

.wrapper{
	background-size: 180%;
}

.rank-red{
	font-size: 18px;

}

.form-inside{
	width:100%;
}

}

@media (max-width: 640px){

.header .top {
	padding-bottom: 33%;
}

.menu ul.eventbtn li{
	display: block;
	list-style:none;
  	width: 50%;
	height: auto; 
}


.wrapper{
	background-size: 190%;
}

}
