/**
 * utility
 */
.is-hidden {
	display: none;
}

.ml-notes {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.ml-english {
	display: block;
}
th > .ml-english {
	font-weight: normal;
	line-height: 1.4;
	font-size: 90%;
}

.u-display-inline-block {
	display: inline-block;
	line-height: 1.4;
	vertical-align: middle;
}
.u-display-block {
	display: block;
}

.ml-alert {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 20px;
	padding: 15px;
}
.ml-alert__title {
	font-weight: bold;
	margin: 0 0 10px;
}
.ml-alert > :last-child {
	margin-bottom: 0;
}

/**
 * fix
 */
.mw_wp_form input[type="file"] {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}
.mw_wp_form input,
.mw_wp_form select {
	margin-right: 3px;
}

.mw_wp_form .table .table {
	margin-bottom: 0;
	width: 100%;
}
.mw_wp_form .table .table + .table {
	margin-top: 20px;
}
.mw_wp_form .table td {
	vertical-align: middle;
}
.mw_wp_form .table td :last-child {
	margin-bottom: 0;
}
.mw_wp_form .table-languages > tbody > tr > th {
	width: 25%;
}
.mw_wp_form .table-educational-japanese th {
	width: 20%;
}
.mw_wp_form .table-educational-japanese th:nth-child(3) {
	width: 40%;
}

.mw_wp_form .mw_wp_form_buttons {
	margin-top: 20px;
}

.mw_wp_form .table td > dl {
	margin: 0;
}
.mw_wp_form .table td > dl > dd {
	margin: 5px 0 0;
}
.mw_wp_form .table td > dl > dd + dt {
	margin-top: 10px;
}
