@charset "utf-8";
/* CSS Document */

/* 網頁延伸背景 */
body {
	background-image: url(../../2026/images/0212_merge/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 50px;
	background-color: #5e0013;
}


/* 手機 隱藏 */
.form-top,
.form-bottom {
	display: none;
}

/* 分享 
.share {
	display: block;
	position: relative;
	height:50px;
}*/

/* 大表格寬度+字型 */
.form {
	display: block;
	width: 95%;
	margin: auto;
	font-family: "微軟正黑體", Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	overflow: hidden;
}

/* 內容置中 */
.form-inside {
	width: 100%;
	margin: auto;
}

/* 重複使用區塊 */
.form-brick {
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 5px solid #783327;
}

/* 活動說明 */
.desc {
	display: block;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	padding: 10px;
	font-size: 18px;
	line-height: 24px;
	clear: both;
	border: 1px dashed #CC6600;
	border-width: 0px 0px 1px 0px;
	font-weight:bolder;
}

/* 列表標題 */
.title {
	color: #9b0000;
	font-weight:bolder;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	line-height: 26px;
}

/* 表格 捲軸 */
.scroll-buy {
	overflow-x: scroll;
	height: 640px;
	width: 100%;
	margin-bottom: 10px;
}

/* 優惠表格 寬度 */
.table-buy {
	width: 100%;
	background-color: #2C003B;
	text-align: center;
	vertical-align: middle;
}

/* 社群分享 */
.social {
	/* [disabled]position: absolute; */
	display: block;
	width: 185px;
	overflow: auto;
	border-radius: 5px;
	/*background: rgba(100%,100%,100%,0.6);*/
	padding: 5px;
	/* [disabled]top: 5px; */
	/* [disabled]right: 5px; */
}
.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;
}

/* 儲值注意事項 */
.notice-buy {
	/*background-color: #FF9;*/
	padding: 5px;
	
}
.notice-buy ul  {
	font-size: 14px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	color:#000000;
}
.notice-buy li {
	list-style-type: decimal;
	padding-bottom: 5px;
}





/* 捲軸樣式-灰 */
.scroll-buy::-webkit-scrollbar {
      width: 10px;
	  height:15px;
}
.scroll-buy::-webkit-scrollbar-track  {
	  background-color: rgba(80%,80%,80%,0.9);
      border-radius: 10px 10px 10px 10px;	  
}
.scroll-buy::-webkit-scrollbar-thumb {
      background-color: #999999;
	  border-radius: 10px 10px 10px 10px;
}

/*@media only screen and (min-width: 769px) {*/
@media only screen and (min-width: 971px) {
/* Line分享隱藏 */
.share-line {
	display:none;
}


/* 大表格寬度+延伸背景 */
.form {
	width: 970px;
	background-image: url(../../2026/images/0212_merge/formBg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* 內容置中 */
.form-inside {
	width: 800px;
}

/* 重複使用區塊 */
.form-brick {
	margin: 0px;
	padding:0px;
	border:0;
}

/* 大表格背景 頂部 */
.form-top {
	display: block;
	width:970px;
	height:145px;
	background-image: url(../../2026/images/0212_merge/formTop.png);
}

/* 大表格背景 底部 */
.form-bottom {
	display: block;
	background-image: url(../../2026/images/0212_merge/formBottom.png);
	height: 145px;
}

/* 活動說明 */
.desc {
	display: none;
}

/* 社群分享 定位 */
.social {
	top: 5px;
	right: 50px;
}


/* 指定各欄位寬度 */
.fixed-price {
	width: 25%;
}
.fixed-convert {
	width: 25%;
}
.fixed-bonus {
	width: 25%;
}

}

@media only screen and (max-width: 971px) {
.form-brick {
	background-color: #fffdca;
}

	
}

/*文字*/
.mark-brown {
	color: #600;
	font-weight: bold;
}

.mark-red {
	color: #f00;
	font-weight:bold;
}
