@charset "utf-8";
.home {
	height: 50px;
	width: 50px;
	position: fixed;
	left: 10px;
	top: 10px;
}
.inform {
	position:fixed;
	width:50px;
	height:50px;
	z-index:1;
	cursor: help;
	top: 10px;
	right: 10px;
	visibility: visible;
}
