@charset "utf-8";

/* =============================================================

　 Parts Setting

============================================================= */

/*  Content Settings
--------------------------------------------- */

/*  Content Top
-----------------------------------*/

.mega-header {
  background-image: url(../img/mega-header.jpg);
}


/*  Content Main
-----------------------------------*/

.about-section {
}

.about-section:last-child {
  margin-bottom: 20px;
}

.about-section .about-name img {
  width: 225px;
}

.list-history {
}

.list-history.list-line > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-top-style: dotted;
  border-top-color: #000;
}

.list-history.list-line > ul > li:first-child {
  border-top-width: 0;
}

.list-history.list-dl3 dl dt {
  min-width: 120px;
  font-weight: normal;
}