@charset "utf-8";

/*　include : main_nav.html */
nav.main{
}
ul.main{
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #dedede;
  border-top: solid 1.5px #000;
  margin: 0;
  list-style-type: none;
}
ul.main li{
  width: auto;
  margin: 0 50px;
  padding: 7px 7px;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 1.4;
  text-shadow: 1px 2px 3px #808080;
}
ul.main_nav li a{
  display: block;
  color: #000;
  font-weight: normal;
}
ul.main li a:hover {
  opacity: 0.3;
}


/******** 異なるページ用　*********/
/*　indlude : sub_nav_indexhtml.html */
nav.sub_nav_indexhtml{
  display: flex;
  flex-wrap: wrap;
  background-color: #5f5f5f;
  padding: 0px 30px 15px;
  margin: 0;
}
ul.sub_nav_indexhtml{
  background-color: #5f5f5f;
  margin: 5px auto;
  padding: 10px 0px;
  border-bottom: solid 1px pink;
}
p.sub_nav_title_indexhtml{
  width: auto;
  margin: 0 0 0px 0;
  padding: 0 0 0px 5px;
  font-size: 16px;
  color: pink;
  font-weight: bold;
}
span.underline_dotted_pink{
    border-bottom: dotted 1.5px pink;
}
ul.sub_nav_indexhtml li{
  margin: 0;
  padding: 10px 5px 0px 25px;
  font-size: 14px;
}
.sub_nav_indexhtml li a {
  display: block;
  margin: ;
  color: #fff;
  font-weight: normal;
/*  text-shadow: 1px 2px 3px #808080; */
}
.sub_nav_indexhtml li a:before{
  content:"\025b6";
  padding: 0px 4px 0 0px;
  margin: 30px 0 0 -20px;
  color: #cce5ff;
  line-height: ;
}
/***** sub_nav_indexhtml.html 終わり　*****/



/******** 異なるパーツ用　*********/
/*　indlude : sub_nav.html */
nav.sub_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: ;
  background-color: #5f5f5f;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid 10px #cce5ff;
  border-bottom: ;
}
ul.sub_nav{
  width: auto;
  padding: 3px 5px 3px 0px;
  margin: 7px 5px;
  background-color: #5f5f5f;;
  border-top: ;
  border-left: solid 1.5px #fff;
}
.sub_nav li{
  width: auto;
  margin: 0;
  padding: 4px 10px 4px 30px;
  font-size: 14px;
  font-weight: ;
  line-height: 1.3;
  /*  text-shadow: 1px 2px 3px #808080; */
}
.sub_nav li a{
  display: block;
  margin: ;
  color: #fff;
  font-weight: normal;
}
.sub_nav li a:before{
  content:"\025b6";
  padding: 0px 4px 0 0px;
  margin: 30px 0 0 -20px;
  color: #cce5ff;
  line-height:;
}
li.top{
  width: auto;
  margin: 0;
  padding: 4px 10px 4px 15px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
li.top a{
  display: block;
  color: #99ccff;
}
ul.sub_nav li.top a:before{
  content: none;
}



/******** 異なるパーツ用　*********/
/*　indlude : footer.html */
p.copyright{
  margin: -20px 0 0 0;
  padding: 7px 5px;
  text-align: center;
  font-size: 12px;
  text-align: center;
  background-color: #dedede;
  border-top: solid 1px #000;
}
