@import url("reset.css");

*{-webkit-box-sizing:border-box;
	-webkit-text-size-adjust:none;
	text-decoration:none;
	font-family:Arial, Helvetica, "微軟正黑體", sans-serif;}

#footer{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#efefef;
	padding:3%;
	}
	
#footer .GUIDE{
	width:100%;
	height:30px;
	margin:0 auto;
	margin-bottom:5px;
	}
	
#footer .GUIDE ul{
	width:100%;
	}
	
#footer .GUIDE li{
	float:left;
	width:33.333333334%;
	height:30px;
	background-image:url(../images/footer/line.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:1px 15px;
	}
#footer .GUIDE li:last-child{
	background-image:none;
	}
#footer .GUIDE li a{
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	font-size:0.9em;
	line-height:30px;
	color:#6e25a8;
	}
#footer h6{
	width:70%;
	float:left;
	color:#979797;
	font-weight:inherit;
	line-height:1.6em;}
#footer h6 a{
	color:#979797;}
	
	
#footer .CHARE{
	float:right;
	width:30%;
	height:30px;
	}
	
#footer .CHARE ul{
	width:100%;}
		
#footer .CHARE li{
	float:right;
	width:35px;
	height:35px;}
	
#footer .CHARE li a{
	display:block;
	width:35px;
	height:35px;
	margin:0 auto;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	text-indent:-9999px;}
	
#footer .CHARE li a.FB{
	border:1px solid #3b579d;
	background-image:url(../images/footer/fb_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:20px 20px;
	margin-left:-5px;}
	
#footer .CHARE li a.LINE{
	border:1px solid #00b900;
	background-image:url(../images/footer/line_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:25px 25px;}
	
#footer .SERVICE{
	float:right;
	width:30%;
	height:30px;}
	
#footer .SERVICE a{
	display:block;
	width:80%;
	margin:0 auto;
	margin-right:0%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #6e25a8;
	line-height:30px;
	color:#6e25a8;
	text-align:center;
	font-size:0.8em;}
