body {
	color: Black;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
}
main {
	hyphens: auto;
	-moz-hyphens: auto;
	text-align: justify;
	position: relative;
	background-color: white;
	margin: 25px;
	padding: 20px;
	max-height: 100%;
	border: 1px solid;
}
footer {
	text-align: right;
	font-size: 0.9rem;
	color: DarkGray;
}
main::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 10px black;
	animation: 0.5s ease-out 0s 1 fadeIn;
	/* opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
main:hover::after {
	opacity: 1; */
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
h1, h2, h3 {
	color: DarkBlue;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
	margin: 0;
}
header {
	text-align: right;
}
#mascot {
	float: left;
	margin-right: 20px;
	border: 1px solid black;
	height: 250px;
}
.ecoin-addresses {
	word-break: break-all;
	-moz-hyphens: none;
	hyphens: none;
	font-size: 0.8rem;
}
.ecoin-addresses dd {
	font-family: Monospace;
	margin: 0;
}
.ecoin-addresses dt {
	font-weight: bold;
}
article {
	border-left: 1px solid black;
}
article h2 {
	border-bottom: 1px solid black;
	padding-left: 20px;
}
article ul {
	display: inline-block;
	margin: 0 10px 0 0;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
table {
	display: inline-table;
	padding: 5px;
	border: 1px solid;
}
th, td {
	border: 1px solid;
}
th {
	padding: 0 5px;
	text-align: right;
}
figure {
	text-align: center;
}
th:empty, td:empty { visibility: hidden; }
td {
	text-align: left;
	padding: 0 5px;
}
.ecoin-address {
	word-break: break-all;
}
