
/* Mobile 設定 ///////////////////////////////////////////////////////////////////////////////// */

#footer_copyright{
display:none;
}  

/* 主列表 Mobile Footer 區塊設定 */

#Mobible_Main_footer_wrap{
display:block;
border:0pt solid #ff0000;
/* background-color: #6cc61d; 20150903 mkt要求改為 深綠 by Erica */
/* background-color: #006400; 20150910 似不是,再改回 螢光綠 by Erica */
background-color: #6cc61d;
padding:10px 0px 10px 0px;
margin:0px 0px 10px 0px;
}

#Mobible_Main_footer_wrap a:hover {
	text-decoration: none;
}

#Mobible_Main_footer_wrap .follow_item{
border:0pt solid #00ff00;
margin:10px 8px;
color:#ffffff;
font-size:45px;
}

/* 表格版面  0px 到 1000px */

@media screen and (min-width: 0px) and (max-width: 1000px){

.footer_address {
padding-bottom:20px;
}

}

/* 表格版面  0px 到 480px */

@media screen and (min-width: 0px) and (max-width: 475px){

}

/* 表格版面 481px 到 786px */

@media screen and (min-width: 476px) and (max-width: 768px){

}

/* 桌面版本 789px 到 1024 */

@media screen and (min-width: 769px) and (max-width: 1000px){

}