/* このページのトップへボタン
------------------------------*/
#pageTop a{
	display: block;
	background-color: #EEE;
	color: #555;
	text-align: center;
	padding: 2em 1em;
}
#pageTop a:hover,
#pageTop a:focus{
	background-color: #F3F3F3;
	color: #888;
	text-decoration: none;
	transition: .3s;
}
