@charset "utf-8";
/* CSS Document */
/* 全体の設定
--------------------*/
header, footer, nav, section {
	display: block;
}
body, p, h1, h2, h3, h4, h5, h6, ul, li, img {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
body {
	width: 100%;
	min-height: 100vh;
	font-size: 13px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #232323;
} /* リンク色変更はここ */



/*----------------------------------------
 トップページここから
----------------------------------------*/


/* ヘッダ部分
--------------------*/
h1 {
	background: url(../img/line_t.gif) repeat-x bottom center #000;
	color: #fff;
	font-size: 12px;
	padding: 2px 0 2px 10px;
	text-align: center;
}

#box_t {
	position: relative;
	height: 71px;
	text-align: center;
}

#box_t .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_t.gif) repeat-x;
	opacity: 0.2;
	z-index: 0;
}

#box_t #top {
	position: relative;
	z-index: 1;
}

h2#top {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	color: #232323;
	text-shadow: 0 1px 0 white;
}

#top_txt {
	font-size: 120%;
	text-align: center;
	margin: 25px 0;
	font-weight: bold;
}

#result {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}


/* フッタ部分
--------------------*/
#footer {
	text-align: center;
	background: url(../img/line_b.gif) repeat-x top center #000;
	color: #fff;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer_notice {
	position: fixed;
	bottom: 45px;
	left: 0;
	width: 100%;
	background-color: #e0e0e0;
	color: red;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	font-size: 21px;
	z-index: 1001;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

#footer_notice.green {
	color: green;
}



/* カメラリーダー
--------------------*/
#reader {
	position: relative;
	overflow: hidden; /* 必須: 動画が枠内に収まるように */
	background-color: #000; /* 動画がない場合の背景色 */
	margin-left: auto;
	margin-right: auto;
}

video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover; /* アスペクト比を維持しつつ、枠内に収まるように調整 */
}

.reLoad_btm {
    text-align: center;
}

.reload_button {
    padding: 25px 50px; /* ボタンの内側余白 */
    font-size: 16px; /* ボタンの文字サイズ */
    cursor: pointer;
    border-radius: 10px;
    border: solid 1px #000000;
}




/* 
ログイン
--------------------*/

.login_box {
    width: 80%;
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}


.login-toggle-btn {
	display: block;
	width: 90%;
	max-width: 300px;
	margin: 20px auto;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(135deg, #4CAF50, #81C784);
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
}

.login-toggle-btn:hover {
	background: linear-gradient(135deg, #388E3C, #66BB6A);
	transform: translateY(-1px);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}


.login_tbl {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.co-ime-disabled {
    ime-mode: disabled;
}

.co-mt15 {
    margin-top: 15px !important;
}

#user_id, #user_password {
    width: 92%;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 15px 10px;
}





.co-btn {
    display: table;
    margin: 0 auto;
    white-space: nowrap;
}

.co-btn-m {
    min-width: 110px;
    line-height: 36px;
    font-size: 32px;
}

.co-btn-grn span {
    border-color: #8ec70e #7dac14 #7dac14;
    border-width: 1px;
    border-style: solid;
}
.co-btn span {
    display: block;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    position: relative;
}

.co-btn-grn a, .co-btn-grn input {
    color: #ffffff;
    background-color: #8ec70e;
    background-image: -moz-linear-gradient(center top, #8ecd02, #7dac14);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7dac14), color-stop(1, #8ecd02));
    background: -ms-linear-gradient(top, #8ecd02 0%, #7dac14 100%);
    background: linear-gradient(top, #8ecd02 0%, #7dac14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8ecd02', endColorstr='#7dac14');
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}

.co-btn-m input {
    min-width: 110\9;
}
.co-btn-m input {
    min-width: 150px;
    padding: 0 20px;
    height: 56px;
    font-size: 18px;
}
.co-btn input {
    border: none;
    cursor: pointer;
}

#err_txt {
    font-weight: bold;
    color: #FF0000;
}

#new_add_link {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}




/* 
メイン
--------------------*/
#user_info_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 15px;
	background: #f9f9fc;
	border-bottom: 1px solid #ccc;
	font-family: "Segoe UI", sans-serif;
	font-size: 14px;
	color: #333;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

#home_link {
	margin-right: 12px;
	display: inline-flex;
	align-items: center;
}

.home_icon {
	width: 24px;
	height: 24px;
	transition: transform 0.2s ease;
}

.home_icon:hover {
	transform: scale(1.1);
	opacity: 0.85;
}

.user_info {
	font-weight: 500;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 25px;
}

#eva_sp_container {
	padding: 20px;
	max-width: 100%;
	margin: 0 auto 50px;
	font-family: sans-serif;
}


.employee_status_txt_w {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#eva_data_box {
	display: none;
}


input[type="date"].value {
	font-size: 13px;
	color: #333;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
	line-height: 1.4;
	font-family: inherit;
}

.eva_sp_title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 16px;
}

.eva_sp_block {
	background: #f9f9f9;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.eva_sp_row {
	font-size: 14px;
	padding: 6px 0;
	color: #333;
}

.eva_sp_item {
	margin-bottom: 16px;
}

.eva_sp_label {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 4px;
}

.eva_sp_text {
	font-size: 13px;
	color: #666;
	margin-bottom: 8px;
}

.eva_sp_score {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	box-sizing: border-box;
}

.eva_sp_score_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.eva_sp_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 130px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 16px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.eva_sp_label {
	font-weight: bold;
	color: #333;
	margin-bottom: 4px;
}

.eva_sp_text {
	font-size: 13px;
	color: #666;
	margin-bottom: auto;
}

.eva_sp_score {
	margin-top: 12px;
	width: 100%;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px;
}


.eva_sub_toggle_title {
	text-align: center;
	font-weight: bold;
	padding: 12px;
	background-color: #f2f2f2;
	border-radius: 8px;
	cursor: pointer;
	margin: 20px 0 10px;
	transition: background-color 0.3s ease;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.eva_sub_toggle_title:hover {
	background-color: #e0e0e0;
}

.eva_sub_area {
	overflow: hidden;
	transition: all 0.4s ease;
}

#eva_sub_table_area {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 12px;
	margin-top: 20px;
}

.eva_sub_row {
	display: grid;
	grid-template-columns: 1fr 2fr auto;
	align-items: center;
	background-color: #fff;
	padding: 12px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.eva_sub_col {
	font-size: 14px;
	color: #333;
	overflow-wrap: break-word;
}

.eva_check_col {
	text-align: center;
}

.eva_toggle_label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 2px solid #28a745;
	border-radius: 8px;
	background-color: #fff;
	color: #28a745;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
}

.eva_check_input {
	display: none;
}

.eva_check_display {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #28a745; /* 緑の外枠 */
	border-radius: 8px;
	background-color: transparent;
	color: transparent; /* ○文字非表示 */
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.eva_check_input:checked + .eva_check_display::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-color: #28a745; /* 緑○ */
	border-radius: 50%;
}


#log_container {
	max-height: 330px;
	overflow-y: auto;
	position: relative;
}

.log_table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 13px;
}

.log_table th,
.log_table td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	word-break: break-word;
}

.log_table th {
	background-color: #f2f2f2;
	position: sticky;
	top: 0;
	z-index: 1;
}

.log_table th:nth-child(1),
.log_table td:nth-child(1) {
	width: 35%;
}

.log_table th:nth-child(2),
.log_table td:nth-child(2) {
	width: 20%;
}

.log_table th:nth-child(3),
.log_table td:nth-child(3),
.log_table th:nth-child(4),
.log_table td:nth-child(4) {
	width: 15%;
}

.log_table td:nth-child(3),
.log_table td:nth-child(4),
.log_table th:nth-child(3),
.log_table th:nth-child(4) {
	text-align: center;
}

.log_table th:nth-child(1),
.log_table td:nth-child(1) {
	width: 15%;
	text-align: center;
}

#edit_other_txt_val {
	width: 80%;
	min-height: 4.2em;
	resize: vertical;
	font-size: 14px;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}


.log-note-btn {
	padding: 2px 6px;
	font-size: 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	min-width: 48px;
}

/* 備考あり（確認）→ 青 */
.log-note-btn.view {
	background-color: #2196f3;
}

/* 備考なし（追加）→ 緑 */
.log-note-btn.add {
	background-color: #4caf50;
}



.eva_sp_select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	box-sizing: border-box;
}

.eva_sp_button {
	width: 100%;
	padding: 14px;
	background-color: #28a745;
	color: white;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.eva_sp_button:hover {
	background-color: #218838;
}

.eva_sp_log_btn {
	width: 100%;
	padding: 14px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
}

.eva_sp_center {
	text-align: center;
}

#hexagon_graph_area {
	width: 86%;
	padding: 20px;
	border: 2px dashed #ccc;
	border-radius: 12px;
	text-align: center;
	background-color: #fff;
}



/*　********************　*/




/* インストールボタン用スタイル */
#install-container {
	position: fixed;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	background: rgba(255, 255, 255, 0.95); /* 少し透ける白背景 */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	z-index: 999; /* フッターより下にしたければ 999 以下にする */
}

#install_btn {
	padding: 10px 20px;
	font-size: 16px;
	background: linear-gradient(135deg, #2c3e50, #4ca1af);
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#install_btn:hover {
	background-color: #e055a5;
}

#install-container p {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	line-height: 1.6;
}



/* iOS向けヒント */
#ios_add_hint {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 0.95rem;
	color: #555;
	font-weight: bold;
}





/* 非表示クラス */
.hidden {
	display: none !important;
}
.fc_red {
	color: #FF0000;
}
.fc_blk {
	color: black;
}