/* ポップアップ時の背景 */
.mce-window .mce-btn {
	overflow: hidden;
}
div[role="application"] div#mth-insert-popup-box-wrapper {
	width: 100%;
}
div.group-checks-wrapper p {
	margin: 5px;
}
div#mth-popup-wrapper {
	display: none;
	position: fixed;

	top: 42px;
	right: 10px;
	bottom: 10px;
	left: 10px;

	padding: 10px;
	overflow: auto;

	z-index: 10000001;
	background: #FFF;
}
div#mth-popup-background {
	display: none;
	position: fixed;

	top: 32px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	z-index: 10000000;
	background: #000;
	opacity: 0.5;
}

/* ポップアップ用のラッパー */
div#mth-insert-popup-box-wrapper, div#mth-make-popup-box-wrapper {
	/*
	display: none;
	position: fixed;
	overflow: scroll;

	top: 50px;
	right: 50px;
	bottom: 50px;
	left: 50px;

	padding: 20px;

	z-index: 10000;
	background: #FFF;
	*/
}

div.mth-popup-box > * {
	margin: 10px;
}

div#insert-group-checks {

	padding: 5px;
	margin-bottom: 20px;
	max-height: 100px;
	overflow: scroll;

	border: solid #aaa 1px;

}

textarea#mth-insert-content-display, textarea#mth-make-tepmlate-display {
	width: 100%;
	height: 100px;
}

span#mth-template-list-popup-notification, span#mth-popup-notification {
	color: green;
	font-size: 12px;
	font-weight: 900;
}
