@charset "UTF-8";
/* CSS Document */

#anchor_floating {
	bottom:0;
	position:fixed;
	width:100%;
	max-width:780px;
	z-index:3;
}

#anchor_floating ul {
	display:flex;
	justify-content:center;
}

#anchor_floating ul li:not(:last-child) {
	margin-right:10px;
}

@media screen and (max-width: 768px){
	#anchor_floating {
		left:0;
		margin:auto;
		width:100%;
	}
}