@font-face {
	font-family: 'Basicdots';
	src: url('https://xdiloc.github.io/assets/font/Basicdots.eot');
	src: url('https://xdiloc.github.io/assets/font/Basicdots.eot?#iefix') format('embedded-opentype'),
	url('https://xdiloc.github.io/assets/font/Basicdots.woff2') format('woff2'),
	url('https://xdiloc.github.io/assets/font/Basicdots.woff') format('woff'),
	url('https://xdiloc.github.io/assets/font/Basicdots.ttf') format('truetype'),
	url('https://xdiloc.github.io/assets/font/Basicdots.svg#Basicdots') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #edeef0;
	background-size: 40px 40px;
	background-image: radial-gradient(circle, #aaa 1px, rgba(0, 0, 0, 0) 1px);
	background-attachment: fixed;
}

a, a:active {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background-color: #333;
	outline-style: none;
	text-decoration: none;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 190px;
	display: inline-block;
	border-radius: 3px;
}

a:visited {
	color: #666;
}

a:hover {
	color: #111;
	background-color: #666;
}

hr {
	border-top: 1px #444 solid;
	height: 1px;
	background-color: #000;
}

@media screen and (max-width: 720px) {
	.pnf {
		margin-left: -140px;
	}
	.pnf_ef {
		font-size: 20px;
	}
	.notice {
		width: 280px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		border-top: 6px solid #333;
		border-bottom: 6px solid #333;
		border-radius: 5px;
	}
	.mwarp > * {
		margin-bottom: 8px;
	}
	.mwarp > *:last-child, .mwarp > *:only-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 721px) {
	.pnf {
		margin-left: -220px;
	}
	.pnf_ef {
		font-size: 30px;
	}
	.notice {
		width: 420px;
		padding-top: 16px;
		padding-bottom: 16px;
		border-left: 10px solid #333;
		border-right: 10px solid #333;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		border-radius: 8px;
	}
}

.warp > * {
	margin-bottom: 10px;
}

.warp > *:last-child, .warp > *:only-child {
	margin-bottom: 0;
}

.pnf {
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
}

.notice {
	background-color: #222;
	text-align: center;
	box-shadow: 0px 0px 3px rgba(0, 0, 0,.8);
	-o-box-shadow: 0px 0px 3px rgba(0, 0, 0,.8);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0,.8);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0,.8);
}

.pnf_ef {
	color: #fff6a9;
	font-weight: bold;
	font-family: 'Basicdots';
	text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}

.spinkit {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #666;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
		background-color: #fff6a9;
		-webkit-box-shadow:  0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
		border-radius: 4px;
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		background-color: #fff6a9;
		box-shadow:  0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
		border-radius: 4px;
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

