@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/vip/vip_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	background-color: #000000;
	background-size: initial;
	}


.header{
	width:100%;
	}

.header .top {
	height: 0;
	padding-bottom: 35%;
	position: relative;
	z-index: 1;
	text-align:center;
}

.logo{
	background-image: url(../images/vip/title.png);
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;


		}


	
/* 手機 隱藏 */
.form-top,
.form-bottom {
	display: none;
}

/* 圖片置中 */
.img-responsive {
	margin:0px auto;
}


/*說明頁面*/


.form-daily {
	width: 100%;
	background-color: #672700;
	border: 8px solid #d38d2b;
	box-shadow: 0 0px 0px 5px #fff9b5 ,inset 0 0 5px 1px #000000;
	padding:20px;
	border-radius: 20px;
}


/* 社群分享 */
.social {
	color: #ffffff;
	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: #fff361;
	font-weight:bolder;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	line-height: 26px;
}

/* 表格 */
.table-buy {
	width: 100%;
	background-color: #ffdf6c;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
/*	table-layout: fixed; */
	line-height: 35px;
	color: #ffffff;
}

.table-buy thead tr td {
	background-color: #523321;
	padding: 5px;
	font-weight: bolder;
}

.table-buy tbody tr td {
	vertical-align: middle;
	padding:5px;
}

.table-buy2 {
	width: 100%;
	background-color: #ffdf6c;
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	line-height: 30px;
	color: #ffffff;
}

.table-buy2 thead tr td {
	vertical-align: middle;
	text-align:center;
	background-color: #523321;
	padding: 5px;
	font-weight: bolder;
}

.table-buy2 tbody tr td {
	vertical-align: middle;
	padding:5px;
}

.row1{
	background-color: #b35505;
}

.row2{
	background-color: #7d4829;
}

.table-buy > tbody > tr:hover > td {
	background-color: #3b67e6;
}
.table-buy2 > tbody > tr:hover > td {
	background-color: #3b67e6;
}


/* 任務列表標題邊框 */
.desc-title-race {
	color: #FFFFFF;
	background-color: #523321;
	/*border: 2px solid #FFFFFF;*/
	font-size: 21px;
	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;
	width: 95%;
	margin: auto;


}
.notice-buy ul  {
	font-size: 15px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	color: #ffffff;
}
.notice-buy li {
	list-style-type: decimal;
	padding-bottom: 5px;
	font-size: 16px;
}

.mark{
	color: #fbff00;
	font-weight: bolder;
}


/* 副標 */
.subtitle {
	display: inline-block;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a066fd', endColorstr='#660bd9');
	background-color: #7d4829;
	text-shadow: 2px 2px 1px #000000;
	color: #FFFFFF;
	font-size: 21px;
	border-radius: 20px;
	letter-spacing: 1px;
	font-weight: bolder;
	margin: 0px 0px 5px 20px;
	padding: 7px 20px 7px 20px;
	background-position: left top;
}



@media (max-width: 998px){
.wrapper{
	background-size: 180%;
}

.header .top {
	padding-bottom: 40%;
}

}

@media (max-width: 860px){
.wrapper{
	background-size: 200%;
}

.header .top {
	padding-bottom: 36%;
}

.form-daily {
	border: 6px solid #d38d2b;
	box-shadow: 0 0px 0px 3px #fff9b5 ,inset 0 0 5px 1px #000000;
	padding: 15px;
}

.form-inside{
	
	width:100%;
	margin: auto;
}

.table-buy{
	line-height:25px;
}
.table-buy2{
	line-height:25px;
}
body{
	font-size:16px;
}
}

/*Vip表格*/

@media (min-width:1000px){
.forapp1 {
	display:none;
}
}

@media (max-width:1000px){
.forpc1 {
	display:none;
}
}
