#footer{
	background: #000;
	position: relative;
}
html.front #footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;

}
#footer .privacy{
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 20px 10px;
    margin-right: 55px;
}
#footer .privacy a{ 
color: #fff; 
}

#footer .copyright{
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 20px 10px;
    margin-right: 55px;
}
#footer .scr_top{
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fccf00;
}

#footer .scr_top a{
	padding: 23px 20px;
	display: block;
}
.ft_share_area{
	height: 42px;
	background: rgb(125,126,125);
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(66,66,66,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(66,66,66,1) 100%);
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(66,66,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#424242',GradientType=0 );
}
.ft_share_area #share ul li .type{
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	vertical-align: middle;
	display: inline-block;
}
.ft_share_area #share ul li .mark img{
	width: auto;
	height: 100%;
}
.ft_share_area #share ul li .mark{
	height: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.ft_share_area #share ul li a{
	text-align: center;
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
	background: rgb(125,126,125);
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(66,66,66,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(66,66,66,1) 100%);
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(66,66,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#424242',GradientType=0 );
}
.ft_share_area #share ul li{
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	border-right: 1px solid #282828;
}
.ft_share_area #share ul{
	box-sizing: border-box;
	border-left: 1px solid #282828;
}
.ft_share_area #share{
	position: absolute;
	bottom: 110px;
	left: 0;
	right: 0;
	max-width: 375px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 1px) and (max-width: 960px){
}
@media(min-width: 1px) and (max-width: 640px){
	html.front #footer{
		display: none;
	}
	#footer{
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	.ft_share_area #share{
		bottom: 55px;
	}
}
