@charset "utf-8";
/* CSS Document */

.pageImage {
  width: 90vw;
  height: auto;
  margin: 0 auto 30px;
  text-align: center;
}

.pageImage img {
  max-width: 100%;
  height: auto;
}

.gnav {
  margin-bottom: 60px;
}

article h1{
  font-weight: normal;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #ffff;/*文字色*/
  background: #bbb4d7;/*背景色*/
  border-left: solid 20px #5f549e;/*左線*/
}

.aboutmodel p{
	width: 50%;
	height: auto;
}

table table {
  border: solid 1px;
  text-align: center;
}

table table p{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 700px){
  .aboutmodel p{
    float: none;
  	width: 100%;
  }

}
