/* mixin */
/* SCHEDULE */
#contents {
  overflow: hidden;
  *zoom: 1;
  margin-top: 16px;
}
#contents h2 {
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 6px 3px;
  margin-bottom: 24px;
}
#contents .detail {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 25px;
}
#contents .detail .photo {
  float: left;
  width: 480px;
  margin-right: 45px;
}
#contents .detail .lead {
  float: left;
  margin-top: 41px;
}
#contents .history {
  background: url('/images/common/frame_bg.png?1395843796');
  border: 1px solid #2b2b2b;
  box-sizing: border-box;
}
#contents .history .inner {
  background: url('/images/biography/frame_btm.png?1396175558') 0 bottom no-repeat;
}
#contents .history .section {
  overflow: hidden;
  *zoom: 1;
  padding: 0 25px 20px;
}
#contents .history .section:first-child {
  background: url('/images/biography/frame_top.png?1396175558') 0 top no-repeat;
  padding-top: 30px;
}
#contents .history h4 {
  margin-bottom: 6px;
}
#contents .history dl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #616161;
}
#contents .history dl dt {
  clear: both;
  float: left;
  margin-right: 17px;
}
#contents .history dl dd {
  float: left;
  width: 850px;
  margin-bottom: 5px;
}
