#Contents .txt:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #Contents .txt {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .txt {
    margin-bottom: 8px;
  }
}


/***********************************************************************
 * #Contents .historyBlock
 ********************************************************************* */
#Contents .historyBlock .historyList > li .year {
  background: #f7f7f7;
}

#Contents .historyBlock .historyList .univ {
	color: #a71117;
}

@media print, screen and (min-width: 768px) {
  #Contents .historyBlock {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 16px;
    line-height: 1.5;
  }
  #Contents .historyBlock .historyList > li {
    display: table;
    width: 100%; 
    table-layout: fixed;
  }
  #Contents .historyBlock .historyList > li .year {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    padding: 15px 30px;
    width: 234px;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-left: none;
    vertical-align: top;
  }
  #Contents .historyBlock .historyList > li .content {
    display: table-cell;
    border-bottom: 1px solid #d9d9d9; 
    vertical-align: top;
  }
  #Contents .historyBlock .historyList > li:first-child .year ,
  #Contents .historyBlock .historyList > li:first-child .content {
    border-top: 1px solid #d9d9d9;
  }
  #Contents .historyBlock .contentList > li {
    padding: 15px 30px;
    border-top: 1px solid #d9d9d9;
  }
  #Contents .historyBlock .contentList > li:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .historyBlock .historyList > li {
    border-bottom: 1px solid #d9d9d9;
  }
  #Contents .historyBlock .historyList > li:first-child {
    border-top: 1px solid #d9d9d9;
  }
  #Contents .historyBlock .historyList > li .year ,
  #Contents .historyBlock .historyList > li .content {
    padding: 10px 15px;
  }
  #Contents .historyBlock .contentList > li {
    margin-top: 10px;
  }
  #Contents .historyBlock .contentList > li:first-child {
    margin-top: 0;
  }
}
