@charset "utf-8";


/* editor */



.editor textarea.mainEditor {
	width: 687px;
	height: 500px;
	padding: 10px;
}

.editor textarea.memoEditor {
	width: 687px;
	height: 300px;
	padding: 10px;
	background: #eee;
	border: 1px;
}
.editor textarea.editor300 {
	width: 100%;
	height: 300px;
	padding: 10px;
	box-sizing: border-box;
}


.editor input.text {
	padding: 10px;
	width: 687px;
}

.editor .dspTbl{
	width: 687px;
}

.editor .dspTbl li {
	width: 33%;
}
.editor .dspTbl li.w50 {
	width: 50%;
}

.editor .dspTbl li label:hover {
	border-bottom: 5px solid #ff9c00;
}

.editor .dspTbl input[type=radio] {
	display: block;
	position: absolute;
}

.editor .dspTbl span {
	display: block;
	padding-left: 30px;
}

.editor ul.type3 li {
	width: 229px;
	float: left;
}

.editor ul.type3 li a {
	padding: 5px 0;
}

.editor ul.type3 li input.text {
	width: 200px;
}

.editor .episodeList .fLeft {
	width: 560px;
}

.editor .episodeList .fLeft input {
	width: 480px;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #ddd;
}

.editor .episodeList .fRight .fRight {
	width: 30px;
	margin-left: 5px;
}

.editor .episodeList .fRight .btn.type3 a {
	line-height: 20px;
	padding: 5px 0;
}

.editor select {
	padding: 0 10px;
	border: 1px solid #ddd;
}

.editor select option {
	padding: 7px;
	width: 470px;
	overflow: hidden;
}





.texteditor {
	background: #3aa7f5;
	padding: 5px;
	height: 26px;
	border-radius: 5px 5px 0 0;
}

.texteditor li {
	height: 26px;
	float: left;
	margin: 0 3px;
}

.texteditor li.editor01,
.texteditor li.editor06,
.texteditor li.editor07 {
	border-right: 1px solid #1d86e0;
	padding-right: 6px;
}
.texteditor li.editor07 select {
	padding: 0;
	height: 26px;
}
.texteditor li.editor07 option {
	width: auto;
	height: 26px;
	padding: 0 5px;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 93%;
}
.texteditor li.editor07 img {
	float: left;
	margin-right: 6px;
}

textarea.editor300 {
	margin-top: 0;
	border:1px solid #999;
	border-top: none;
}



#main .bgW.editor {
	min-height: 1000px;
}

#form .editor {
	position: relative;
}

.floating {
	position: relative;
	width: 270px;
	background: #eee;
}

.editor .floating .dspTbl {
	width: 100%;
}

#main .floating h3 {
	padding: 5px 0;
}

#main .floating h3 span {
	font-size: 93%;
	border-left: none;
	padding-left: 0;
}

.editor .floating select option {
	width: 100%;
	box-sizing: border-box;
}

.color_box {
	margin-top: 5px;
	width: 20px;
	height: 20px;
}

.editor .dspTbl li label {
	border-bottom: 5px solid #d4d4d4;
	margin: 10px;
	padding: 10px 0 5px 0;
	display: block;
	height: 1.5em;
	line-height: 1.3;
	vertical-align: middle;
	position: relative;
	
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}
.absolute {
	position: absolute;
	bottom: 33px;
	z-index: 9999;
}

#colorpallet {
	position: absolute;
	margin: 0 10px 10px 0;
	top: 36px;
	left: 0px;
	background-color: #ffffff;
	border: 1px solid #808080;
}
#colorpallet td {
	padding: 6px 0 0 5px;
}
#colorpallet a {
	margin: 0 2px;
}
#colorpallet span {
	border: 1px solid #808080;
	float: left;
	padding: 2px;
	width: 10px;
	height: 10px;
}

#editArea:before, #editArea:after {
	content: none
}
#editor_area {
	/*min-height: 250px;}*/}









.texteditor {
	background: #999;
	padding: 2px 5px;
	height: 32px;
	border-radius: 5px 5px 0 0;
}

#editArea {
	height: 7em;
	line-height: 1.5;
	vertical-align: baseline
}

#editArea:before,
#editArea:after {
	content: none;
}

.texteditor li {
	height: 32px;
	float: left;
	margin: 0 3px;
}

.texteditor li.editor01,
.texteditor li.editor06,
.texteditor li.editor07 {
	border-right: 1px solid #444;
	padding-right: 6px;
}
.texteditor li.editor07 select {
	padding: 0;
	height: 26px;
}
.texteditor li.editor07 option {
	width: auto;
	height: 26px;
	padding: 0 5px;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 93%;
}
.texteditor li.editor07 img {
	float: left;
	margin-right: 6px;
}

textarea.editor300 {
	margin-top: 0;
	border:1px solid #999;
	border-top: none;
	width: 100%;
	box-sizing:border-box;
	min-height: 140px;
	padding: 10px;
}



#main .bgW.editor {
	min-height: 1000px;
}

#form .editor {
	position: relative;
}

.floating {
	position: absolute;
	width: 270px;
	background: #eee;
	left: 738px;
}

.editor .floating .dspTbl {
	width: 100%;
}

#main .floating h3 {
	padding: 5px 0;
}

#main .floating h3 span {
	font-size: 93%;
	border-left: none;
	padding-left: 0;
}

.editor .floating select option {
	width: 100%;
	box-sizing: border-box;
}



.editor button {
	background: #d4d4d4 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 5px;
}

