@import url("./common.css");

body {
	width: 800px;
	margin: 0 auto;
}

h1, h2 {
	background-color: inherit;
	text-align: center;
	margin: 10px 0;
}

h1 {
	margin-top: 30px;
}

section {
	margin-bottom: 30px;
}

.link-contents {
	display: block;
	width: 760px;
	height: 140px;
	margin: 10px auto;
	padding: 15px 20px;
	border-radius: 4px;
	border: solid 1px var(--main-border-color);
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: inherit;
}
.link-contents:hover {
	background-color: var(--sub-bg-color);
}
.link-contents h3 {
	margin: 0 0 10px 0;
}
.link-contents p {
	margin: 0;
}

.list-contents {
	position: relative;
	width: 760px;
	margin: 10px auto;
	padding: 15px 20px;
	border-radius: 4px;
	border: solid 1px var(--main-border-color);
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

section[id="whats-new"] > h2 > picture > img {
	height: 26px;
}

section[id="whats-new"] > p {
	text-align: center;
}

section[id="whats-new"] > p > span.date {
	margin-right: 5px;
}

ul.bio {
	list-style: none;
}
ul.bio > li > span.contact {
	display: inline-block;
	text-align: center;
	width: 100px;
}

.privacy_policy {
	margin-left: 40px;
	margin-right: 40px;
}
