@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/0111_guide/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #fcd8a6;
	background-size: contain;
	}


.header{
	width:100%;
	}

.header .top {
	height: 0;
	padding-bottom: 27%;
	position: relative;
	text-align:center;
}

.logo{
	background-image: url(../images/0111_guide/title.png);
	width: 87%;
	height: 100%;
	position: absolute;
	top:2%;
	left:6%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}

/* 圖片置中 */
.img-responsive {
	margin:0px auto;
}


/*說明頁面*/



.form-daily {
	width: 100%;
	background-color: #ffffff;
	border: 7px solid #ff27b2;
	box-shadow: 0 0px 0px 5px #ff8ffd, inset 0 0 0 5px #970189;
	padding:20px;
	margin-bottom: 20px;
}


/* 大表格寬度+延伸背景 */
.form {
	width: 100%;
	background-image: url(../images/0111_guide/formBg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	background-size:contain;
}


/* 社群分享 */
.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:100%;
	margin: auto;
}

/* 列表標題 */

.form-title {
	color: #6600FF;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	line-height: 26px;
}

/*項目*/
.item{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.item a:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
}

/* 表格 */
.table-buy {
	width: 100%;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
	line-height: 40px;
}

.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: #750dff;
	/*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;
}

/* 注意事項 */
.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;
}

.step{
	margin-bottom:20px;
}

@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-daily {
	border: 3px solid #0eb19a;
	box-shadow: 0 0px 0px 3px #3deac2, inset 0 0 0 3px #1d5f53;
}

.form-inside{
	width:100%;
}

}

@media (max-width: 640px){
.wrapper{
	background-size: 193%;
}	

}
