@import url(default.css?v=5.0);
@import url(header.css?v=5.0);
@import url(footer.css?v=5.0);
@import url(common.css?v=5.0);
@import url(customize.css?v=5.0);

/*-------------------------------------
ABOUT
-------------------------------------*/
main p {
  line-height: 1.75;
}
.unit {
  padding-bottom: 30px;
}
.unit .about-text {
  width: 55.71%;
  float: left;
}
.unit .about-text.only {
  width: 100%;
  float: none;
}
.unit .about-photo {
  width: 41.42%;
  padding: 10px;
  background-color: #fff;
  float: right;
  display: block;
  box-sizing: border-box;
}
.unit p {
  padding-left: 6px;
  padding-right: 6px;
}
.unit h3 {
  padding-left: 6px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 1.75;
}

/*--------------------------------
RESPONSIVE
--------------------------------*/
@media screen and (max-width: 767px) {
  .unit .about-photo {
    padding: 7px;
  }
}
@media screen and (max-width: 559px) {
  main {
    padding-top: 10px;
  }
  .unit .about-text {
    width: 100%;
    padding-bottom: 15px;
    float: none;
  }
  .unit .about-photo {
    width: auto;
    padding: 10px;
    float: none;
  }
  .unit .about-photo img {
    width: 100%;
  }
}
