/* KS SYSTEM STYLES */
.main {
	padding-top: 20px;
}

.mg_10 { margin-bottom: 10px !important; }
.mg_20 { margin-bottom: 20px !important; }
.mg_30 { margin-bottom: 30px !important; }
.mg_40 { margin-bottom: 40px !important; }
.mg_50 { margin-bottom: 50px !important; }
.mg_60 { margin-bottom: 60px !important; }

.txt_c { text-align: center !important; }
.txt_l { text-align: left !important; }
.txt_r { text-align: right !important; }

fieldset, input, select, textarea {
	margin-bottom: 0;
}

th,td {
	word-break: break-all;
	word-wrap: break-word;
}

.container {
	max-width: 100% !important;
}

.content {
	float: right;
	width: calc(100% - 200px);
	background: #ffffff;
	position: relative;
	padding: 20px;
	border-radius: 0.4rem;
	box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.content_b {
	float: right;
	width: calc(100% - 200px);
	background: #ffffff;
	position: relative;
	padding: 20px 20px 60px;
	border-radius: 0.4rem;
	box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.content_f {
	background: #ffffff;
	position: relative;
	padding: 20px;
	border-radius: 0.4rem;
	box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.close_cont {
	width: calc(100% - 30px) !important;
}

.sheet_view {
	float: right;
	width: calc(100% - 200px);
	position: relative;
	padding: 20px;
}

.sidemenu {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 10px;
	z-index: 3;
	border-radius: 0.4rem;
	box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.close_side {
	left: -200px !important;
}

@media screen and (max-width: 760px) {
	.content {
		float: none;
		width: 100%;
		background: #ffffff;
		position: relative;
		padding: 20px;
		border-radius: 0.4rem;
		box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	}
	
	.content_b {
		float: none;
		width: 100%;
		background: #ffffff;
		position: relative;
		padding: 20px 20px 60px;
		border-radius: 0.4rem;
		box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	}
	
	.sheet_view {
		float: none;
		width: 100%;
		position: relative;
		padding: 20px;
	}
	
	.sidemenu {
		background: #ffffff;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 200px;
		padding: 10px;
		border-radius: 0.4rem;
		box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	}
	
	.close_cont {
		width: 100% !important;
	}
}

.sm_main {
	padding: 0;
	margin: 0;
}

.sm_sub {
	padding: 5px 0;
	margin: 0;
}

.sm_h {
	color: #000;
	margin: 10px 0;
}

.sm_main>li {
	position: relative;
	background: #bbeefe;
	color: #000;
	list-style: none;
	padding-left: 7px;
	margin: 0 0 5px;
	border-left: solid 5px #000;
}

.sm_sub>li {
	background: #d6fbff;
	position: relative;
	color: #000;
	padding: 0 0 0 7px;;
	margin: 0 0 3px 10px;
	list-style: none;
}

.sidemenu a {
	color: #000;
	display: block;
}

.sidemenu span:after {
	background: url(r_arrow.png) no-repeat 50% 50%;
	content: "";
	width: 9px;
	height: 14px;
	position: absolute;
	top: 6px;
	right: 3px;
}

.sidemenu span.noarrow:after {
	background: none;
}

.sidemenu .sm_sub li {
}

.sidemenu .sm_sub span {
	display: block;
	height: 24px;
}

.sidemenu .sm_sub span:after {
	top: 4px;
}

.sidemenu li:last-child {
	margin-bottom: 0;
}

.sidemenu .accordion {
	background: #ffdfba;
	color: #000;
	font-size: 16px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: auto;
	height: auto;
	padding-left: 7px;
	border-left: solid 5px #000;
	margin-bottom: 5px;
	box-shadow: none;
	cursor: pointer;
}

.sidemenu .logout {
	position: relative;
	background: #fbf2bc;
	color: #000;
	list-style: none;
	padding-left: 7px;
	margin: 5px 0 5px;
	border-left: solid 5px #000;
}

.close_acc {
	background: url(menu.png) 0 0 no-repeat !important;
	background-size: 40px 40px !important;
	font-size: 0 !important;
	position: absolute !important;
	left: auto !important;
	right: -40px !important;
	width: 40px !important;
	height: 40px !important;
	padding-left: 0px !important;
	border-left: none !important;
	margin-bottom: 0px !important;
	box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}

.submit_r {
	position: absolute;
	bottom: 12px;
	right: 22px;
}

.back_button_l {
	position: absolute;
	bottom: 12px;
	left: 22px;
}

.common_table {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.common_table th,
.common_table td{
	font-size: 14px;
	text-align: center;
	white-space: normal;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

.common_table th{
	background: #94d295;
}

.sh_table {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.sh_table th,
.sh_table td{
	font-size: 12px;
	white-space: normal;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

.sh_table th{
	background: #94d295;
	text-align: center;
}

.sh_table td{
	text-align: left;
}

.dist_table {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	margin-bottom: 20px;
}

.dist_table th,
.dist_table td{
	background:#fff;
	font-size: 18px;
	font-weight: normal;
	white-space: normal;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

.dist_table th{
	background: #94d295;
	text-align: center;
}

.dist_table td{
	text-align: left;
}

.dist_table ul {
	height: 400px;
	border: solid 1px #000;
	overflow-y: scroll;
}

.dist_table li {
	list-style: none;
	border-bottom: solid 1px #000;
	padding: 12px 20px 10px;
	margin-bottom: 0;
}

.dist_table li:last-child {
	border-bottom: none;
}

.dleft,
.dleft td{
	text-align: left !important;
}

#notification {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow: auto;
	box-shadow:0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

#notification table {
	background: #fff;
	border: solid 1px #000;
	padding: 20px;
	overflow: auto;
}

#notification td {
	border: none;
	padding: 0;
	margin: 0;
}

#notification p {
	background-color:#d33c43;
	border:0.1rem solid #d33c43;
	border-radius:.4rem;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:1.1rem;
	font-weight:700;
	height:3.8rem;
	letter-spacing:.1rem;
	line-height:3.8rem;
	padding:0 3.0rem;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap
}

#targetback,
#firstback,
#secondback {
	background: #fff;
	display: none;
	width: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: solid 1px #000;
	padding: 20px;
	overflow: auto;
	box-shadow:0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
	z-index: 10;
}

#targetback table,
#firstback table,
#secondback table,
#grade,
#comp_grade {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

#targetback th,
#targetback td,
#firstback th,
#firstback td,
#secondback th,
#secondback td,
#grade th,
#grade td,
#comp_grade th,
#comp_grade td{
	font-size: 12px;
	white-space: normal;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

#back th,
#grade th,
#comp_grade th{
	background: #94d295;
	text-align: center;
}

#back td,
#grade td,
#comp_grade td{
	text-align: center;
}

#grade select {
	padding: 0;
	margin: 0;
}

.actions li {
	margin-bottom: 0;
}

.left_column {
	background: #fff;
	display: block;
	float: left;
	width: 49%;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow:0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.right_column {
	background: #fff;
	display: block;
	float: right;
	width: 49%;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow:0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

@media screen and (max-width: 800px) {
	.left_column {
		float: none;
		width: 100%;
	}
	
	.right_column {
		float: none;
		width: 100%;
	}
}

.numerical {
	border: solid 1px #000;
	padding: 10px;
	margin-bottom: 20px;
}

#itemlist{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

#itemlist_0,#itemlist_1,#itemlist_2,#itemlist_3,#itemlist_4,#itemlist_5,#itemlist_6{
	cursor: pointer;
}

#itemlist_0:hover,#itemlist_1:hover,#itemlist_2:hover,#itemlist_3:hover,#itemlist_4:hover,#itemlist_5:hover,#itemlist_6:hover{
	background: #f5f5ff;
}

#itemlist th,
#itemlist td{
	font-size: 12px;
	white-space: normal;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

#itemlist th{
	background: #94d295;
	text-align: center;
}

#itemlist td{
	text-align: center;
}

#itemlist .itemlist_num {
	text-align: left;
	cursor: pointer;
}

#item_0 {
	display: block;
	margin-bottom: 20px;
}

#item_1,#item_2,#item_3,#item_4,#item_5,#item_6 {
	display: none;
	margin-bottom: 20px;
}

.save {
	float: right;
}

.comment_h {
	font-size: 20px;
	padding: 0;
	margin: 10px 0;
}

.comment {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

.comment th,
.comment td {
	font-size: 12px;
	list-style: none;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px 10px;
	margin-bottom: 0px;
}

.comment th{
	background: #94d295;
	text-align: left;
}

.comment textarea {
	margin: 0;
}

.c_grade th {
	width: 10em;
	text-align: center;
}

.c_grade td {
	text-align: right;
}

/* 社員情報変更 */

#sheet_data {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	margin-bottom: 20px;
}

#sheet_data th,
#sheet_data td {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

#sheet_data th {
	background: #94d295;
	text-align: center;
}

#sheet_data td {
	background: #fff;
	text-align: center;
}

#st_button,
#fg_button,
#sg_button {
	background-color:#d33c43;
	border:0.1rem solid #d33c43;
	border-radius:.4rem;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:1.1rem;
	font-weight:700;
	height:3.8rem;
	letter-spacing:.1rem;
	line-height:3.8rem;
	padding:0 3.0rem;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap
}

#change .button {
	float: right;
}

#st_list,
#fg_list,
#sg_list {
	background: #fff;
	display: none;
	width: 90%;
	position: fixed;
	top: 5%;
	left: 5%;
	border: solid 1px #000;
	padding: 20px;
	height: 90vh;
	overflow: auto;
	z-index: 10;
}

#st_list table,
#fg_list table,
#sg_list table {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	margin-bottom: 20px;
}

#st_list th,
#st_list td,
#fg_list th,
#fg_list td,
#sg_list th,
#sg_list td {
	font-size: 18px;
	white-space: normal;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

#st_list th,
#fg_list th,
#sg_list th {
	background: #94d295;
	text-align: center;
}

#st_list label,
#fg_list label,
#sg_list label {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

#st_list input,
#fg_list input,
#sg_list input {
	margin: 0 8px 0 0;
}

#overlay {
	display: none;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9;
}



#login:after {
	clear: both;
	content: '';
	display: block;
}

#login .submit {
	float: right;
}

.item_details {
	position: relative;
}

.memo {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color:#d33c43;
	border:0.1rem solid #d33c43;
	border-radius:.4rem;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:1.1rem;
	font-weight:700;
	height:3.8rem;
	letter-spacing:.1rem;
	line-height:3.8rem;
	padding:0 3.0rem;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap
}

#behavioral_list,
#numerical_list {
	background: #fff;
	display: none;
	width: 90%;
	position: fixed;
	top: 5%;
	left: 5%;
	border: solid 1px #000;
	padding: 20px;
	max-height: 90vh;
	overflow: auto;
	z-index: 10;
}

#behavioral_list table,
#numerical_list table {
	margin-bottom: 20px;
}

#behavioral_list table td.obj_dtl,
#numerical_list table td.obj_dtl {
	text-align: left;
}

#beh-add-btn,
#num-add-btn {
	float: right;
	margin-left: 20px;
}

.nb_block {
}

#beh_button,
#num_button {
	background: #fff;
	position: fixed;
	width: calc(90% - 24px);
	bottom: 5.15vh;
	left: calc(5% + 1px);
	margin-bottom: 0px;
}

#beh_button p,
#num_button p {
	position: relative;
	float: right;
	margin: 15px;
}

.manage select {
	background: #fff;
	padding-right: 0;
}

.manage button {
	margin-bottom: 0;
}

.itemblock,
.backblock {
	border:solid 1px #000;
	padding:10px;
}

.backblock {
	margin-top:10px;
}

.backblock:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: " ";
}

.backblock div label {
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin: 0 20px 0 5px;
}

.backblock div label input {
	margin-right: 10px;
}

.backbutton {
	float:right;
}

#search:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: " ";
}

.button_r {
	float:right;
}

.item_title {
	display: none;
}

.dash_table {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.dash_table th,
.dash_table td{
	font-size: 14px;
	text-align: center;
	white-space: normal;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

.dash_table th{
	background: #94d295;
}

@media screen and (max-width: 640px) {
	.dash_table {
		border: none;
	}
	.dash_table colgroup {
		display: none;
	}
	.dash_table tbody tr {
		border-top: solid 1px #000;
	}
	.dash_table th {
		display: none;
	}
	.dash_table td {
		display: inline-block;
		text-align: left;
		width: 100%;
		padding: 0px;
		border: none;
	}
	.dash_table tr {
		display: block;
	}
	.dash_table span {
		display: block;
		border-style: solid;
		border-width: 0 1px 1px;
		border-color: #000;
		padding: 5px;
	}
	.item_title {
		display: block;
		background: #94d295;
		font-weight: bold;
	}
	.dash_table .actions {
		text-align: right!important;
		padding-top: 10px!important;
		margin-bottom: 20px;
	}
	.dash_table .actions a {
		background-color: #d33c43;
		border: 0.1rem solid #d33c43;
		border-radius: .4rem;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 1.1rem;
		font-weight: 700;
		height: 3.8rem;
		letter-spacing: .1rem;
		line-height: 3.8rem;
		padding: 0 3.0rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap
	}
}

#shmain_table_col col:nth-of-type(1) { width: 40px; }
#shmain_table_col col:nth-of-type(2) { min-width: 200px; }
#shmain_table_col col:nth-of-type(3) { width: 90px; }
#shmain_table_col col:nth-of-type(4) { width: 60px; }
#shmain_table_col col:nth-of-type(5) { width: 140px; }
#shmain_table_col col:nth-of-type(6) { width: 60px; }

@media screen and (max-width: 760px) {
	#shmain_table_col col:nth-of-type(5) { width: 90px; }
}

@media screen and (max-width: 640px) {
	#shmain_table_col col:nth-of-type(3) { width: 50px; }
	#shmain_table_col col:nth-of-type(4) { width: 50px; }
}

.actions li {
	list-style: none;
}

@media screen and (min-width: 1001px) {
	#sh_all_table_col col:nth-of-type(1) { width: 180px;}
	#sh_all_table_col col:nth-of-type(2) { min-width: 90px; }
	#sh_all_table_col col:nth-of-type(3) { min-width: 90px; }
	#sh_all_table_col col:nth-of-type(4) { width: 100px; }
	#sh_all_table_col col:nth-of-type(5) { width: 100px; }
	#sh_all_table_col col:nth-of-type(6) { width: 100px; }
	#sh_all_table_col col:nth-of-type(7) { width: 60px; }
}

@media screen and (max-width: 1000px) {
	#sh_all_table_col col:nth-of-type(1) { width: 100px;}
	#sh_all_table_col col:nth-of-type(2) { min-width: 90px; }
	#sh_all_table_col col:nth-of-type(3) { min-width: 90px; }
	#sh_all_table_col col:nth-of-type(4) { width: 80px; }
	#sh_all_table_col col:nth-of-type(5) { width: 80px; }
	#sh_all_table_col col:nth-of-type(6) { width: 80px; }
	#sh_all_table_col col:nth-of-type(7) { width: 60px; }
}

@media screen and (max-width: 640px) {
	#sh_all_table_col col:nth-of-type(1) { width: 100px; }
	#sh_all_table_col col:nth-of-type(2) { width: 100px; }
	#sh_all_table_col col:nth-of-type(4) { width: 50px; }
	#sh_all_table_col col:nth-of-type(5) { width: 50px; }
	#sh_all_table_col col:nth-of-type(6) { width: 50px; }
	#sh_all_table_col col:nth-of-type(7) { width: 50px; }
}

#manage_table label {
	cursor: pointer;
}

#allcheck {
	background-color: #d33c43;
	border: 0.1rem solid #d33c43;
	border-radius: 0.4rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 3rem;
	letter-spacing: .1rem;
	line-height: 3rem;
	padding: 0 2rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#schoolList {
	background: #fff;
	border: solid 1px #000;
	padding-right: 2rem;
}
