@charset "utf-8";
/* CSS Document */
html, div, map, dt, isindex, form {
}
/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
}


/*********/
body {
	margin: 0px;
	font-size: 14px;
	color: #000000;
	font-family: "微軟正黑體", "Microsoft JhengHei", arial, helvetica, clean, Verdana, Geneva, sans-serif;
	line-height: 1.8em;
	background-color: #333;
}
img {
	height: auto;
	max-width: 100%;
	border: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}
p {
	padding-top: 0px;
} 
a{
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	color: #ff6600;
	text-decoration: none;

}
a:hover{
	color: #fff;
	text-decoration: none;
}
h1{
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
}


/***飄***/
.cherry{
	/**z-index: 300;**/
	position: absolute;
	height: 100%;
	width: 100%;
}
#yinghua {
	width: 100px;
	height: 100px;
	opacity: 0.9;
	top:-10%;
	position: absolute;
    /*-webkit-transform:rotate3d(.6,1,.6,45deg);*/
    /*-moz-transform:rotate3d(.6,1,.6,45deg);*/
    /*-ms-transform:rotate3d(.6,1,.6,45deg);*/
    /*-o-transform:rotate3d(.6,1,.6,45deg);*/
    /*transform:rotate3d(.6,1,.6,45deg);*/
}
/********/
#m_sky_bar_menu{ display: none;
}
/********/
.main_container{
	display: block;
	position: relative;
	height: auto;
	min-width:360px;
}
.header{
	display: block;
	height: auto;
	min-width: 990px;
	background-color: #000000;
	text-align: center;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	overflow: hidden;
}
.header_m_img{display: none;}
.header_container{
	display: block;
	max-width: 990px;
	min-width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
}
.header_relative{
	display: block;
	position: relative;
	height: 821px;
	width: auto;
}
.header_relative .game_logo{
	display: block;
	position: absolute;
	top: 75px;
	height: auto;
	width: 216px;
	left: 5px;
}
.header_relative .btn_prev{
	display: block;
	position: absolute;
	top: 185px;
	height: auto;
	width: 216px;
	left: 10px;
}
.header_btn_container{
	display: block;
	width: 100%;
	position: absolute;
	top: 594px;
}
.header_btn_more{
	display: block;
	height: 82px;
	width: 262px;
	margin-right: auto;
	margin-left: auto;
}
.header_btn_more a{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/header_btn_more.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	width: 262px;
}
.header_btn_more a:hover{display: block;}


/****SKY-BAR****/
.sky_bar{
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 500;
}
.sky_container{
	display: block;
	position: relative;
}
.sky_bar_bg{
	display: block;
	top: 0px;
	width: 100%;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	height: 58px;
	opacity:0.9;
}
.sky_bar .sky_bar_content_container{
	display: block;
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.sky_bar .sky_bar_content_container .sky_bar_logo{
	display: block;
	max-height: 66px;
	width: 146px;
	float: left;
	height: auto;
	padding-top: 8px;
	padding-left: 10px;
}
.sky_bar .sky_bar_content_container .m_sky_bar_logo{
	display:none;
}
.sky_bar .sky_bar_content_container .sky_menu{
	display: block;
	float: right;
}
.sky_bar .sky_bar_content_container .sky_menu a.sky_menu_1 {
	display: inline-block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	width: 90px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.sky_bar .sky_bar_content_container .sky_menu a:hover.sky_menu_1{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_1.png);
	background-repeat: no-repeat;
	background-position: left -58px;
	float: left;
}
.sky_bar .sky_bar_content_container .sky_menu a.sky_menu_2 {
	display: inline-block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	width: 90px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.sky_bar .sky_bar_content_container .sky_menu a:hover.sky_menu_2{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_2.png);
	background-repeat: no-repeat;
	background-position: left -58px;
	float: left;
}
.sky_bar .sky_bar_content_container .sky_menu a.sky_menu_3 {
	display: inline-block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	width: 90px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.sky_bar .sky_bar_content_container .sky_menu a:hover.sky_menu_3{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_3.png);
	background-repeat: no-repeat;
	background-position: left -58px;
	float: left;
}
.sky_bar .sky_bar_content_container .sky_menu a.sky_menu_4 {
	display: inline-block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_4.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	width: 90px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.sky_bar .sky_bar_content_container .sky_menu a:hover.sky_menu_4{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/sky_bar_menu_4.png);
	background-repeat: no-repeat;
	background-position: left -58px;
	float: left;
}


/****右側快捷選單****/
.quick_menu{
	display: block;
	height: auto;
	width: 130px;
	position: fixed;
	right: 10px;
	z-index: 400;
	top: 90px;
}
.quick_menu .app_icon{
	display: block;
	height: 130px;
	width: 130px;
}
.quick_menu .app_qrCode{
	display: block;
	height: 130px;
	width: 130px;
	margin-bottom: 4px;
}
.quick_menu ul li{
	display: block;
	margin-bottom: 4px;
	height: 40px;
	width: 130px;
}
.quick_menu ul li.icon a{
	display: block;
}



/****底部快捷選單****/
.quick_menu2{
	display: block;
	background-color: #0e1154;
	height: auto;
	width: 100%;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 400;
}
.quick_menu2 ul li{
	display: block;
	width: 25%;
	list-style-type: none;
	float: left;
}
.quick_menu2 ul li a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/point_1.png);
	background-repeat: repeat-y;
	background-position: right;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.quick_menu2 ul li a:hover{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/point_1.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #06C;
}

.gototop {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-family: verdana;
	text-align: center;
	background: rgba(255, 0, 50, 1);
	color: #fff;
	position: fixed;
	z-index: 9999;
	bottom: 75px;
	right: 20px;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	display: none;
    /*先隱藏*/
}


/***獎項列表***/
.reward{
	display: block;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 34px;
	position: relative;
	height: auto;
	padding-bottom: 60px;
}
.reward_tb{
	display: block;
	border: 2px solid #9d7d52;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.9);
	margin-top: 34px;
	min-height: 200px;
	padding-top: 115px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.reward_tb_title{
	display: block;
	height: 140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 24px;
	text-align: center;
}
.reward_item{
	display: block;
	text-align: center;
}
.reward_item ul li{
	display: inline-block;
	width: 18%;
	padding-bottom: 20px;
}
.reward_item ul li .reward_item_img{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/reward_item_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	width: 84px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
.reward_item ul li .reward_item_name{
	display: block;
	color: #FC9;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	line-height: 1.2em;
	height: 2.5em;
}
/******/
.history_title{
	display: block;
	text-align: center;
	padding-top: 10px;
}
.history_table{
	display: block;
	text-align: center;
	padding: 15px;
}
.table_style_2{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tb_title_1{
	background-color: rgba(33, 20, 5, 0.8);
	text-align: center;
	font-size: 16px;
	color: #bc9e69;
}
.td_style_2{
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d341e;
}
.page-box{
	display: block;
	text-align: center;
	color: #333;
	font-size: 14px;
	padding-bottom: 20px;
}
.page-box a{
	display: inline-block;
	text-align: center;
	color: #bc9e69;
	font-size: 18px;
	padding-right: 4px;
	padding-left: 4px;
}
.page-box a:hover{
	color: #fff;
}

/****活動說明*****/
.note{
	display: block;
	height: auto;
	width: 100%;
	max-width: 990px;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 80px;
}
.note h1{
	color: #fff;
}
.note .note_content_container{
	display: block;
	text-align: left;
	font-size: 16px;
	color: #a68a55;
}
.note .note_content_container ul li{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 6px;
	margin-left: 20px;
}

/***底區塊***/
.footer{
	display: block;
	background-color: #000;
	height: 350px;
	width: 100%;
	min-width: 990px;
	padding-bottom: 0px;
}
.footer_container{
	display: block;
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	font-size: 12px;
	text-align: center;
}
.footer_link_container{
	display: block;
	color: #666;
	padding-top: 26px;
	padding-bottom: 26px;
}
.footer_link_container a{
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	color: #999;
	font-size: 16px;
}
.footer_link_container a:hover{
	color: #fff;
}
.footer_app_icon{
	display: block;
	text-align: center;
}
.footer_app_icon img{
	display: inline-block;
	border: 1px solid #333;
	margin-right: 5px;
	margin-left: 5px;
}
.footer_container .panda_logo{
	display: block;
	height: 54px;
	width: 54px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}
.footer_container .txt_1{
	display: block;
	margin-top: 0px;
}
.footer_container .gamerating{
	display: block;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 24px;
}
.footer_container .gamerating .img{
	display: block;
	float: left;
	height: 44px;
	width: 44px;
	margin-top: 2px;
	margin-right: 10px;
}
.footer_container .gamerating .txt_1{
	display: block;
	float: left;
	width: 440px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #999;
	margin-top: 0px;
}


/* 為寬768px的螢幕而設計 */
@media only screen and (min-width: 768px)  {
/***.sky_bar{
	display: block;
	height: 40px;
	width: 100%;
	position: fixed;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 500;
}***/
.quick_menu{}
.quick_menu2{display: none;}
}


/* 為寬480px的螢幕而設計 */
@media only screen and (min-width: 480px) and (max-width: 768px) {
/***.sky_bar{
	display: block;
	height: 40px;
	width: 100%;
	position: fixed;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 500;
}***/
.quick_menu{display: none;}
.quick_menu2{}
.gototop { bottom: 70px; }
.table_style_1{
	position: relative;
	font-size: 14px;
	width: 100%;
	line-height: 1.6em;
}

.sky_bar .sky_bar_content_container .sky_menu{
	display: none;
}
#m_sky_bar_menu_btn{
	display: block;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	height: auto;
	width: auto;
}
#m_sky_bar_menu_btn a{
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/s_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	display: block;
	float: right;
	opacity: 1;
	margin: 0px;
}
#m_sky_bar_menu_btn a:hover{
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/s_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	display: block;
	float: right;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0px;
}
/**/
#m_sky_bar_menu{
	width: 100%;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 600;
	height: 100%;
	display: none;
}
#m_sky_bar_menu .close_bar{
	display: block;
	width: auto;
	padding: 14px;
}
#m_sky_bar_menu .close_bar a{
	display: block;
	float: right;
	height: 28px;
	width: 28px;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/btn_gnb_close.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#m_sky_bar_menu li{
	width: auto;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#m_sky_bar_menu li.list{
	width: auto;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 18px;
}
#m_sky_bar_menu li ul{
	position: absolute;
	left: 210px;
	top: 1px;
	width: 220px;
	background: #404040;
	border: solid 1px #757575;
	display: none;
}
#m_sky_bar_menu li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 100%;
	display: block;
	color: #000;
	height: auto;
	line-height: 3em;
	text-indent: 10px;
	-webkit-transition: text-indent 0.3s ease;
	-moz-transition: text-indent 0.3s ease;
	-ms-transition: text-indent 0.3s ease;
	-o-transition: text-indent 0.3s ease;
	transition: text-indent 0.3s ease;
}
#m_sky_bar_menu li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	display: block;
	color: #000;
	text-indent: 10px;
	-webkit-transition: text-indent 0.3s ease;
	-moz-transition: text-indent 0.3s ease;
	-ms-transition: text-indent 0.3s ease;
	-o-transition: text-indent 0.3s ease;
	transition: text-indent 0.3s ease;
}
#m_sky_bar_menu li ul li{padding:5px 15px;}
#m_sky_bar_menu li ul li a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;		
}
#m_sky_bar_menu li ul li a:hover{color:#111;}

.header{
	display: block;
	height: auto;
	max-width: 768px;
	min-width: 640px;
	background-color: #000000;
	text-align: center;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/m_768.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.header_container{
	display: block;
	max-width: 768px;
	min-width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
}
.header_m_img{display: none;}

/***獎項列表***/
.reward{
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 34px;
	position: relative;
	height: auto;
	padding-bottom: 60px;
	padding-right: 15px;
	padding-left: 15px;
}
/****活動說明*****/
.note{
	display: block;
	height: auto;
	width: auto;
	max-width: auto;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 80px;
}

.footer{
	display: block;
	background-color: #000;
	height: 350px;
	width: 100%;
	min-width: 640px;
	padding-bottom: 100px;
}

}
/* 為寬320px的螢幕而設計 */
@media only screen and (max-width: 480px) {
/***.sky_bar{
	display: block;
	height: 40px;
	width: 100%;
	position: fixed;
	text-align: ;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 500;
}***/
.quick_menu{display: none;}
.quick_menu2{}
.quick_menu2 ul li a{
	height: 45px;
	line-height: 45px;
}
.gototop { 
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 50px;
    right: 10px; 
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
}
.sky_bar .sky_bar_content_container .sky_menu{
	display: none;
}
#m_sky_bar_menu_btn{
	display: block;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	height: auto;
	width: auto;
}
#m_sky_bar_menu_btn a{
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/s_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	display: block;
	float: right;
	opacity: 1;
	margin: 0px;
}
#m_sky_bar_menu_btn a:hover{
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/s_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	display: block;
	float: right;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0px;
}

/**/
#m_sky_bar_menu{
	width: 100%;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 600;
	height: 100%;
	display: none;
}
#m_sky_bar_menu .close_bar{
	display: block;
	width: auto;
	padding: 14px;
}
#m_sky_bar_menu .close_bar a{
	display: block;
	float: right;
	height: 28px;
	width: 28px;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/btn_gnb_close.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#m_sky_bar_menu li{
	width: auto;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#m_sky_bar_menu li.list{
	width: auto;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 18px;
}
#m_sky_bar_menu li ul{
	position: absolute;
	left: 210px;
	top: 1px;
	width: 220px;
	background: #404040;
	border: solid 1px #757575;
	display: none;
}
#m_sky_bar_menu li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
	display: block;
	color: #000;
	height: auto;
	line-height: 3em;
	text-indent: 10px;
	-webkit-transition: text-indent 0.3s ease;
	-moz-transition: text-indent 0.3s ease;
	-ms-transition: text-indent 0.3s ease;
	-o-transition: text-indent 0.3s ease;
	transition: text-indent 0.3s ease;
}
#m_sky_bar_menu li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	display: block;
	color: #000;
	text-indent: 10px;
	-webkit-transition: text-indent 0.3s ease;
	-moz-transition: text-indent 0.3s ease;
	-ms-transition: text-indent 0.3s ease;
	-o-transition: text-indent 0.3s ease;
	transition: text-indent 0.3s ease;
}
#m_sky_bar_menu li ul li{padding:5px 15px;}
#m_sky_bar_menu li ul li a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;		
}
#m_sky_bar_menu li ul li a:hover{color:#111;}

.header{
	display: block;
	height: auto;
	min-width: 360px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.header_relative .game_logo{
	display: none;
}
.header_m_img{
	display: block;
	line-height: 1px;
	position: relative;
}
.header_m_img .m_game_logo{
	display: none;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0px;
	text-align: center;
	padding-top: 70px;
}
.header_m_img .m_game_logo img{
	display: block;
	height: auto;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
.header_m_img .btn_prev{
	display: block;
	position: absolute;
	top: 70px;
	height: auto;
	width: 114px;
	left: 0px;
}

.header_m_img .m_header_btn_more{
	display: none;
	width: 100%;
	position: absolute;
	bottom: 18%;
	height: auto;
}
.header_m_img .m_header_btn_more a{
	display: block;
	width: 40%;
	line-height: 1em;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	background-color:rgba(0,0,0,0.8);
	border: 1px solid #FFF;
}
.header_m_img .m_header_btn_more a:hover{
	display: block;
	color: #FFF;
}
.header_container{
	display: none;
}

/***獎項列表***/
.reward{
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 34px;
	position: relative;
	height: auto;
	padding-bottom: 60px;
	padding-right: 0px;
	padding-left: 0px;
}
.reward_tb_title{
	display: block;
	height: 140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 24px;
	text-align: center;
}
.reward_tb{
	display: block;
	border: 2px solid #9d7d52;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.9);
	margin-top: 34px;
	min-height: 200px;
	padding-top: 110px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.reward_item ul li{
	display: inline-block;
	width: 100px;
	padding-bottom: 4px;
}
.reward_item ul li .reward_item_img{
	display: block;
	background-image: url(//static1.gamepanda.tw/web/gamepanda.tw/img/gacha/reward_item_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	width: 84px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
.reward_item ul li .reward_item_name{
	display: block;
	color: #FC9;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 1.2em;
	height: 2.5em;
	overflow: hidden;
	width: 100%;
}
/***歷史紀錄***/
.history_title{
	display: block;
	text-align: center;
	padding-top: 10px;
}
.history_table{
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.table_style_2{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tb_title_1{
	background-color: rgba(33, 20, 5, 0.8);
	text-align: center;
	font-size: 12px;
	color: #bc9e69;
}
.td_style_2{
	text-align: center;
	font-size: 12px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d341e;
}
.page-box{
	display: block;
	text-align: center;
	color: #333;
	font-size: 13px;
	padding-bottom: 20px;
}
.page-box a{
	display: inline-block;
	text-align: center;
	color: #bc9e69;
	font-size: 18px;
	padding-right: 4px;
	padding-left: 4px;
}
.page-box a:hover{
	color: #fff;
}
/****活動說明*****/
.note{
	display: block;
	height: auto;
	width: auto;
	max-width: auto;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 80px;
}
.note h1{
	color: #fff; font-size: 18px;
}
.note .note_content_container{
	display: block;
	text-align: left;
	font-size: 14px;
	color: #a68a55;
}
.note .note_content_container ul li{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 6px;
	margin-left: 20px;
}


.footer{
	display: block;
	min-width: 360px;
	height: auto;
	padding-bottom: 100px;
}
.footer_container .gamerating{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 24px;
}
.footer_container .gamerating .img{
	display: block;
	float: none;
	height: 44px;
	width: 44px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
.footer_container .gamerating .txt_1{
	display: block;
	float: none;
	width: 90%;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	color: #999;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.footer_container .clearfloat{display: none;}

}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果已移除 .container 上的 overflow:hidden) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
