﻿@charset "UTF-8";
/* CSS Document */
/*main----------------------------*/
/*基本設定*/
#ayumi_archive {
  font-size: 14px;
  line-height: 16px;
  /*color: #252424;*/
  margin-top: 100px;
  margin-bottom: 100px;
}
/*==========================================

メイン

========================================= */
/*年	イタリック停止
---------------------------------*/
#ayumi_archive .nen {
  position: relative;
  text-align: left;
  width: 100%;
  /*max-width: 900px;*/
  margin: 10px auto 10px auto;
  font-size: 22px;
  /*color: #847E7E;*/
  color: #228ABB;
}
#ayumi_archive .nen span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em; /*横位置*/
  padding: 0 1em; /*スペース*/
  background-color: #fff;
  text-align: left;
}
#ayumi_archive .nen::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #73869A;
}
@media (max-width: 749px) {
  /*年の位置調整*/
  #ayumi_archive .nen span {
    margin: 0 0.6em; /*横位置*/
    padding: 0 0.2em; /*スペース*/
    font-weight: bold;
  }
}
/*==========================================

年表テーブル

========================================= */
/*基本テーブルレーアウト
------------------------------------------*/
table.tbl_ayumi_archive_list a {
  color: #228ABB;
  text-decoration: none;
}
table.tbl_ayumi_archive_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  /*font-size: 12px;
  line-height: 1.4;*/
  /*color: #252424;*/
  /*color: #747171;*/
  text-align: left;
  /*vertical-align: top;*/
  border-collapse: collapse; /* 囲み線を1本で重なりをなくす table,th,tdに指定 */
  border: 0px solid #292626;
}
table.tbl_ayumi_archive_list th {
  /*background: #EAF49C;*/
  padding: 6px 14px;
  letter-spacing: 0px;
  border-collapse: collapse;
}
/*trの仕切り線------------------*/
/*tbodyの中間のtr*/
table.tbl_ayumi_archive_list tbody tr {
  border-collapse: collapse;
  border-bottom: 1px solid #CADC38;
}
/*tbodyの最初のtr　上線太く*/
table.tbl_ayumi_archive_list tbody tr:first-child {
  border-top: 3px solid #CADC38;
}
/*tbodyの最後のtr　下線太く*/
table.tbl_ayumi_archive_list tbody tr:last-child {
  border-bottom: 3px solid #CADC38;
}
table.tbl_ayumi_archive_list td { /*スマホ無効*/
  height: 30px; /*1行でも同じ高さにする*/
  padding: 8px 14px; /*間隔　必須 */
  box-sizing: border-box;
  /*vertical-align: top;*/
  border: solid 0px;
}
/*------------------------------------------
各項目幅
------------------------------------------*/
table.tbl_ayumi_archive_list .th01 { /* 年月日*/
  width: 8%;
  border: solid 0px;
}
table.tbl_ayumi_archive_list .td01 {
  white-space: nowrap;
}
table.tbl_ayumi_archive_list .th02 { /*できごとなど*/
  border: solid 0px;
}
table.tbl_ayumi_archive_list .td02 { /*できごとなど*/
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  text-align: justify;
  border: solid 0px;
}
/*==========================================

ディバイスサイズ設定

==========================================*/
@media (max-width: 749px) {
  #ayumi_archive {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /*年	
---------------------------------*/
  #ayumi_archive .nen {
    margin: 40px auto 10px auto;
    font-size: 16px;
    line-height: 20px;
    border: solid 0px;
  }
  /*-----------------------------------
  あゆみアーカイブ　テーブル
-----------------------------------*/
  table.tbl_ayumi_archive_list {
    font-size: 12px;
    line-height: 14px;
	  margin-bottom: 10px;
  }
  table.tbl_ayumi_archive_list th { /* テーブル項目を非表示 */
    display: none;
  }
  table.tbl_ayumi_archive_list td {
    width: 100%;
    height: auto; /*高さ指定解除*/
    /* padding: 2px 0px*/ /*間隔　必須 */
    display: block;
  }
  /*年月日の上下間隔調整*/
  table.tbl_ayumi_archive_list .td01 {
    padding-top: 6px;
    padding-bottom: 2px;
    color: #127E05;
  }
  /*出来事の上下間隔調整*/
  table.tbl_ayumi_archive_list .td02 {
    padding-top: 2px;
    padding-bottom: 6px;
  }
  /* tdに設定したaria-label を表示する */
  /*table.tbl_ayumi_archive_list .td01::before,
  table.tbl_ayumi_archive_list .td02::before{
    content: attr(aria-label);
    display: inline-block;
    color: #525351;
    font-size: 12px;
		  font-weight: bold;
    margin-right: 10px;
  }*/
}
/* タブレット用 ***************** */
@media (min-width: 750px) and (max-width: 1023px) {}
/* デスクトップ用-------------------------- */
@media (min-width: 1024px) {}