.jumbotron {
  background: rgba(242,242,242,0.1);
  overflow: inherit;
  padding: 0px;
  padding-top: 11px;
  padding-bottom: 0px;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  color: black;
  font-size: 20px;
}

.jumbotron_bottom {
  background: black;
  overflow: auto;
  padding: 0;
  padding-top: 11px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  color: rgb(153, 153, 153);
  font-size: 16px;
  font-style: italic;
}

.title-top{
	margin-top:0px;
	background-color: white;
	opacity: 0.85;
}

.title-top-main{
  font-size: 40px;
  color: rgb(27, 160, 200);
  font-family: sans-serif;
  text-transform: none;
}

.navbar{
  height: auto;
	background-color: black;
}

.nav li{
  width: 135px;
  display: block;
  list-style-type: none;
  position: relative;
  text-decoration: none;
}

.nav a{
  background-color: black;
  color:white;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

ul.nav ul{
  display: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  text-decoration: none;
}

.toplogo{
  margin-right: 30px;
  background-color: black;
}


#menu{
  width: 100%;
  max-width: 960px;
  margin: 0 0;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 19%;
  margin: 0;
  padding: 0;
}
#menu li a{
  display: block;
  padding: 19px 0 19px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #444;
}
#toggle{
 display: none;
}
@media only screen and (max-width: 800px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
  #jumbotron {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 19px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  }
}


body {
  background-image: url(img/background_image.png);
  -webkit-text-size-adjust: 100%;
}

.body_high{
  background-color: rgba(255, 255, 255, 0.0);
  margin-left: 100px;
  margin-right: 250px;
}

.body-text{
  margin-bottom: 6px;
  color: white;
  font-size: 17px;
}

.body-comments{
  margin-bottom: 6px;
  color: rgba(254, 255, 218, 1);
  font-size: 20px;
  font-style: italic;
}

.vision-text{
  margin-bottom: 10px;
  color: rgb(254, 149, 49);
  text-align: center;
}

.chapternav a{
  background: rgba(242,242,242,0.1);
  overflow: inherit;
  padding: 0;
  padding-top: 11px;
  padding-bottom: 0px;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  color: black;
  font-size: 20px;
}

.chapternav_subbottom{
  background-color: rgb(242, 242, 242);
  overflow: auto;
  padding: 0;
  padding-top: 11px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  color: rgb(153, 153, 153);
  font-size: 16px;
}

.list{
  text-align: left;
  list-style: none;
  margin-bottom: 6px;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.list_fabsat{
  text-align: left;
  list-style: none;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 110px;
  font-size: 20px;
  color: rgb(254, 149, 49);

}

.list_fabsat:hover{
  list-style: none;
  color: rgb(254, 149, 49);

}

.list_U-sat{
  text-align: left;
  list-style: none;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 110px;
  font-size: 20px;
  color: rgb(142, 237, 34);
}

.list_U-sat:hover{
  list-style: none;
  color: rgb(142, 237, 34);
}

.list_POST{
  text-align: left;
  list-style: none;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 110px;
  font-size: 20px;
  color: rgb(54, 189, 255);
}

.list_POST:hover{
  list-style: none;
  color: rgb(54, 189, 255);
}

figure {
	width: 320px;
	height: 320px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  border: 2px solid rgb(94, 112, 122) ;
}

figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.second{
  display: block;
  margin-top: 3px;
  margin-left: -20px;
}

.topofpage{
  margin-bottom: -20px;
  color: rgb(222, 222, 222);
  font-style: normal;
}

.image_mar{
  margin-right: 30px;
}

#content1 {
	padding:20px 20px;
}

/*ヘッダーの装飾*/
#header{
  padding: 1em;
  background-color: black;
  color: white;
}

.footer{
  padding: 1em;
  background-color: black;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100px;
}

.title_fooer{
  color: Black;
  font-weight: bold;
}

/*
.main-img{
	max-width: 1200px ;
	height: 700px;
	background-image: url(../img/main.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
*/
