@charset "UTF-8";

/* about/index.html */
.aboutBox01{
  position: relative;
  margin-bottom: 40px;
}
  .aboutBox01 img{
    float: left;
  }
  .aboutBox01 p{
    font-size: 1.1rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 222px;
  }

/* about/history.html */

.hisCont01{
  margin-bottom: 40px;
}
  .hisCont01 img{
    float: left;
  }
  .hisCont01 .histCont01in{
    float: right;
    width: 400px;
    padding: 20px;
  }
    .histtl01{
      color: #20716A;
      margin-bottom: 10px;
      font-size:1rem;
    }
    .hisCont01 .histCont01in dl{
      font-size: 0.8rem;
      margin-bottom: 0;
    }
    .hisCont01 .histCont01in dt{
      float: left;
      font-weight: normal;
    }
    .hisCont01 .histCont01in dd{
      margin-left: 90px;
      margin-bottom: 0.2rem;
    }
    /* about/outline.html */
