@charset "UTF-8";

/* ------------------------------- */
/* 解説部 - 年表テーブル           */
/* ------------------------------- */
div.explanation table.history-table{
	
	margin: 20px 0 20px 20px;
	
	border: solid 5px;
	
}

div.explanation th.year{
	width: 150px;
	height: 50px;
	text-align: center;
	
	font-size: 24px;
	font-weight: bold;
	
	/* border: solid 1px; */
}

div.explanation th.history-month{
	width: 60px;
	height: 50px;
	text-align: right;
	
	padding-left: 10px;
	
	font-size: 24px;
	font-weight: bold;
	
	border-left: solid 1px;
	
	
	/* border: solid 1px; */
	
}

div.explanation th.history-date{
	width: 60px;
	height: 50px;
	text-align: left;
	
	padding-left: 10px;
	
	font-size: 24px;
	font-weight: bold;
	
	/* border-left: solid 1px; */
	
	
	/* border: solid 1px; */
	
}

div.explanation th.event{
	width: 670px;
	height: 50px;
	text-align: center;
	
	padding-left: 10px;
	
	font-size: 24px;
	font-weight: bold;
	border-left: solid 1px;
	
	
	/* border: solid 1px; */
	
}

div.explanation td.year{
	/* width: 250px; */
	/* height: 35px; */
	text-align: center;
	
	font-size: 26px;
	font-weight: normal;
	
	line-height: 1.2em;
	
	/* order: solid 1px; */

}

div.explanation td.history-month{
	/* width: 250px; */
	/* height: 35px; */
	text-align: right;
	
	font-size: 24px;
	font-weight: normal;
	
	border-left: solid 1px;
	
	
	/* order: solid 1px; */

}

div.explanation td.history-date{
	/* width: 250px; */
	/* height: 35px; */
	text-align: right;
	
	padding: 0 5px 0 0;
	
	font-size: 24px;
	font-weight: normal;
	
	/* order: solid 1px; */

}

div.explanation td.event{
	/* width: 200px; */
	/* height: 50px; */
	text-align: left;
	
	padding: 10px 0 10px 10px;
	
	font-size: 24px;
	font-weight: normal;
	border-left: solid 1px;
	
	line-height: 1.2em;
	
	/* border: solid 1px; */
	
}

div.explanation tr.year-separator {
	border-top: solid 5px;
	
}

div.explanation tr.date-separator {
	border-top: solid 1px;
	
}