@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;
}


#patrol_stop_btn_wrap {
	margin-top: 10px;
}

.stop_btn {
	background-color: #cc3333;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	transition: background-color 0.2s ease;
}

.stop_btn:hover {
	background-color: #aa0000;
}


/* カメラリーダー
--------------------*/

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

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


#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;
}

#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_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;
}

/* メイン
--------------------*/

#main {
	padding-bottom: 120px;
}


#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;
}


#start_button_area {
	text-align: center;
	margin: 150px 0;
}

#start_patrol_btn {
	background-color: #c0392b;
	color: #fff;
	font-size: 1.4rem;
	padding: 12px 30px;
	border: none;
	border-radius: 50px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.3s ease;
}

#start_patrol_btn:hover {
	background-color: #ff1e36;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

#start_patrol_btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}


#patrol_date_time {
	margin-top: 15px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}

.patrol_line {
	display: flex;
	justify-content: flex-start;
}

.label {
	padding-left: 15px;
	width: 10em; /* 揃える幅 */
	text-align: right;
}

.value {
	padding-left: 15px;
}


.absence_area_wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
}

.absence_area {
	width: 320px;
	padding: 10px 15px;
	background-color: #f9f9fc;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.absence_area label {
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 8px;
	display: inline-block;
}

.absence_area textarea {
	width: 100%;
	padding: 6px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	box-sizing: border-box;
}


.absence_area textarea:focus {
	border-color: #888;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.3);
	outline: none;
}



.patrol_form {
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #f9f9fc;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", sans-serif;
}

.patrol_form select {
    width: 250px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.patrol_form select:focus {
    border-color: #888;
    box-shadow: 0 0 4px rgba(136, 136, 136, 0.4);
    outline: none;
}


.point_out_area {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.point_out_area label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	font-weight: normal;
}

.point_out_label {
	margin-right: 10px;
}

.response_date_area {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.response_date_label {
	margin-right: 10px;
	font-weight: bold;
}

.response_date_area input[type="time"] {
	width: 150px;
	padding: 6px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.response_date_area input[type="time"]:focus {
	border-color: #888;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.4);
	outline: none;
}

#patrol_data_area {
}



.discovery_time_point {
	margin: 10px auto;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	width: fit-content;
}

.discovery_row {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.discovery_label {
	width: 90px;
	font-weight: bold;
	margin-right: 8px;
	color: #333;
}

.discovery_input {
	padding: 5px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 180px;
}


.patrol_checklist_1 {
	margin: 30px 0;
	padding: 15px 25px;
	background-color: #f9f9fc;
	border-radius: 8px;
}

.patrol_checklist_title {
	position: relative;
	top: -20px;
	left: 15px;
	display: inline-block;
	background-color: #f9f9fc;
	padding: 0 8px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.check_item label {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.check_item label input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	transform: translateY(-6px);
}

.check_no {
	display: inline-block;
	width: 20px;
	text-align: right;
	margin-right: 5px;
	color: #333;
	font-weight: bold;
	flex-shrink: 0;
}

.check_text {
	color: #666;
	font-size: 90%;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 25px;
	box-sizing: border-box;
}

.input-disabled {
	background-color: #eee;
	color: #999;
	cursor: not-allowed;
	width: 120%;
}

.input-required {
	width: 70%;
}


#patrol_details {
	margin: 20px auto;
	padding: 15px;
	background-color: #f9f9fc;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.patrol_details_row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.patrol_details_column {
	flex-direction: column;
	align-items: flex-start;
}

.patrol_details_label {
	width: 80px;
	font-weight: bold;
	color: #333;
	margin-right: 10px;
	text-align: right;
}

.patrol_details_select {
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.patrol_details_textarea {
	width: 280px;
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

#photo_upload_inputs {
	display: flex;
	flex-direction: column;
	gap: 8px;
	box-sizing: border-box;
}

.patrol_details_file {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 280px;
	box-sizing: border-box;
}

.patrol_details_file {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
}

.patrol_details_title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
}

.patrol_details_block {
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 5px 15px;
	line-height: 1.8;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.patrol_details_block .label {
	display: inline-block;
	width: 120px;
	text-align: left;
}

.patrol_details_block select {
	margin-left: 5px;
}

.patrol_details_select {
	margin: 0 3px;
	width: 60px;
}


.detail_no_af {
	background-color: red;
}
.detail_no_g {
	background-color: yellow;
}
.detail_no_h {
	background-color: dodgerblue;
}


.patrol_details_sub .patrol_details_sub_main {
	display: none;
	margin-top: 10px;
}

.patrol_details_sub {
	margin: 20px auto;
	margin-bottom: 20px;
	padding: 10px 15px;
	background-color: #f2f2f5;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.patrol_details_sub_title {
	font-weight: bold;
	cursor: pointer;
	color: #333;
	padding: 5px 0;
	font-size: 15px;
	user-select: none;
	text-align: center;
}

.patrol_details_sub_main {
	display: none;
	margin-top: 10px;
}

.patrol_details_sub_main label {
	display: flex;
	align-items: flex-start;
	padding: 6px 0;
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}

.patrol_details_sub_main .head_1 {
	display: inline-block;
	width: 2em;
	font-weight: bold;
	color: #333;
	background-color: red;
	padding: 10px;
    text-align: center;
}
.patrol_details_sub_main .head_2 {
	display: inline-block;
	width: 2em;
	font-weight: bold;
	color: #333;
	background-color: yellow;
	padding: 10px;
    text-align: center;
}
.patrol_details_sub_main .head_3 {
	display: inline-block;
	width: 2em;
	font-weight: bold;
	color: #333;
	background-color: dodgerblue;
	padding: 10px;
    text-align: center;
}


.patrol_details_sub_main .body {
	flex: 1;
	white-space: pre-wrap; /* 改行を反映 */
}

.patrol_details_sub_main span {
	display: inline-block;
	min-width: 20px;
	font-weight: bold;
	color: #333;
	margin-right: 5px;
}


#patrol_manager_area {
	text-align: center;
	margin: 30px 0;
}

.load_manager_btn {
	padding: 12px 30px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #666;
	border-radius: 8px;
	background-color: #f9f9fc;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.load_manager_btn:hover {
	background-color: #28a745;
	color: #fff;
	border-color: #28a745;
	transform: scale(1.05);
}

#qr_video {
	width: 300px;
	height: 300px;
	border: 2px solid #ccc;
	border-radius: 8px;
	background-color: #000;
	margin: 20px auto;
	display: none; /* 初期非表示 */
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#qr_result {
	position: relative;
	display: none; /* 初期非表示 */
	margin-top: 20px;
	padding: 15px 20px;
	background-color: #f9f9fc;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	color: #333;
	box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.qr_result_title {
	position: relative;
	top: -20px;
	left: 15px;
	display: inline-block;
	background-color: #f9f9fc;
	padding: 0 8px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

#qr_message {
	color: red;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


#seal_img {
	width: 80px;
	max-width: 40%;
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.seal_reload_button {
	display: block;
	margin: 5px auto;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #888;
	background-color: #f2f2f2;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.seal_reload_button:hover {
	background-color: #ddd;
}


.photo_input_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.photo_input_wrap input[type="file"] {
	flex: 1;
	min-width: 0;
}

.btn-view {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
}

.btn-delete {
	background-color: #f44336;
	color: white;
	border: none;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
}

.btn-view:hover {
	background-color: #45a049;
}

.btn-delete:hover {
	background-color: #e53935;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/* ボタンコンテナ
--------------------*/

.reLoad_btm {
    text-align: center;
}

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



#submit_area {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 150px;
}

#submit_btn {
	padding: 12px 24px;
	font-size: 16px;
	border: none;
	border-radius: 8px;
	background-color: #ccc;
	color: #fff;
	cursor: not-allowed;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#submit_btn:enabled {
	background-color: #28a745;
	cursor: pointer;
}

#submit_btn:enabled:hover {
	background-color: #218838;
	transform: scale(1.05);
}

#submit_btn_re {
	padding: 12px 24px;
	font-size: 16px;
	border: none;
	border-radius: 8px;
	background-color: #ccc;
	color: #fff;
	cursor: not-allowed;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}

#submit_btn_re:enabled {
	background-color: #17a2b8;
	cursor: pointer;
}

#submit_btn_re:enabled:hover {
	background-color: #138496;
	transform: scale(1.05);
}


/* タブスタイル　*/

.tab-container {
	position: relative;
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	padding-top: 10px;
}

.tab-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
	width: 90%;
	max-width: 1100px;
	justify-content: center;
}

.tab {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 14px 32px;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	font-weight: 500;
	color: #444;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
}

.tab:hover {
	background-color: #f1f1f1;
	color: #000;
}

.tab.active {
	background: #fff0f0;
	color: #c0392b;
	border-color: #c0392b #c0392b transparent;
	font-weight: bold;
	z-index: 2;
}

.tab.active::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #fff0f0;
	z-index: 3;
	border-radius: 0 0 4px 4px;
}




/*　稼働状況スタイル　*******　*/

.situation {
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 5px;
}

.situation.running {
	color: #0a0; /* 緑 */
}

.situation.stopped {
	color: #c00; /* 赤 */
}

/* リスト全体 */
.patrol_form_scroll {
	max-height: 400px; /* 好きな高さに調整可能✨ */
	overflow-y: auto;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-top: 10px;
}

#operation_list_area {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.machine_info_row {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* 1つの設備ブロック */
.operation_hidden {
	display: none;
}

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

.machine_info_row {
	font-size: 18px; /* 大きめフォント */
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.arrangement_name {
	font-size: 12px;
	color: #666;
	margin-right: 8px;
}

.status-running {
	color: green;
}

.status-stopped {
	color: red;
}

.operation_controls_row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.stop_reason_select {
	padding: 6px 10px;
	font-size: 14px;
	width: 200px;
}

.stop-btn, .run-btn {
	padding: 6px 12px;
	font-size: 14px;
	background-color: #ccc;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.stop-btn {
	color: red;
}

.run-btn {
	color: green;
}

.stop-btn:hover, .run-btn:hover {
	background-color: #bbb;
}

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





/* インストールボタン用スタイル */
#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;
}