/*リンクの形状*/
#page-top a {
	background: #0372bb;
    display: block;
    padding:20px;
	width:100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.8rem;
	transition:all 0.3s;
}

#page-top a:hover {
	background: #1090e4;
}