html {
	font-size:100%;
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
main {

}
footer {
	color:gray;
	margin-top:5rem;
	margin-bottom:3rem;
	text-align: center;
}
header {
	display: block;
	background-color:#3562BD;
}
nav {
	display:flex;
	flex-direction: row;
	background-color:rgb(102, 139, 211);
	margin-bottom:2rem;	
}
nav > div {
	padding-top:0.5rem;
	padding-bottom:0.5em;
	padding-left:1rem;
	padding-right:1rem;
}
div#nav_top {
	margin-left:1em;
}
div#nav_etc {
	margin-left:auto;
}

nav > div.current {
	padding-left:0em;
}
nav > div.current::before {
	content:'▶';
	color: #3562BD;
}
nav > div > a {
	text-decoration: none;
	color:#fff;
}

.wrapper {
	max-width:900px;
	margin: 0 auto;
	padding: 0;
}
h1 {
	color:#fff;
	font-size:1.6rem;
	padding:1rem;
}
h2 {
	font-size:1.4rem;
	margin-top:1rem;
	border-left:7px solid #3562BD;
	border-bottom:1px solid #444;
	padding-left:0.4em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	padding-right:0.1em;
}
h3 {
	font-size:1.2rem;
	margin-top:0.8em;
}

p {
	line-height:1.7em;
	margin-top:0.5em;
}

ol,ul {
	margin-left: 3rem;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

ul.spec li {
	list-style:none;
	margin:0.5em;
}
ul.spec li::before {
	content: "▶ ";
	color:#3562BD;
	font-size:0.7em;
}

img {
	max-width: 500px;
	border: 1px solid #555;
	margin-bottom: 1em;
}

div.topvisual{
	text-align: center;
	margin:2rem;
	display: flex;
	flex-direction: column;
}

.topvisual img{
	max-width:none;
}

pre.code {
	margin-left:3rem;
	margin-top:1em;
	padding:0.5em;
	background-color:#def;
	border:1px solid #555;
}

table {
	margin:2rem auto;
}
th {
	background-color:#acf;
	padding:1rem;
}

.red {
	color:red;
}
.gray {
	color:gray;
}

.button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 24px;
	font-weight: 100;
	padding: 0.5em 2em;
	box-shadow: 1px 1px 5px 0px #000000;
	-webkit-box-shadow: 1px 1px 5px 0px #000000;
	-moz-box-shadow: 1px 1px 5px 0px #000000;
	text-decoration: none;
	display: block;
	cursor: pointer;
	margin-left:auto;
	margin-right: auto;
	width:15em;
	text-align: center;
	margin-top:2em;
}

a.button:link {
	text-decoration: none;
	color:#fff;
}

a.button:visited {
	text-decoration: none;
	color:#fff;
}

a.button:hover {
	text-decoration: none;
}

a.setup {
	background-color: #25AD10;
}

a.setup:hover {
	background: #56CF11;
}

a.install {
	color:#fff;
	background-color: rgb(53, 107, 206);
}

a.usage {
	background-color: #2552AD;
}
a.usage:hover {
	background: #3562BD;
}

table#releases{
	width:90%;
}
tr.release > td {
	padding:1em;
}
th.release_date {
	width:8em;
}
th.release_version {
	width:8em;
}
th.release_detail {
	width:auto;
}
