﻿@charset "UTF-8";
/* CSS Document */
/*共通*/
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #1D1C1C;
}
.font_10p {
  font-size: 10px;
}


/*凡例ul
-------------------------------*/
.ul_hanrei {
 font-size: 12px;
  line-height: 16px;
  margin: 0px;
	padding-left: 20px;
	box-sizing: border-box;

}
.ul_hanrei  li{
	padding-bottom: 4px;
}
/*整備中の案内*/
.kakomi{
margin-top: 10px;
	border: solid 1px #8CDAA8;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px;
}
/* END 共通*/
/****************************************

コンテンツごとの背景色と幅

******************************************/
.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  background-color: #E8E8E8;
  padding: 5%;
  box-sizing: border-box;
  position: relative;
  z-index: 99997;
}
/****************************************

xxxx年の出来事

******************************************/
/*xxxx年  web font
----------------------------------------------*/
.year {
  text-align: center;
  /*position: absolute;*/
  /*top:-10px;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  font-family: "kinuta-shin-stdn", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 50px;
  line-height: 40px;
  color: #1C7E4A;
  border: solid 0px;
}

/*-----------------------------------------------------
左）区分表示　　右）関連情報リンクボタンの案内
----------------------------------------------------*/
.flex_l_r {
  display: flex;
  justify-content: space-between; /*左右分*/
  /*align-items: center;*/ /*上下中央*/
  border: solid 0px;
}
@media (max-width: 600px) {
  .flex_l_r {
    flex-direction: column;
    justify-content: flex-start;
  }

  /*左）区分表示
----------------------------------------------------*/
  .flex_l_r .kubun_flex {
    margin-bottom: 5px;
  }
}
/*左）区分表示
----------------------------------------------------*/
.flex_l_r .kubun_flex {
  display: flex;
  align-items: center; /*天池中央*/
  width: 100%;
  max-width: 200px;
  font-size: 10px;
  line-height: 14px;
  border: solid 0px;
}
/*区分の枠*/
.kubun_flex .kubun_waku {
  border: solid 1px #B2ACAC;
  background-color: #E3F8D6;
  margin-left: 10px;
  padding: 2px 10px;
  box-sizing: border-box;
  font-size: 12px;
}
/*右）関連情報リンクボタンの案内
----------------------------------------------------*/
/*文字*/
.flex_l_r .right .txt {
  font-size: 12px;
  line-height: 14px;
}
.flex_l_r .right .mihon_color_flex {
  display: flex;
  align-items: center; /*天池中央*/
  width: 100%;
  max-width: 300px;
  /*margin: 0px 0 0px auto;*/
  border: solid 0px;
}
/*画像・PDF用*/
.flex_l_r .right .mihon_color_flex .color01 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #B0DCBE;
  border: solid 1px#74D192;
}
/*文森ページリンク用*/
.flex_l_r .right .mihon_color_flex .color02 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #58D5D5;
  border: solid 1px #39C6C5;
}


/*行の並び 文字
----------------------------------------------*/
#history_list {
  margin-top: 10px;
}

/*ヘッダー
----------------------------------------------*/
#history_list .line_flex_header {
  display: flex;
  width: 100%;
  padding: 10px 0 6px 10px;
  box-sizing: border-box;
	font-weight: bold;
	border-bottom: solid 2px #64C988;
}


.line_flex_header .yymmdd{
 width: 170px;
  border: solid 0px;
}


/*文中の文字　美濃加茂事典リンク*/

.minojiten_link{
	color: #082CD3;
	border-bottom: 1px solid #082CD3;
}
.minojiten_link:hover{
	color: #082CD3;
	cursor: pointer;
}

/*------------------------------------------------

一覧

-------------------------------------------------*/
/*********************************************
【1件分の上下線】（last-child 使用できない）

＜m_70years_history.css＞
open_box で下線をつけている（次のデータの上線になる。）
クリックした時に下線がなくなる。
＜open_close_data.css＞
input:checked時にaccshowの上線を入れている。
-----------------------*/
.accbox .open_box { /*1件分*/
	border-bottom: solid 1px #82B140;

}
.accbox .open_box:last-child { 
	/*border-bottom: solid 1px #82B140;*/
}
/*1枠　年月日出来事詳細
-------------------------------------------------*/
.accbox .line_flex01 {
  display: flex;
  align-items: center;
	justify-content: space-between;
  width: 100%;
  padding:6px 10px;
  box-sizing: border-box;
			background-color: #D7EEE0;
border-bottom: solid 0px #82B140;/*基本色*/
	/*border-top: solid 1px #82B140;*//*基本色*/
}

.accbox .line_flex01:hover {
  background-color:#DEF2C2;/*薄い基本色*/
  cursor: pointer;
}
/*日付と出来事
--------------------------------*/
.accbox .line_flex02{
	width: 90%;
	  display: flex;
align-items: flex-start;
	border: solid 0px;
		/*font-weight: bold;*/
}
@media (max-width: 800px) {
	.accbox .line_flex02{
flex-direction: column;
		}
}
/*文字（年月日*/
.accbox .line_flex02 .yymmdd{
	   width: 170px;
  border: solid 0px;
}
@media (max-width: 800px) {
.accbox .line_flex02 .yymmdd{
font-weight: bold;;
		}
}
/*文字（出来事*/
.accbox .line_flex02 .koumoku{
 flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
  text-justify: inter-ideograph; 
  text-justify: inter-character;
  text-align: justify;
  border: solid 0px;
}
@media (max-width: 800px) {
	.accbox .line_flex02 .koumoku{
margin-top: 0px;
		}
}
/*関連資料矢印
---------------------------------------------------*/
.accbox .line_flex01 .yajirushi {
  width: 10%;
	min-width: 50px;
  /*width: 10px;*/
	font-size: 12px;
  text-align: center;
  border: solid 0px;
}
.accbox .line_flex01 .yajirushi span{
	display: block;
}
.accbox .line_flex01 .yajirushi img {
  width:20px;
	margin-top: 5px;
		/*margin-left: 15px*/;/*文字indexとの間隔*/
}




/*----------------------------------

関連情報　テーブル

------------------------------------*/
.info_tbl{
	width: 100%;
	margin:10px 0 0 auto;
	  border-collapse: collapse;
  border-spacing: 0;
	vertical-align: middle;
	font-size: 12px;
	border: solid 0px;
}

.info_tbl tr{
	border-bottom: solid 1px #8CDAA8;
}

.info_tbl td{
	padding: 3px ;
	box-sizing: border-box;
	height: 34px;
}
/*分類幅*/
.info_tbl .td01{
	width: 180px;
font-weight: bold;
	border-right: solid 0px;
}
/* スマホ用 */
@media (max-width: 600px)
/*@media (max-width: 749px)*/ {
.info_tbl .td01{
width: 100px;
	}
		}
/*リンクボタン幅
------------------------------*/
.info_tbl .td02{
	border: solid 0px;
}
/*ボタン間隔*/
.info_tbl .td02 span{
	display: inline-block;
}

/* スマホ用 */
@media (max-width: 1121px)
/*@media (max-width: 749px)*/ {
	.info_tbl{
		width: 100%;
	}
	/*--------------
	.info_tbl tr{
	border-top: solid 0px #8CDAA8;
}
	.info_tbl td{
		display: block;
		height: auto;
	}
	-----*/
	/*分類幅*/
	/*--------------.info_tbl .td01{
	width: 100%;
	border: solid 0px;
	background-color: #D6CECE;
}
	.info_tbl .td02{
		border: solid 0px;
		padding-bottom: 10px;
	}
	.info_tbl tr:last-child{
	border-bottom: solid 0px #8CDAA8;
}
		-----*/
}

/*リンクボタン色
------------------------------*/
/*共通*/
.info_tbl .btn{
  font-size: 12px;
  padding: 2px 4px;
  box-sizing: border-box;
  margin: 3px 3px 3px 0;
  cursor: pointer;
}
/*画像用*/
.info_tbl .btn01{
	  background-color: #B0DCBE;
	  border: solid 1px #74D192;
}
.info_tbl .btn01:hover {
  background-color: #84CAA0;
  color: #ffffff;
  border: solid 1px #D8F4E3;
}
/*リンク用*/
.info_tbl .btn02{
	  background-color: #9EDCDC;
	   border: solid 1px #39C6C5;
}
.info_tbl .btn02:hover {
   background-color: #6DC8C8;
  color: #ffffff;
  border: solid 1px #D8F4E3;

}
/*美濃加茂事典用*/
.info_tbl .btn03{
	  background-color: #9EDCDC;
	   border: solid 1px #39C6C5;
}
.info_tbl .btn03:hover {
   background-color: #6DC8C8;
  color: #ffffff;
  border: solid 1px #D8F4E3;

}
/*------------------------------------------------
日刊紙用（モーダルウインドウ内に表示するデータhtml
------------------------------------------------*/
.nikkanshi_data {
  position: absolute; /*.modalcssのframe-wrap*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*左）情報　　右）画像
-----------------------------------------------------------*/
.nikkanshi_data .l_r_flex {
  display: flex;
  width: 100%;
  border: solid 0px;
}
.nikkanshi_data .l_r_flex .left {
  width: 300px;
  margin-right: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: solid 0px;
}
.nikkanshi_data .l_r_flex .right {
  flex: 1;
  border: solid 0px;
}
/*左）情報　項目と項目内容横並び
-------------------------------------------------*/
.nikkanshi_data .item_flex {
  width: 100%;
  display: flex;
  border: solid 0px;
}
/*項目　データNo 画像ファイルNoなど*/
.nikkanshi_data .item_flex {
  width: 100%;
}
.nikkanshi_data .item {
  font-weight: 600;
  margin-right: 10px;
}
/*項目内容*/
.nikkanshi_data .txt {
  flex: 1;
  margin-bottom: 10px;
}
/*右）画像
-------------------------------------------------*/
/*.nikkanshi_data .image{
	width: 100%;
	max-width: 200px;
	border: solid 5px;
}*/
.nikkanshi_data img {
  width: 100%;
  max-width: 360px;
  border: solid 0px;
}
/*------------------------------------------------
調査資料
------------------------------------------------*/
.siryou_flex {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 50px 0 100px 0;
  font-size: 14px;
}
.siryou_flex a {
  width: 100%;
  max-width: 160px;
  text-decoration: none;
  margin-right: 20px;
  border: solid 0px;
}
.siryou_btn {
  width: 100%;
  border: solid 1px #7FD183;
  padding: 10px 10px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 20px;
}
.siryou_btn:hover {
  background-color: #D0F3D2;
}
/* **********************************************

ディバイスサイズ設定

********************************************** */

/* スマホ用 */
@media (max-width: 749px) {
	#history_list .line_flex{
		margin-bottom: 10px;
		padding: 5px;
		box-sizing: border-box;
	border: solid 2px #64C988;
}


  /*右）関連情報リンクボタンの案内
----------------------------------------------------*/
  .mihon_color_flex {
    font-size: 10px;
    line-height: 14px;
    border: solid 0px;
  }
  /****************************************

xxxx年代の出来事

******************************************/
  /*xxxx年  web font
----------------------------------------------*/
  .year {
    font-size: 40px;
    line-height: 40px;
  }
  /*モーダルウインドウ　日刊紙用
	左）情報　　右）画像
-----------------------------------------------------------*/
  .nikkanshi_data .l_r_flex {
    display: flex;
    flex-direction: column;
  }
  /*------------------------------------------------
調査資料
------------------------------------------------*/
  .siryou_flex {
    flex-direction: column;
  }
  .siryou_flex a {
    width: 100%;
    max-width: 800px;
    margin-bottom: 10px;
    margin-right: 0px;
    border: solid 0px;
  }
  .siryou_btn {
    width: 100%;
    margin-right: 0px;
  }
}
/* タブレット用 */
/*@media (min-width: 750px) and (max-width: 1121px) {*/
@media (max-width: 1121px) {

	

  /*ヘッダー非表示
----------------------------------------------*/
  /*#history_list .line_flex_header {
    display: none;
  }*/
 
	
  /*情報リンクボタン
-----------------------------------------------------*/
 .info_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: solid 0px;
  }
 .info_btn01, .info_btn02 { /*ボタン*/
    margin: 2px 5px 2px 0;
  }
  /*モーダルウインドウ　日刊紙用
	左）情報　　右）画像
-----------------------------------------------------------*/
  .nikkanshi_data .l_r_flex {
    display: flex;
    flex-direction: column;
  }
}
/* Desktop View------------------------------- */
@media (min-width: 1122px) {}