@charset "utf-8"; 

/* norikosato-ballet.com : history.css */

/* Layout - PC & SP
=========================================================================== */

.year > dt {
  color: #4d1826;
  font-weight: bold;
}
/* profile */
.profile p {
  border-bottom: 1px solid #eceae6;
  font-size: 1.6rem;
}
.flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.profileDetail {
  width: 49.5%;
  background: #fff;
}
.profileDetail .year dt {
  font-weight: normal;
}
.profileDetail li {
  padding-left: 1em;
}
.profileDetail li:before {
  margin-left: -1em;
  content: "・";
}
/* ncf */
.ncf .year dt {
  font-weight: normal;
}
/* history */
.history .year dt {
  padding-top: 8px;
}
.history .year dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eceae6;
}
.history table {
  margin: 0 0 0 -8px;
  border-collapse: separate;
  border-spacing: 8px;
}
.history th {
  width: 3.5em;
  background: #e3dfd8;
  color: #4d1826;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
.history table span {
  color: #999;
}

/* Layout - PC
=========================================================================== */

@media print, screen and (min-width: 768px) {
.year > dt {
  width: 4.2em;
  float: left;
}
.year > dd {
  padding-left: 4.2em;
}
/* profile */
.profile img {
  float: left;
}
.profile > p {
  margin: 0 0 20px 245px;
  padding-bottom: 20px;
}
.profile > .year {
  margin-left: 245px;
}
.profile > .year dt {
  width: 12em;
}
.profile >.year dd {
  padding-left: 12em;
}
.profileDetail .comTitle01 {
  margin-left: -15px;
}
.profileDetail {
  margin-top: 40px;
  padding: 20px 20px 20px 35px;
}
.profileDetail .comTitle01 {
  margin-bottom: 20px;
}
/* ncf */
.ncf .year {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.ncf .year + .year {
  margin-right: 0;
}
} /* 768px */

/* Layout - SP
=========================================================================== */

@media screen and (max-width: 767px){
/* profile */
.profile img {
  margin: 0 auto 20px;
  display: block;
}
.profile p {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.profileDetail {
  margin-top: 20px;
  padding: 15px;
}
.profileDetail .comTitle01 {
  margin-bottom: 10px;
}
/* ncf */
.ncf .year dt {
  width: 4em;
  float: left;
}
.ncf .year dd {
  padding-left: 4em;
}
} /* 767px */

@media screen and (max-width: 480px){
/* profile */
.flex {
  display: block;
}
.profileDetail {
  width: 100%;
}
} /* 480px */