body{
	font-size:10.5pt;
	font-family:Meiryo;
	padding-left:1em;
	padding-right:1em;
}

.offline{
	text-align: center;
	font-size: smaller;
}

h1 {
	display: grid;
	grid-template-columns: 1fr auto 1fr;

	color: #ffffff ;
	background: #000000;
	font-size: 16pt ;
	margin:10px auto;
	padding: 10px 5px 0 5px;
	box-shadow:1px 3px 7px 0px #666666 ;
	border-bottom:3px solid #386cdb;
	border-radius: 5px ;
	width:80%;
}

h1 img{
	height: 1.5em;
}

h1 .lg-l{
	text-align: left;
	padding-left: 0.5em;
}

h1 .lg-r{
	text-align: right;
	padding-right: 0.5em;
}

.second:not(:first-child), .third:not(:first-child){
	margin-top: 1em;
}

.second{
	padding-right: 0.5em;
}

.third{
	margin-left:1em;
}
.forth{
	margin-left :1em;
	margin-bottom: 1em;
}
.ttl{
	font-weight: bold;
	padding-left: 0.5em;
}
.second>.ttl{
  font-size: 1.2em;
  	color: hsl(240, 43%, 47%);
	border-left: 4px solid hsl(240, 43%, 47%);
	border-bottom: 1px solid hsl(240, 43%, 47%);
}
.third>.ttl{
	color: hsl(226, 37%, 43%);
	border-left: 4px solid hsl(226, 37%, 43%);
	border-bottom: 1px solid hsl(226, 37%, 43%);
}
.forth>.ttl{
	margin-top:0.5em;
	color: hsl(256, 33%, 48%);
	border-left: 4px solid hsl(256, 33%, 48%);
	border-bottom: 1px solid hsl(256, 33%, 48%);
}

.desc{
  margin-top: 0.5em;
  margin-left: 0.3em;
}

.sc{
	display: flex;
	justify-content: center;
	width: 100%;
	margin:1em auto;
}
.sc img{
	max-width: 600px;
}

.license{
	display: inline-block;
	margin-left:1em;
	padding:0.8em;
	border:1px dotted #555;
	font-size: 0.9em;
}

p{
	margin-top:0.2em;
	margin-left:1em;
}
ul,ol{
	margin-left:0.5em;
	margin-top:0;
	padding-left:1.5em;
}
li{
font-size:0.85em;
font-weight: bold;
	color:rgb(27, 27, 131);
}

table.filter{
	text-align: center;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
table.filter td{
	border: 1px solid gray;
	padding:0.2em;

}
table.filter tr:nth-child(1){
	background-color: #deecff ;
}

table.filter td:nth-child(1){
	background-color: #deecff;
}