@charset "UTF-8";

body{
  margin: 0;
  padding: 0;
  font-family:serif;
  font-weight:bold;
  box-sizing:border-box;
}
h2{
font-size: 30px;
}

li{
  list-style: none;
}
a{
  text-decoration: none;
}



.topmenu{
  background-color: #999;
  color: #eee;
}
.topmenu a{
  color: #eee;
}
.undermenu a{
  color: #666;
}

.topmenu a:visited{
  color: #eee;
}
.topmenu a:hover{
   color: #666;
  border-bottom: solid 1px #666;
}
 .top-head{
   border-bottom: solid 1px #eee;
   margin-left: 1%;
   margin-right: 1%;
 }
.top-head h2{
  display: inline-block;
  padding-left: 20px;
  font-size: 35px;
  margin: 0;
}
.top-head p{
  display: inline-block;
  padding-left: 30px;
  font-size: 25px;
  margin: 0;
}
.top-navi ul{
  text-align: center;
  padding-left: 0;
  margin: 0px;
}
.top-navi li{
  width: 24%;
  display: inline-block;
  color: #666;
  font-size: 20px;
  margin-top: 15px;
  padding-bottom: 20px;
}


/* header a:visited{
  color:#eee;
}
header a:hover{
  color:#ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
header a{
  color:#eee;
  transition: all 0.3s;
  width: 0%;
  display: block;
  border-bottom: solid 1px #ccc;
}
footer a:visited{
  color:#666;
}
footer a:hover{
  color:#ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
footer a{
  color:#666;
  transition: all 0.3s;
  width: 0%;
  display: block;
  border-bottom: solid 1px #ccc;
}
.topmenu{
  background-color: #999;
  width:100%;
  height: 110px;
  color:#eee;
}
.topleft{
  float: left;
  line-height: 20px;
  padding-left: 20px;
  height:110px;
}
.topleft p{
  font-size:25px;
}
.topright1{
  float:right;
  padding-right: 20px;
  line-height:28px;
  height:110px;
}
.topright2{
  float:right;
  line-height:28px;
  padding-right:10px;
  background-color: #999;
  height:110px;
} */



/* ここからメイン */

.BreadcrumbList li{
  display: inline-block;
  margin-right: 5px;
  color:#777;
  font-size: 17px;
  font-weight: normal;
}
.BreadcrumbList li:last-child:after {
  content: '';
}
.BreadcrumbList li::after{
  content: ">"
}
.BreadcrumbList a:visited{
color:#777;
}
.BreadcrumbList a:hover{
  opacity: 0.5;
}
.BreadcrumbList a{
  color:#777;
}


.maincontainer{
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 150px;
  color: #555;
  margin-top: 50px;
  font-weight: normal;
}


.head-name{
  border-bottom: solid 1px #ccc;
}
.head-name time{
  margin-left: 20%;
  display: inline-block;
}
.head-name h1{
  font-size: 30px;
  display: inline-block;
  margin-left: 10%;
}
.talk{
  line-height: 40px;
  border-bottom: solid 1px #ccc;
  font-size: 20px;
}

.talk h2{
  font-size: 25px;
  display: inline-block;
  margin-left: 5%;
}

.talk a{
color: #555;
border-bottom: solid 2px #555;
}
.talk a:visited{
  color: #555;
}
.talk a:hover{
  opacity: 0.5;
}


.good-word{
background:linear-gradient(transparent 40%,#EEE8AA 40% )
}

.talk-img{
  text-align: center;
}

/* 画像css */
.img-container{
  text-align: center;
  padding-bottom: 15px;
}
.img-container-box{
  text-align: center;
  padding-bottom: 9px;
  padding-top: 15px;
  background-color: #ddd;
  /* margin-left: 5%;
  margin-right: 5%; */
  margin-bottom: 20px;
  margin-top: 20px;
  /* border-radius: 5px; */
}
.img-container-box h4{
  background-color: #999;
  text-align: center;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  color:#eee;
  font-size: 20px;
}
.img-box{
  display: inline-block;
  vertical-align: top;

}

.img-box img{
  /* border-radius: 5px; */

}

.img-box a:hover{
  opacity: 1;
}
.img-box a{
  border-bottom: none;
}
.img-p{
  text-align:left;
  background-color: white;
  color: #444;
  margin: auto;
  width: 60%;
 border-radius: 5px;
 padding:6px 10px;
 font-size: 20px;
 border: solid 1px #444;
}

.img-box p{
  font-size: 20px;

}




/* ここまでメイン */
.undermenu{
  border-top:solid 2px #ccc;
  color:#666;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 60px;
  padding-top: 30px;
}
.under-navi ul{
  text-align: center;
  padding-left: 0;
  margin: 0px;
}
.under-navi li{
  width: 24%;
  display: inline-block;
  color: #666;
  font-size: 20px;
  margin-top: 15px;
  padding-bottom: 20px;
}

.undermenu a:hover{
  opacity: 0.5;
  border-bottom: solid 1px #666;
}
.undermenu a:visited{
  color: #666;
}
.undermenu a{
  color: #666;
}

.under-head{
  text-align: center;
  padding-top: 35px;
}



/* .undermenu{
  border-top:solid 2px #ccc;
  height: 230px;
  color:#777;
  margin-left: 30px;
  margin-right: 30px;
}
.underright{
  float: right;
  padding:20px 20px 0px 0px;
  line-height: 35px;
}
.underleft{
  float:left;
  line-height: 20px;
  padding: 0px 20px 10px 0px;
} */
