/**

  2020.12.26 Update
  2019.08.29 Update

 */
.kodama-rich-text-editor {
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
}

.kodama-toolbar {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.icon_S {
	margin: 0;
	padding: 6px;
	font-size: 12px;
}

.icon_M {
	margin: 0;
	font-size: 16px;
	min-width: 27px;
	min-height: 27px;
}

.kodama-tool-items {
	border: none;
	background-color: rgba(190, 190, 190, 0.8);
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

.kodama-tool-items:hover:not([disabled]) {
	box-shadow: none;
	background-color: #6b5e5e;
	cursor: pointer;
}

.kodama-tool-items:disabled {
	background-color: #f0f0f0;
}

.kodama-editor-body {
	overflow-y: auto;
	line-height: 1.5;
}

.kodama-editor-body img {
	max-width: 100%;
	border: 4px solid #ffffff;
}

.kodama-editor-body img:hover {
	/*	border: 4px solid #4b89ff; */
}

/* ソースコード編集ボックス */
.kodama-editor-body-alt {
	width: 100%;
	max-width: 100%;
	padding: 1rem;
	overflow-y: auto;
	line-height: 1.5;
	font-size: 14px;
	display: none;
	border: none;
}

.kodama-color-picker {
	clear: both;
	z-index: 1000;
	position: absolute;
	width: 128px;
	height: 128px;
	text-align: center;
	background-color: white;
}

.kodama-color-picker button {
	width: 16px;
	height: 16px;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.kodama-color-items:hover {
	border: 2px solid #fff;
}

.kodama-modal-full {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

/* メディアライブラリ */

.krte-ml-toolbar {
	display: flex;
	flex-wrap: wrap;
}

.krte-ml-list {
	display: flex;
	flex-wrap: wrap;
}

.krte-ml-envelope {
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
	display: inline-flex;
	vertical-align: middle;
	background-color: beige;
	justify-content: center;
	cursor: pointer;
}

.krte-ml-envelope:hover {
	border: 4px solid #4b89ff;
}

.krte-ml-envelope img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.krte-ml-toolbar-item:hover {
	color: #fff;
	background-color: #6b5e5e;
}

.krte-ml-toolbar-item {
	font-family: system-ui, 'Apple Color Emoji', "Segoe UI", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
	border: none;
	width: 80px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	user-select: none;
	cursor: pointer;
	float: left;
}

#krte-ml-file-block {
}
