@charset "UTF-8";

body{
  margin: 0;
  padding: 0;
  font-family:serif;
  font-weight:bold;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
.current-top a{
  border-bottom: solid #eee 3px;
}
.current-under a{
  border-bottom: solid #666 3px;
}
h1{
  text-align:center;
  font-size:100px;
  color:#777;
  margin: 10px 0px 60px 0px;
  margin-left: 20%;
  margin-right: 20%;
  border-bottom: solid 2px #ccc;
}





/* 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:#777;
}
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;
  content: "";
  display: block;
  clear: both;

}
.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;
  height:110px;
} */
.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;

}



/* ここからメイン */
.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;
}


.mainimage{
  text-align: center;
  /* background-color: #111; */
}
.mainimage h3{
  margin:30px 0px 50px 0px;
  border-bottom: solid 2px #ccc;
  font-size:20px;
  color:#777;
  margin-left: 20%;
  margin-right: 20%;
  /* background-color: 444; */
}
/* ここから更新リスト */
.uplist{
  /* background-color: #eee; */
  color: #777;
  overflow: scroll;
  margin-left: 20%;
  margin-right: 20%;
  width:60%;
  height: 200px;
  margin-bottom: 30px;
  border: solid 1px #ccc;
}
.uplist li{
  padding: 5px 0;
}
.uplist h4{
  text-align: center;
  /* border-bottom: solid 2px #666; */
  font-size: 20px;
}
.uplist a:visited{
  color: #777;
}
.uplist a:hover{
  opacity: 0.5;
  border-bottom: solid #777 1px;
}
.uplist a{
  color: #777;
}
.uplist time{
  margin-right: 50px;
}
/* ここまで更新リスト */

.category h2{
  display: inline-block;
  font-size: 30px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.category h4{
  display:inline-block;
  font-size:20px;
  margin-bottom: 5px;
}
.category h5{
  text-align: center;
  font-size: 20px;
  border-bottom: solid #777 1px;
}
.category p{
  font-size: 15px;
  text-align:left;
}
.day p{
  font-size:13px;
  text-align: right;
}
.section a{
  color: #777;
}
.section a:visited{
  color: #777;
}
.section :hover{
  opacity: 0.9;
}
/* .section {
  background-color: pink;
} */



.category{
  color: #777;
  /* background-color: pink; */
  margin-left: 10%;
  margin-right: 10%;
  width:80%;
  margin-bottom: 80px;
  text-align: center;
}
.category-header{
  /* background-color: #999; */
  text-align: center;
  border-bottom: solid 2px #ccc;
  padding-bottom: 0px;
  margin-bottom: 40px;
}





.section{
  vertical-align: top;
  display: inline-block;
  width:200px;
  padding: 0px 10px;
  margin: 15px 10px;
  border-left: solid 1px #ccc;
  /* border-right: solid 1px #777; */

}

.nextbox p{
  padding-left: 10%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 5px;
  color: white;
  background-color: #888;
}



/* ここまでメイン */
.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;
  content: "";
  display: block;
  clear: both;
  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; */
