
@charset "UTF-8";
/* フッター設定 */

/* フッター
---------------------------------------------------------- */
#footer {
	background-color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
#footer p.copyright {
	color: #fff;
	text-align: center;
}

/* ページの先頭へ
---------------------------------------------------------- */
#gotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 50px;
	z-index: 999;
}
#gotop a {
	background-color: #90b3e0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 10px;
	width: 50px;
	height: 50px;
}
#gotop a:hover {
	background-color: #a6c2e6;
}
#gotop a img {
	width: 100%;
}


