@charset "UTF-8";

/* ------------------------------- */
/* 解説部 - 郡・村テーブル         */
/* ------------------------------- */
div.explanation table.gun-mura-table{
	
	margin: 20px 0 20px 150px;
	
	border: solid 5px;
	
}

div.explanation caption.gun-mura-table{
	text-align: center;
	margin-bottom: 10px;
	
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
}

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

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

div.explanation td.gunn-name{
	/* width: 250px; */
	/* height: 35px; */
	text-align: center;
	
	font-size: 28px;
	font-weight: normal;
		
	/* order: solid 1px; */

}

div.explanation td.mura-name{
	/* width: 200px; */
	/* height: 50px; */
	text-align: left;
	
	font-size: 28px;
	font-weight: normal;
	
	/* border: solid 1px; */
s	
}

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