@charset "utf-8";
/* CSS Document */

@import url(./font_web.css);

footer {
	font-family: "ClearSans_Light", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 ;
	color: #000;
}
footer div{
	background-repeat: no-repeat;
}

/* ~~ 元素/標籤選取器 ~~ */
footer ul,footer ol,footer dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding: 0;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
}
footer a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
footer .div_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
footer a:link {
	color:#414958;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
footer a:visited {
	color: #4E5869;
	text-decoration: none;
}
footer a:hover,footer a:active,footer a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}



#site_map{
	clear:both;
	background: #4c4c4c;
	position:relative;
	width:100%;
	height:auto;
	font-size:12px;
	padding-bottom:30px;
	z-index:5;
	color:#fff;
	line-height:16px;
}
#site_center{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	max-width: 630px;
	margin:0 auto;
	padding:0 10px;
}
.share_area{
	position: relative;
	width: 90%;
	margin: 40px auto 0;
	overflow: hidden;
}
.share_area div{
	float: left;
	background-repeat: no-repeat;
	margin-left: 40px;
	transition:background-image 0.3s;
}
#fb_share{
	background-image: url(../images/footer/btn_fbshare01.svg);
	width: 220px;
	height: 60px;
}
#fb_share:hover{
	background-image: url(../images/footer/btn_fbshare02.svg);
}
#twitter_share{
	background-image: url(../images/footer/btn_tweet01.svg);
	width: 220px;
	height: 60px;
}
#twitter_share:hover{
	background-image: url(../images/footer/btn_tweet02.svg);
}
#site_map h3{
	font-family: "ClearSans_Italic";
	font-size: 1.6em;
	color: #c7c8c8;
	text-align: center;
	margin-top: 36px;
}
#site_map h4{
	font-family: "ClearSans_Regular";
	font-size: 1.2em;
	color: #9d9e9e;
	text-align: center;
	margin-top: 10px;
}
.footer_social{
	position: relative;
	width: 80%;
	margin: 20px auto 0;
	overflow: hidden;
}
.footer_social div{
	float: left;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin-left: 38px;
	transition: background-image 0.3s;
}
.footer_social a:nth-child(1) div{
	background-image: url(../images/footer/btn_fb01.svg);
}
.footer_social a:nth-child(2) div{
	background-image: url(../images/footer/btn_twitter01.svg);
}
.footer_social a:nth-child(3) div{
	background-image: url(../images/footer/btn_in01.svg);
}
.footer_social a:nth-child(4) div{
	background-image: url(../images/footer/btn_google01.svg);
}
.footer_social a:nth-child(5) div{
	background-image: url(../images/footer/btn_youtube01.svg);
}
.footer_social a:nth-child(6) div{
	background-image: url(../images/footer/btn_weibo01.svg);
}
.footer_social a:nth-child(1) div:hover{
	background-image: url(../images/footer/btn_fb02.svg);
}
.footer_social a:nth-child(2) div:hover{
	background-image: url(../images/footer/btn_twitter02.svg);
}
.footer_social a:nth-child(3) div:hover{
	background-image: url(../images/footer/btn_in02.svg);
}
.footer_social a:nth-child(4) div:hover{
	background-image: url(../images/footer/btn_google02.svg);
}
.footer_social a:nth-child(5) div:hover{
	background-image: url(../images/footer/btn_youtube02.svg);
}
.footer_social a:nth-child(6) div:hover{
	background-image: url(../images/footer/btn_weibo02.svg);
}
#site_map hr{
	width: 100%;
	height: 1px;
	border: none;
	text-align: center;
	background-color: #9d9e9e;
	margin: 20px auto;
}
.footer_area{
	position: relative;
	float: left;
	width: 20%;
	min-height: 200px;
	margin-left: 5%;
	margin-top: 10px;
}
.footer_area .area_title{
	font-family: "ClearSans_Italic";
	font-size: 1.5em;
	color: #c7c8c8;
	font-weight: normal;
}
.footer_area ul{
	list-style: none;
}
.footer_area ul li a{
	font-family: "ClearSans_Light";
	font-size: 1em;
	color: #9d9e9e;
	transition:color 0.3s;
}
.footer_area ul li a:hover{
	color: #fff;
}
.footer_area ul li:first-child{
	margin-top: 28px;
}
.footer_area ul li{
	margin-top: 7px;
	line-height: 15px;
}
.copyright{
	font-family: "ClearSans_Thin";
	font-size: 1em;
	color: #9d9e9e;
	text-align: center;
}
footer .copyright a{
	color: #9d9e9e;
	transition:color 0.3s;
}
footer .copyright a:hover{
	color: #fff;
}
.copyright{
	font-family: "ClearSans_Thin";
	font-size: 1em;
	color: #9d9e9e;
	text-align: center;
}
footer .copyright a{
	color: #9d9e9e;
	transition:color 0.3s;
}
footer .copyright a:hover{
	color: #fff;
}
.multi_lang{
	position: relative;
	display: inline-block;
	min-width: 50px;
	border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 6px;
	margin: 0 0 0 5px;
    padding: 2px 5px;
    list-style: none;
    bottom: 100%;
    color: #fff;
}


/* width 768px rwd */
@media screen and (max-width: 768px){
	.share_area{
		width: 75%;
	}
	.footer_social{
		width: 50%;
	}
	.footer_social div{
		margin-left: 4%;
    	width: 12%;
	}
	.share_area div{
		margin-left: 5%;
	}
	#fb_share, #twitter_share{
		width: 45%;
		height: 60px;
	}
	.copyright{
		width: 60%;
		margin: 0 auto;
	}
}

/* width 480px rwd */
@media screen and (max-width: 480px){
	.share_area{
		width: 48%;
	}
	#fb_share, #twitter_share{
		width: 83%;
		float: none;
		margin: 0vw auto 0;
	}
	#site_map h3{
		margin-top: 6vw;
	}
	.footer_social div{
		width: 25%;
		margin: 6vw 0 0 8%;
	}
	.footer_area{
		width: 45%;
	}
	.copyright{
		width: 80%;
	}
}



