<!--



#table #ex{
	display: none;
}
dl{
	margin-bottom: 1em;
}
dl dt{
	font-weight: bold;
}
dl dd{
	margin: 0;
}
dl dd:nth-child(4):before{
	content: "[用例]";
}
@media only screen and (min-width:300px){
	#table{
		display: table;
		margin: 0 auto;
		border-right: 1px solid #b6dad3;
		border-bottom: 1px solid #b6dad3;
	}
	#table #ex{
		display: table-header-group;
	}
	ol{
		display: table-row;
		margin: 0;
	}
	ol li{
		display: table-cell;
		padding: 5px;
		border-left: 1px solid #b6dad3;
		border-top: 1px solid #b6dad3;
		background: #3ba490;
		color: #fff;
		text-align: center;
	}
	#table #words{
		display: table-row-group;
	}
	dl{
		display: table-row;
		margin: 0;
	}
	dl dt,
	dl dd{
		display: table-cell;
		padding: 5px;
		border-left: 1px solid #b6dad3;
		border-top: 1px solid #b6dad3;
	}
	dl dd:nth-child(2):before,
	dl dd:nth-child(3):before,
	dl dd:nth-child(4):before{
		content: "";
	}
}
-->