.school_list_table_wrap {
	width:90%;
	max-height:300px;
	margin-bottom:25px;
	margin:2% auto 2% auto;
}

.school_list_fix_table {
	min-width: 100%;
}

.school_list_fix_table tr:first-child td,
.similar_school_wrap_table table tr:first-child td{
	position:sticky;
	top:0;
	color:#fff;
	background-color:#2ed0dc;
}

.school_list_fix_table tr:first-child td::before,
.similar_school_wrap_table table tr:first-child td::before{
	content: "";
	position: absolute;
	top: -5px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-top: 10px solid #2ed0dc;
}

.school_edit_wrap {
	display:block;
	width:90%;
	margin: 0 auto;
    border: 2px solid #a2a2a2;
    border-radius: 10px 10px 10px 10px;
}

.school_edit_wrap_title {
	font-size: 25px;
    margin-bottom: 10px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0px 15px 30px;
    color: #3c9dff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    text-shadow: 0 0.03em 0.03em #3182d4, 0 0.03em 0.03em #2666a7, 0 0.03em 0.03em #1f5286;
}

.school_edit_wrap .table_btn{
	margin: 0;
}

.similar_school_wrap {
	width:100%;
}

.similar_school_wrap table{
	width: 90%;
	margin:0 auto;
}

.table_contents table tr td:first-child{
	width: 50px;
	text-align: center;
	vertical-align: middle;

}

.similar_school_wrap_table table tr:nth-child(2n),
.similar_school_wrap_table2 table tr{
	background-color:#e5faff;
}


.similar_school_wrap_table {
	max-height:250px;
	overflow:auto;
}

.similar_school_wrap_table table{
	border: solid 1px #2ed0dc;
}

.similar_school_wrap .table_btn button,
.manual_school_edit_wrap .table_btn button{
	text-align:center;
	margin:20px auto;
}

.similar_school_wrap_table2 {
	margin: 20px auto;
}

.similar_school_wrap_table2 table tr td:nth-child(2) {
	width:200px;
}

.similar_school_wrap_table2 table tr:nth-child(1) td:nth-child(3) input{
	width:90%;
	background-color:#fff;
}

.similar_school_wrap table tr:last-child,
.manual_school_edit_wrap table tr:last-child {
	border-bottom: solid 1px #2ed0dc;
}

.manual_school_edit_wrap {
	width:100%;
	display:none;
	margin:50px auto auto auto;
}

.manual_school_edit_wrap table{
	width:90%;
	margin:0 auto 20px;
	max-width:none !important;
}

.manual_school_edit_wrap table tr td:first-child{
	width:10px;
}

.manual_school_edit_wrap table tr th{
	width:150px;
}

.manual_school_edit_wrap table tr td input{
	padding-left:10px
}

.manual_school_edit_wrap table tr:nth-child(2) td input{
	width:90%;
}

.manual_school_edit_wrap table tr:nth-child(3) td input{
	width:50px;
}
