/* アーカイブページ特有のスタイル */

/* コンテナ */
.archives-container {
  background-color: #FFFFFF;
  border: 1px solid #FF0000;
}

/* ヘッダー */
.archives-title {
  background-color: #483423;
  padding: 15px 0;
  margin-bottom: 20px;
}

.archives-content {
  padding: 20px;
}

/* アーカイブアイテム */
.archive-item {
  margin-bottom: 30px;
}

.archive-date {
  font-size: 18px;
  font-weight: bold;
  color: #483423;
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
}

/* セパレーター */
.separator {
  border-top: 1px solid #483423;
  margin: 30px 0;
  width: 100%;
}

/* プレゼンテーション */
.presentations {
  font-size: 14px;
  line-height: 25px;
}

.presentation {
  margin-bottom: 20px;
  padding-left: 10px;
}

.presenter {
  font-weight: bold;
  margin-bottom: 8px;
}

.presentation-title {
  margin-bottom: 5px;
}

.presentation-title-en {
  font-style: italic;
  margin-bottom: 8px;
}

.reference {
  margin-bottom: 5px;
  line-height: 1.4;
}

.doi {
  margin-bottom: 15px;
}

.abstracts-link {
  margin-top: 15px;
  text-align: center;
}

.abstracts-link a {
  font-weight: bold;
}

/* Back to top リンク */
.more-archives {
  text-align: center;
  margin: 30px 0;
  font-style: italic;
}

.back-to-top {
  text-align: center;
  margin: 30px 0;
}

.back-to-top a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #483423;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
}

.back-to-top a:hover {
  background-color: #754C24;
}

/* レスポンシブ対応 */
@media (max-width: 900px) {
  .archives-content {
    padding: 10px;
  }
  
  .presentation {
    padding-left: 0;
  }
  
  .reference, .doi {
    word-break: break-word;
  }
}
