@charset "UTF-8";


/* ------------------------------- */
/* 解説部 - 行政区変遷テーブル     */
/* ------------------------------- */
div.explanation table.ken-change-table{
	
	margin: 20px 0 20px 20px;
	
	border: solid 5px;
	
}

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

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

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

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


div.explanation td.date-of-change{
	/* width: 250px; */
	/* height: 35px; */
	text-align: left;
	
	padding: 10px 0 10px 10px;
	
	font-size: 20px;
	font-weight: normal;
	
	line-height: 1.2em;
	/* order: solid 1px; */

}

div.explanation td.ken-name{
	/* width: 200px; */
	/* height: 50px; */
	text-align: left;
	
	padding: 10px 0 10px 5px;
	
	font-size: 22px;
	font-weight: normal;
	border-left: solid 1px;
	
	
	/* border: solid 1px; */
	
}

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

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

div.explanation tr.ken-separator {
	border-top: solid 3px;
	
}

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