@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/0108_party/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #342828;
	background-size: contain;
	}


.header{
	width:100%;
	}

.header .top {
	height: 0;
	padding-bottom: 28%;
	position: relative;
	text-align:center;
}

.logo{
	background-image: url(../images/0108_party/title.png);
	width: 92%;
	height: 89%;
	position: absolute;
	top:0%;
	left:3%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}


.doll1{
	background-image: url(../images/0108_party/doll1.png);
	width: 15%;
	height:100%;
	position: absolute;
	top: 4%;
	left: 61%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-filter: drop-shadow(3px 1px 3px #ffffff);
	filter: drop-shadow(0px 0px 3px #ffffff);
	z-index:20;
}


.doll2{
	background-image: url(../images/0108_party/doll2.png);
	width: 17%;
	height:100%;
	position: absolute;
	top: 4%;
	left: 76%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-filter: drop-shadow(3px 1px 3px #ffffff);
	filter: drop-shadow(0px 0px 3px #ffffff);
	z-index:20;
}

/* 圖片置中 */
.img-responsive {
	margin:0px auto;
}


/*說明頁面*/
.form-daily {
	width: 100%;
	background-color: #ffffff;
	border-radius: 20px;
	border: 8px solid #fff800;
	box-shadow: 0 0px 0px 4px #ffbc00, inset 0 0 0 4px #542c00;
	padding:20px;
	margin-bottom: 30px;
}

.form-daily2 {
	width: 100%;
	background-color: #ffffff;
	border-radius: 20px;
	border: 8px solid #2fc501;
	box-shadow: 0 0px 0px 4px #3cff00, inset 0 0 0 4px #005c0d;
	padding:20px;
	margin-bottom: 30px;
}

/* 大表格寬度+延伸背景 */
.form {
	width: 100%;
	background-image: url(../images/0108_party/formBg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	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: 35%;
	height: auto; 
}

.menu ul.eventbtn li a:hover, .menu ul.eventbtn li.action a {
	background-image: url(../images/0108_party/menu02.png);
}

.menu ul.eventbtn li a {
	height: 0;
	padding-bottom: 52%;
	background-size: 200% 100%;
	display: block;
	margin: 0 auto;
	background-image: url(../images/0108_party/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;
}

/* 列表標題 */

.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: 28px;
}

.table-buy thead tr td {
	color: #ffffff;
	font-weight:bold;	
}

.table-buy > tbody > tr:hover > td {
	background-color: #c5ffff;

}


/* 任務列表標題邊框 */
.desc-title-race {
	color: #FFFFFF;
	background-color: #ff8d00;
	/*border: 2px solid #FFFFFF;*/
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin: auto;
}

.desc-title-race2 {
	color: #FFFFFF;
	background-color: #0AB80A;
	/*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;
}

/*示意圖*/
.sub img{
	border: #eee807 3px solid;
    margin-bottom: 8px;
}
/* 注意事項 */
.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;
}

/*集字說明*/
.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;
}

.banner {
	padding-top:8%;	
}

/*按鈕*/
/*按鈕*/

.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 2px 0px #533727;
	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;
}

/* 福袋 */

.fa-title {
	color: #FFFFFF;
	background-color: #8B00F2;
	border: 1px solid #b98aff;
	font-size: 21px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;

}
.fa-border {
	border: 1px solid #b98aff;
	padding:20px;
}
.pack-title {
	background-color: #99CCFF;
	border: 2px solid #66CCFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.pack-border {
	border: 1px solid #66CCFF;
	overflow: hidden;
	padding: 5px;
	display:block;
	background-color: #ffffff;
	
}
.item-pack {
	background-color: #FFFFFF;
	border: 1px solid #0099FF;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	margin: 10px 18px 20px 16px;
	float:left;
	width:20%;
}
.item-pack-name {
	background: -moz-linear-gradient( center top, #5ed7ff 5%, #28bbff 100% );
	background: -ms-linear-gradient( top, #5ed7ff 5%, #28bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ed7ff', endColorstr='#28bbff');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #5ed7ff), color-stop(100%, #28bbff) );
	background-color: #5ed7ff;
	border: 1px solid #0099FF;
	border-radius: 15px 15px 0px 0px;
	padding: 5px;
	color: #000000;
}
.item-pack-award {
	padding: 10px;
}

/* 按鈕 */
 .btn2 a {
	display: block;
	width: 50%;
	background: -moz-linear-gradient( center top, #0096ff 5%, #005aff 100% );
	background: -ms-linear-gradient( top, #0096ff 5%, #005aff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096ff', endColorstr='#005aff');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #0096ff), color-stop(100%, #005aff) );
	background-color: #0096ff;
	border: 1px solid #0066FF;
	border-radius: 8px;
	color: #ffffff;
	font-size:20px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}
.btn2 a:hover {
	background: -moz-linear-gradient( center top, #005aff 5%, #0096ff 100% );
	background: -ms-linear-gradient( top, #005aff 5%, #0096ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#005aff', endColorstr='#0096ff');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #005aff), color-stop(100%, #0096ff) );
	background-color: #0096ff;
}

.btn3 a {
	display: block;
	background: -moz-linear-gradient( center top, #ff002f 5%, #9e1212 100% );
	background: -ms-linear-gradient( top, #ff002f 5%, #9e1212 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002f', endColorstr='#9e1212');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff002f), color-stop(100%, #9e1212) );
	background-color: #ff002f;
	border: 1px solid #ffb4b4;
	border-radius: 8px;
	color: #ffffff;
	font-weight:bolder;
	text-align: center;
	padding: 10px 0px 10px 0px;
	width:70%;
	margin:0 auto;
}
.btn3 a:hover {
	background: -moz-linear-gradient( center top, #9e1212 5%, #ff002f 100% );
	background: -ms-linear-gradient( top, #9e1212 5%, #ff002f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e1212', endColorstr='#ff002f');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #9e1212), color-stop(100%, #ff002f) );
	background-color: #ff002f;
}


/*價值*/
.price-red{
	font-size:16px;
	color:#C00;
}

/*step*/


@media (max-width: 998px){
	
.wrapper{
	background-size: 156%;
}


}

@media (max-width: 860px){

body{
	font-size: 16px;
}

.wrapper{
	background-size: 176%;
}


.table-buy {
 line-height:35px;
}

.rank-red{
	font-size: 18px;

}

.form-inside{
	width:100%;
}

}

@media (max-width: 640px){
.wrapper{
	background-size: 193%;
}

.header .top {
	padding-bottom: 33%;
}

.menu ul.eventbtn li{
	display: block;
	list-style:none;
  	width: 50%;
	height: auto; 
}

.form-daily {
	border-radius: 10px;
	border: 5px solid #fff800;
	box-shadow: 0 0px 0px 3px #ffbc00, inset 0 0 0 3px #542c00;
}

}
