body.gridimg{
	background: url(img/bg.gif)  repeat; 
}

.pagetitle {
  background: rgba(255,255,255,0.8);
  color: #36f;
}

#title{
  display: inline-block;
  background-color: #fea;
  }
  
header h1 {
  padding: 0 1em;
  margin: 0;
  font-size: 300%;
  font-weight: bold;
  font-family: fantasy;
  color: #00379E;
  background: -webkit-linear-gradient(90deg, #00B446, #00379E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.7));
}

p.sub_title {
	color: #4D4733;
	padding: 5px;
}

#main {
	background: white;
	margin: 0 auto;
	padding: 10px;
}

#main p {
  text-indent: 0.5em;
}

li {
	margin-left: 2em;
}

dt {
	font-weight: bold;
	font-size: larger;
}

dd {
	margin-left: 2em;
}

ul#pagelist li {
  list-style-type:none;
  padding: 1em 20px;
  margin: 0 0;
  font-size: larger;
  text-align: center
}

ul#pagelist li::before {
  content: ' ';
  display: inline-block;
  width: 45px;
  height: 50px;
  background: url(img/icon.gif) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

dl#checklist dt {
	background: #669966;
	color: #fff;
	padding: 0.2em 0.5em;
	margin: 2em 1em .5em;
	box-shadow: 0 0 0 5px #696;
	border: 2px dashed #fff;
	font-weight: bold;
}

dl#checklist dd {
	margin-left: 2em;
	
}

figure p {
	text-align: center;
	margin: 0 auto;
}

figure img {
	max-width: 90%;
}

figcaption{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
}

#tenkikigou {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-item:strech;
}

dl.kigou {
	border: 1px solid black;
}

dl.kigou dt, dl.kigou dd {
	display: inline-block;
	padding: 5px;
	min-height: 60px;
	vertical-align: middle;
	margin: 0;
}

dl.kigou dd {
	width: 5em;
	padding: 1em 0.5em;
}

dl.kigou dt {
	line-height: 1em;
}

dl.kigou dt img {
	width: 50px;
}

@media screen and (max-width: 480px) {
  header img {
    width: 100%;
  }
  header h1 {
    font-size: xx-large;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
  }
}


