@charset "UTF-8";

/**************************************************
 単語辞典
 **************************************************/
.contents .contents__content section h4{
	margin-bottom: 10px;
}

.contents .contents__content section dl{
	width: auto;
	display: table-row;
}
.contents .contents__content section dl dt, .contents .contents__content section dl dd{
	padding-bottom: 10px;
	display: table-cell;
}
.contents .contents__content section dl dt{
	min-width: 220px;
	font-weight: bold;
	text-align: right;
}
.contents .contents__content section dl dd{
	padding-left: 25px;
}
