@charset "utf-8";
section#newsLogin {
    width: 100%;
    height: 100vh;
	position: relative;
}

section#newsLogin .contents_box {
	width: auto;
	margin: 0 auto;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

section#newsLogin .contents_box h1 {
	background-color: #000000;
	color: #ffffff;
	border: #cccccc solid;
	border-width: 1px 1px 0 1px;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
	width: 100%;
}

section#newsLogin .contents_box .login_contents {
	padding: 40px;
	border: #cccccc solid;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 10px 10px;
}
section#newsLogin .contents_box .login_contents label {
	margin: 10px auto 0 auto;
}
section#newsLogin .contents_box .login_contents input {
	width: 100%;
	margin: 5px auto;
}

#editList {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

#editList .maintenance_select {
	display: inline-block;
	margin: 0 auto 30px auto;
}

#editList .maintenance_select a {
	display: inline-block;
	margin: 0 10px;
}

#editList .maintenance_select a img {
	display: inline-block;
	width: 300px;
	border: #cccccc solid 1px;
	margin: 0 auto 10px auto;
	transition: 0.2s;
}

#editList .maintenance_select a:hover img {
	opacity: 0.5;
	transition: 0.2s;
}

#editList .maintenance_select a:hover {
	text-decoration: none;
}


section#editorBox {
	margin: 100px auto 0 auto;
}

#editorBox .contents_box {
	padding: 80px 0 150px 0;
}


#editorBox a.sq_button {
	width: 9em;
	border-radius: 5px;
	text-align: center;
	padding: 5px 5px;
	line-height: 1.2em;
}

#editorBox table {
	margin: 20px auto;
}

#editorBox table,
#editorBox table td,
#editorBox table th {
	border: #cccccc solid;
}

#editorBox table th {
	white-space: nowrap;
}

#editorBox table {
	border-width: 1px 0 0 1px;
	width: 100%;
}

#editorBox table td,
#editorBox table th {
	border-width: 0 1px 1px 0;
	padding: 10px 20px;
}

#editorBox table th {
	background-color: #efefef;
}


#editorBox table td img {
	width: 100%;
}

#editorBox table tr.title {
	text-align: center;
	background-color: #efefef
}

#editorBox table td.list_btn {
	width: 8em;
}

#editorBox table td.list_btn .sq_button {
	width: 8em;
	margin: 5px;
	padding: 5px;
}

#editorBox h1 {
	background-color: #efefef;
	padding: 5px;
}

#editorBox .headder_btn {
	display: inline-block;
	width: auto;
	position: fixed;
	right: 10px;
	top: 160px;
}

#editorBox .headder_btn .sq_button {
	margin: 0 0 10px 0;
}

#editorBox ol {
	padding: 0;
	margin: 10px 0 10px 1.2em;;
}

#editorBox .symbolImage {
	border: #cccccc solid 1px;
}

#editorBox button {
	margin: 20px auto;
}

#editorBox .counter {
	display: inline-block;
	float: right;
}

#editorBox .read {
	text-align: center;
	margin: 20px auto 0 auto;
}

#editorBox table .cat_tag {
	display: inline-block;
}

#editorBox table label {
	display: inline-block;
}

#editorBox table select {
	margin: 0 auto 5px auto;
}

#editorBox table textarea {
	margin: 0 auto;
}

#editorBox table .inputBox {
	width: 100%;
}

#editorBox table .urlBox {
	margin: 5px auto;
}

#editorBox table input.upfile {
	margin: 5px auto;
	background-color: #ffffff!important;
	border: 0;
}

#editorBox .toggle_switch {
	margin: 20px 0 0 0;
	display: inline-block;
	background-color: #000000;
	color: #ffff00;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	padding: 10px 35px 5px 20px;
	cursor: pointer;
}

#editorBox .toggle_switch:hover {
	color: #ffffff;
}

#editorBox .toggle_switch .iconBox {
	position: relative;
	display: inline-block;
	/*width: 18px;*/
	height: 18px;
	vertical-align: middle;
	top: -1px;
}

#editorBox .toggle_switch .iconBox img {
	position: absolute;
}

#editorBox .toggle_switch .iconBox img.slide_openHide,
#editorBox .toggle_switch .iconBox img.slide_closeHide {
	opacity: 0;
	transition: 0.2s;
}

#editorBox .toggle_switch .iconBox img.slide_openViews,
#editorBox .toggle_switch .iconBox img.slide_closeView {
	opacity: 1;
	transition: 0.2s;
}

#editorBox .note_box {
	border: #000000 solid;
	border-width: 5px 1px;
	margin: 0;
	border-radius:0 10px 10px 10px;
	overflow: hidden;
	padding: 5px 0;
}

#editorBox .note_box .note_contents {
	overflow: hidden;
	display: none;
}

#editorBox .note_box .note_contents .note {
	padding: 20px;
}

button.del_btn {
	width: 6em;
	padding: 5px 0!important;
}

.edit_red {
	background-color: #cc0000;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 5px 0!important;
}

#editorBox table td img.complete,
#editorBox table td img.del {
	width: 50%;
	margin: 20px auto;
}

#editorBox table td img.previewThumb {
	width: 100px;
}
