
/* Mobile 設定 ///////////////////////////////////////////////////////////////////////////////// */

#footer_copyright{
display:none;
}  

/* 主列表 Mobile Footer 區塊設定 */

#Mobible_Main_footer_wrap{
display:block;
border:0pt solid #ff0000;
background-color: #ebebeb;  
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 6px;
color:#3E3E3E;
font-size:45px;
}

#Mobible_Main_footer_wrap .follow_item:hover{
color:#6cc61d;
}

/* 表格版面  0px 到 1000px */

@media screen and (min-width: 0px) and (max-width: 1000px){

.footer_address {
padding-bottom:60px;
}

}

/* 表格版面  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){

}