@charset "UTF-8";

#mks-button {
	text-decoration: none;
	color: #333;
}

.mks-content {
	display: none;
	border: 1px solid #ddd;
	background-color: #fff;
	white-space: normal;
	padding: .5em;
	margin-top: .5em;
	line-height: 1.4;
	text-align: left;
}

.mks-content ol {
	list-style-type: decimal;
	margin: 0 0 0 1.5em;
	padding: 0;
}

.mks-right {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 1em;
	transform: translateX(-25%) rotate(45deg);
}

.mks-right::before,
.mks-right::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}

.mks-right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}

.mks-right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}

.mks-down {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}