@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/0426_gift/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #fff1c4;
	background-size: initial;
	}


.header{
	width:100%;
	}

.header .top {
	height: 0;
	padding-bottom: 41%;
	position: relative;
	text-align:center;
}

.logo{
	background-image: url(../images/0426_gift/title.png);
	width: 95%;
	height: 90%;
	position: absolute;
	top:5%;
	left:2%;
	background-repeat: no-repeat;
	background-size: contain;
		}

.logo-gold{
	background-image: url(../images/0426_gift/title-gold.png);
	width: 95%;
	height: 90%;
	position: absolute;
	top:5%;
	left:2%;
	background-repeat: no-repeat;
	background-size: contain;
		}		



/* 圖片置中 */
.img-responsive {
	margin:0px auto;
}


/*說明頁面*/


.form-daily {
	width: 100%;
	background-color: #ffffff;
	border: 7px solid #500101;
	box-shadow: 0 0px 0px 6px #c41700 ,inset 0 0 0 3px #f6ff69;
	padding:20px;
	border-radius: 20px;
}


/* 社群分享 */
.social {
	display: block;
	width: 95%;
	height: auto;
	margin:auto;
	overflow: hidden;
	border-radius: 5px;
	padding-top: 3%;
}
.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: #60F;
	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;
/*	table-layout: fixed;*/
	line-height: 35px;
}

.table-buy thead tr td {
	background-color: #b11e1e;
	color: #ffffff;
	font-weight:bold;
}


.table-buy > tbody > tr:hover > td {
	background-color: #c5ffff;
}

.table-gift thead {
	font-size: 30px;
	color: #ffffff;
}

/* 任務列表標題邊框 */
.desc-title-race {
	color: #FFFFFF;
	background-color: #b11e1e;
	/*border: 2px solid #FFFFFF;*/
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	width: 95%;
	margin: auto;
}
.desc-border-race {
	border: 1px solid #FF0033;
	clear: both;
}

/* 注意事項 */
.notice-buy {
	padding: 5px;
	background-color:#ffffff;
	border: #999999 solid 1px;
	width: 95%;
	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;
}

.mark-blue{
	font-weight: bolder;
}

/*價值*/
.price-red{
	font-size:16px;
	color:#C00;
}

/*按鈕*/

.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;
}


@media (max-width: 998px){
.wrapper{
	background-size: 180%;
}

}

@media (max-width: 860px){
body{
	font-size:16px;
}

.wrapper{
	background-size: 190%;
}

.form-daily {
	border: 5px solid #500101;
	box-shadow: 0 0px 0px 4px #c41700 ,inset 0 0 0 3px #f6ff69;
	padding:10px;

}
.form-inside{
	width:100%;
}

.table-gift thead {
	font-size: 20px;
	color: #ffffff;
}

}
