@charset "UTF-8";
footer {
    position: absolute;
    background: #5e5e5e;
    color: white;
    text-align: center;
    box-sizing: border-box;
    width:100%;
    padding: 10rem 0;
    z-index:9000;
}

footer a{
	font-size:0.7rem;
	color: white;
    text-decoration: none;
   margin-top: 1rem;
    display: inline-block;
}
footer a::after{
	content:"　|　";
}
footer a.last::after{
	content:"";
}

footer small{
	font-size:0.7rem;
	margin: 0 1rem;
}