
/* 檔尾設定 ///////////////////////////////////////////////////////////////////////////////// */
 
.footer_copyright {
	position:relative;
	width: 100%;
	/* min-height: 270px; */	
  font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: center;	

	padding-top: 25px;
	
	margin:0px auto 0px auto;    
	
	/*
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	*/
	
	background-color: #EBEBEB;	

	/*
  background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
  */	
  
  border:0pt solid #0000ff;	
	
}

/*
.copyright .columns {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	width: 980px;
	height: 210px;
}
*/

.footer_copyright .footer_table{
width:980px;
border-collapse:collapse;
height:210px;
}

.footer_copyright .footer_table .footer_col {


width: 326px;
color: #333333;
font-weight: 300;
font-size:13px;
line-height:22px;

text-align:left;
vertical-align:top;                                      
padding:0px 0px 0px 20px;

}

.footer_copyright .footer_table .footer_col .col_title{
min-height:45px;
}

.footer_copyright .footer_table .footer_col a:hover {
	color: #414141;
}

.footer_copyright .footer_table .footer_col a {
	color: #838383;
}

/* footer 語言區塊設定 start */

.footer_lang_wrap{
width:980px;
border:0pt solid #0000ff;
padding:0px 0px 0px 0px;
margin:0px 0px 20px 0px;
text-align:right;
}

.footer_lang_wrap #f_lang_close_sign{
display:block;
clear:both;
text-align:right;
border:0pt solid #0000ff;
padding:4px;
}    

.footer_lang_wrap #f_lang_close_sign img{
max-width:11px;
}

.footer_lang_wrap .choose_body{
position:relative;
float:right;
background-color:transparent;
top:0px;
right:5px;
z-index:10;
height:1px;
}

.footer_lang_wrap #lang_choose_record{
color: #333333;
text-align:left;
border:0pt solid #EBEBEB;
height:23px;
line-height:24px;
overflow:hidden;
padding-left:5px;
/*
background-image: url(".SITE_URL."images/bg_select_right_yen.jpg);
background-repeat: no-repeat;
background-position:right center;
*/
}

.footer_lang_wrap #lang_choose_place{
position:absolute;
display:none;
right:0px;
width:200px;
display:none;
border:1pt solid #cccccc;
background-color:#ffffff;
padding:10px 5px;
}

.footer_lang_wrap .choose_btn:hover{
text-decoration:none;
}

.footer_lang_wrap .choose_btn div{
color:#aaaaaa;
background-color:#ffffff;
text-align:left;
line-height:150%;
padding:5px 10px;
}

.footer_lang_wrap .choose_btn div:hover{
color:#666666;
background-color:#F6F6F6;
}

.footer_lang_wrap .choose_btn div.l_mark{
color:#6AB830;
font-weight:bold;
}

/* footer 語言區塊設定 end */

.footer_address {
	position: relative;
	width: 100%;
	margin:0px auto 0px auto;
	padding:15px 0px 15px 0px;
	
  /*
	text-align: center;
	 background-color: #6cc61d; 20150903 mkt要求改為 深綠 by Erica */
	/* background-color: #006400; 20150910 似不是,再改回 螢光綠 by Erica */
	background-color: #006600;
	border-top:1.5pt solid #006600;
	color: #ffffff;
	font-size:12px;
	
}

.footer_address .footer_word_wrap{
	width: 97%;
  max-width:960px;
  text-align: left;   
  border:0pt solid #0000ff;
}

.footer_address a:hover {
	text-decoration: underline;
	color: #0CF;
}

.footer_address a {
	color: #FFFFFF;
	text-decoration: none;
}


/* 右下角浮動按鈕區塊 */

#main_footer_button_wrap{
position:fixed;
bottom:0px;
left:0px;  
z-index:15;

width:100%;
height:0px;

margin:0px;

border:0pt solid #ff0000;

}

#main_footer_button{
max-width:1220px;
height:0px;

overflow:visible;

margin:0px;

border:0pt solid #0000ff;

}

#main_footer_button_wrap #main_footer_button_block{
position:relative;
bottom:55px;
}

#main_footer_button_wrap #main_footer_button .icon{
max-width:25px;
max-height:25px;
}

#main_footer_button_wrap #main_footer_button .a_item{
float:right;
background-color:#489010;
padding:8px 10px 8px 0px;
color:#ffffff;
border:0pt solid #ff0000;
/*min-width:90px; */
border-top:1pt solid #ffffff;
border-bottom:1pt solid #ffffff;
border-left:1pt solid #ffffff;
}

#main_footer_button_wrap #main_footer_button .a_item .icon{
margin:0px 2px 0px 5px;
}

#main_footer_button_wrap #main_footer_button .a_item.top{
background-color:#68C018;
padding-left:7px;
padding-right:7px;
border-right:1pt solid #ffffff;
}

#main_footer_button_wrap #main_footer_button .a_item.top .icon{
margin:0px 3px 0px 3px;
}

#main_footer_button_wrap #main_footer_button .a_item.die{
color:#A0A0A0;
}

