a,
img {
	text-decoration: none;
	cursor: pointer;
}
body {
	margin: 0;
	overflow: hidden;
}
.container {
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	display: flex;
}
.gate {
	background: #fff;
	font-family: Arial, Sans-Serif;
	text-align: center;
	max-width: 420px;
	margin: auto;
	padding: 25px 50px;
}
.gate .description {
	font-size: 14px;
	color: #222222;
	margin-bottom: 20px;
}
.gate table {
	width: 70%;
	margin: 0px auto 20px auto;
}
.gate table .browserName a,
.gate table .browserName a:visited {
	font-size: 12px;
	color: #848484;
	font-weight: bold;
}
.gate table img {
	width: 50px;
	height: 50px;
}
.gate .footnote {
	border-top: 1px solid #ccc;
	font-style: italic;
	color: #848484;
	font-size: 11px;
	padding-top: 10px;
}
.gate .footnote a {
	color: #d62a34;
}
.gate .title {
	font-size: 24px;
	color: #222222;
	margin-bottom: 20px;
}