#course_edit_block{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 1;
}

#ce_content {
	width: 95%;
	height: calc(100% - 2rem);
	margin: 1rem auto;
	/*
	height: calc(100% - 5rem);
	margin: 2.5rem auto;
	*/
	overflow: auto;
}

#ce_menu_area {
	display: flex;
	justify-content: space-between;
}
#ce_menu_area ul {
	display: flex;
	column-gap: 0.5rem;
}
#ce_menu_area li:hover {
	cursor: pointer;
	background: #eee;
}
#ce_menu_area li {
	font-size: x-large;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	margin: 0;
}
#ce_input_area input:not([type="checkbox"]), #ce_input_area textarea {
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem;
}
#ce_input_area textarea {
	line-height: 1.3;
	min-height: 5rem;
	resize: none;
	overflow: hidden;
}
.ce_img_area {
	display: grid;
	grid: 100px 100px / 1fr 1fr;
	grid: 50% 50% / 1fr 1fr;
	grid-gap: 1px;
	height: 720px;
}
.ce_img_area .img_wrap {
	position: relative;
}
.ce_img_area._1 .img_wrap:nth-child(1) {
	grid-row: 1 / span 2;
	grid-column: 1 / span 2;
}
.ce_img_area._2 .img_wrap:nth-child(n+0) {
	grid-row: 1 / span 2;
}
.ce_img_area._3 .img_wrap:nth-child(1) {
	grid-row: 1 / span 2;
}

#ce_addr_del:hover {
	cursor: pointer;
}
#ce_addr_del .fa-backspace {
	color: red;
	margin-left: 0.5rem;
}
li.ce_button_area {
	position: relative;
}
.ce_button_area > span {
	margin-right: 1rem;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	font-size: x-large;
}
.ce_button_area > span:hover {
	cursor: pointer;
	background: #eee;
}
.ce_button_area > span > img{
	width: 2rem;
	height: 2rem;
}
.ce_button_area span#ce_del_btn {
	display: none;
	position: absolute;
	right: 0;
	margin-right: unset;
	color: red;
}
.ce_button_area span#ce_get_kml_btn {
	display: none;
}
.ce_button_area span.kml_label {
	font-size: small;
	padding: 0;
	margin: 0;
}
#ce_route_line_del_wrap {
	display: none;
	font-size: initial;
}
#ce_route_line {
	display: none;
}
/*
.ce_add_btn_wrap{
	display: flex;
	justify-content: right;
	align-items: center;
	position: sticky;
	bottom: 1rem;
	background: white;
}
*/
.ce_add_btn {
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	font-size: xx-large;
	color: #1877f2;
	/* color: #21759b; */
}
.ce_add_article_btn {
	display: inline-block;
	/* width: 2rem; */
	padding: 0.5rem;
	color: #1877f2;
}
#ce_sub_add_btn {
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	font-size: x-large;
}
#ce_sub_add_btn:hover {
	cursor: pointer;
	background: #eee;
}
#ce_list .del_btn:hover {
	cursor: pointer;
	background: #eee;
}
#ce_list .del_btn {
	display: inline-block;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	font-size: x-large;
	color: red;
}
#ce_list .edit_btn{
	display: inline-block;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	font-size: x-large;
}
#ce_list .btn_wrap{
	display: flex;
	column-gap: 0.5rem;
}

#ce_list, #ce_article_list{
 width: 100%;
 table-layout: fixed;
 border: 1px solid #aaa;
 border-collapse: collapse;
}
#ce_list td, #ce_article_list td{
 border: 1px solid #aaa;
}
#ce_list .td2, #ce_article_list .td2{
 display: grid;
 grid: 1fr 0.5fr 0.5fr 1.5fr / 1fr 3fr;
 grid-gap: 0 0.5rem;
 height: 200px;
}
#ce_list .a_uses, #ce_article_list .a_uses{
 color: white;
 background: green;
 padding: 0 0.5rem;
 border-radius: 0.5rem;
 font-weight: bold;
}
.td2 .img1{
 grid-row: 1 / span 4;
 grid-column: 1 / span 1;
}
.td2 .img1 img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-fit: contain;
}
.td2 .a_user{
 display: flex;
 justify-content: space-between;
 align-items: center;
 font-size: 0.8rem;
}
.td2 .a_user > span{
 display: flex;
 align-items: center;
}
.td2 .a_user img{
 width: 1.5rem;
 height: 1.5rem;
}
.td2 .a_user p{
 margin: 0;
 margin-left: 0.5rem;
 line-height: 1rem;
}
.td2 .content_head{
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding-right: 0.5rem;
}
.td2 .a_title{
 font-weight: bold;
}
.td2 .addr_map{
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding-right: 0.5rem;
}
.td2 .map_link:hover{
 cursor: pointer;
 text-decoration: underline;
 color: #f00;
}
.td2 .map_link{
 font-size: 1.5rem;
}
.td2 .addr_txt{
 font-size: 0.5rem;
}
.td2 .a_body{
 overflow: hidden;
}

#ce_article_list tr.checked{
	background: #aff;
}
#ce_article_list .td1{
	display: none;
}
.td1{
 width: 50px;
 text-align: center;
}
.td1.handle:hover{
 cursor: move;
}
.td3{
 width: 100px;
 text-align: center;
}
.td3 img{
 width: 100%;
}
#ce_sub_edit_wrap{
 display: none;
}
#ce_sub_edit_menu{
	position: sticky;
	top: 0;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0.5rem 0;
}
#ce_sub_flt_wrap{
	display: inline-block;
	margin-left: 1rem;
}
#ce_sub_flt_wrap > select{
	width: 5rem;
	margin-right: 1rem
}
#ce_sub_flt_wrap select:last-child{
	margin-right: unset;
}
.ce_drop_area, .ce_drop_area_kml {
	display: inline-block;
	border: 1px dotted #aaa;
	border-radius: 0.5rem;
	padding: 0.5rem 0;
}
.ce_drop_area.active, .ce_drop_area_kml.active {
	border: 1px solid #aaa;
	background: #ffe;
}

.info_wrap{
	display: flex;
}
