#share{
	width:985px;
	margin:-30px auto 0 auto;
	text-align:right;
	padding:10px 0 10px 0;
	clear:both;
}
#share_footer{
	width:733px;
	margin:-30px auto 0 auto;
	text-align:right;
	padding:10px 0 10px 0;
	clear:both;
}
#share ul,#share_footer ul{
	height:auto;
}
#share li,#share_footer li{
	font-size:14px;
	display:inline-block;
	text-align:center;
	width:84px;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}

#share a,#share_footer a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover,#share_footer a:hover{
	text-decoration:none;
	color:#ffffff;
}
@charset "utf-8";

@media screen and (max-width: 500px){
#share,#share_footer{
	margin: auto;
	text-align: center;
	width: 100%;
}
#share li,share_footer li{
	margin-right: 1%;
}
}