body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #1b1b1b;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
}

h2 {
  margin: 0px;
}

/*
.box {
  background-size: cover;
  background-position: center;
  /*background-image: url('../image/main.jpg');*/
/*}*/

#aboutTitle {
  height: 50px;
  font-size: 36px;;
}

.box {
  width: 100vw;
  height: auto;
  /*min-height: 100vh;*/
  margin: 0px auto;
  border: 0px;
  /*text-align: left;*/
}

.boxContainer {
/*background-color: #323232;*/
width: 820px;
overflow: hidden;
margin: 0 auto;  
border: 0px;
text-align: left;
padding:40px;
}

.boxPhoto {
  width: 100%;
}


.boxPhoto1 {
  /*
  display: block;
  position:relative;
  float: left;
  */
  width: 98%;
  border: 0px;
  margin: 0 auto;
  text-align: center;
  line-height: 280%;
}

#sumidaPhoto {
  width: 175px;
  padding: 15px;
}


.box-bottom {
  height:5px;
}

p {
  margin: 0;
}

.notice {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}











a {
  text-decoration: none;
  }
a:link { color: #32bcfc; }
a:visited { color: #32bcfc; }
a:hover { color: #32bcfc; }
a:active { color: #32bcfc; }

.sentence {
  list-style: disc outside;
  margin-left: 1.5em;
  padding: 0;
  line-height: 1.52947;
}



.sumida-bg {
  background-image: url("../img/sumidaCity.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}




