@charset "UTF-8";

/* CSS リセット */
html, body,
header, footer, hgroup,
section, article, nav, aside, details, figure, figcaption,
div, span,
a, b, i, u, s,
address, blockquote, q, ins, del, sub, sup, em, strong, abbr, cite, dfn, code, samp, var, mark, data,
h1, h2, h3, h4, h5, h6,
p, ol, ul, li, dl, dt, dd, pre,
bdo, bdi,
ruby, rt, rp,
fieldset, legend, label,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup, col,
img, audio, video, source, track,
form, summary,
iframe
{
	margin: 0;
	padding: 0;
}

*, *:before, *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

table
{
	border-collapse: collapse;
}

img
{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: none;
}

img.size
{
	width: 100%;
}

img.size90
{
	width: 90%;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #e60012;
	text-decoration: no-decoration;
}


a:hover img
{
	/*opacity: 0.8;*/
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

ol, ul
{
	list-style: none;
}

/* 基本エリア */
html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0% 0% 0% 0%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 16pt;
	color: #000000;
	text-align: center;
}

body::before
{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../image/ehon_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: -1;
	pointer-events: none;
}


.clearfix:after
{
	content: "";
	clear: both;
	display: block;
}

.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* フッター */
footer.block_footer
{
	width: 100%;
	padding: 10px 0;
	background-color: #19aba4;
	color: #ffffff;
	font-size: 12pt;
	position: fixed;
	bottom: 0;
	left: 0;
}

div.top_tel
{
	font-size: 12pt;
}

div.top_tel a
{
	color: #ffffff;
	text-decoration: none;
}

/* 入力しても良いのココから -------------------------- */
div.all_block
{
	width: 100%;
	max-width: 1000px;
	padding: 0% 0% 120px 0%;
	margin: 0px auto 0px auto;
}

div.all_block_request
{
	width: 100%;
	max-width: 1000px;
	padding: 0% 0% 0% 0%;
	margin: 0px auto 0px auto;
}

div.header
{
	width: 100%;
	max-width: 1200px;
	padding: 0% 0% 0% 0%;
	margin: 0% auto 0% auto;
}

div.logo
{
	width: 80%;
	max-width: 800px;
	min-width: 300px;
	padding: 2% 0% 0% 0%;
	margin: 0% auto 0% auto;
}

div.header_text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0% auto 2% auto;
	text-align: center;
	color: #ffffff;
	font-size: 12pt;
	font-weight: normal;
	background-color: #4caf50;
}

/* フロント表示部分 ------------------------------------- */

div.search_area
{
	margin: 2% 0% 3% 0%;
	padding: 0% 0% 0% 0%;
	text-align: right;
}

.search_area form
{
	width: 80%;
	max-width: 800px;
	margin: 20px auto 20px auto;
	background: #fff;
	padding: 50px 0px 20px 0px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(76, 66, 152, 0.2);
}

div.search_area input[type="text"]
{
	appearance: none;
	width: 60%;
	max-width: 444px;
	padding: 20px 20px;
	margin: 0% auto 0% auto;
	background-color: #fff;
	color: #000000;
	font-size: 14pt;
	text-align: center;
	border: 1px solid #4c4298;
	border-radius: 5px;
}

div.search_area input[type="text"],
button.search_button {
	box-sizing: border-box;
	height: 60px;
	vertical-align: middle;
}

button.search_button
{
	width: 30%;
	max-width: 222px;
	margin: 0% auto 0% auto;
	padding: 18px 20px 19px 20px;
	color: #ffffff;
	font-weight :normal;
	font-size: 14pt;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	background-color: #4c4298;
	position: relative;
}

.search-icon
{
	position: absolute;
	top: -35px;
	right: 0px;
	width: 60px;
	height: 56px;
	pointer-events: none;
}

button.search_button:hover
{
	background-color: #181a56;
}

div.reset_area
{
	width: 100%;
	margin: 0% auto 0% auto;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

button.reset_button
{
	width: 100%;
	margin: 0% auto 0% auto;
	padding: 0px 0px 0px 0px;
	color: #3c3c3c;
	font-weight :normal;
	font-size: 12pt;
	text-decoration: underline;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}

/* お知らせ機能 ------------------------------------------- */

div.notice_area
{
	width: 100%;
	max-width: 800px;
	margin: 0% auto 3% auto;
	padding: 50px 50px 20px 50px;
	font-size: 12pt;
	line-height: 160%;
	text-align: left;
	border-radius: 10px;
	background-color: #f8fdff;
	border: 5px solid #cddbff;
}

div.notice_list
{
	margin: 0% 0% 7% 0%;
}

div.notice_title
{
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
	color: #5f86ff;
	font-size: 16pt;
	font-weight: bold;
}

div.notice_title:after
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: repeating-linear-gradient(-45deg, #5f86ff, #5f86ff 2px, #ffffff 2px, #ffffff 4px);
}

div.notice_text
{
	padding: 00px 0px 0px 0px;
	margin: 10px 0px 30px 0px;
	font-size: 12pt;
	line-height: 160%;
}

div.notice_link a
{
	color: #5f86ff;
	text-decoration: underline;
}


/* 件数・検索結果の表示 */
div.summary_display
{
	width: 100%;
	max-width: 800px;
	margin: 0% auto 0% auto;
	padding: 20px 20px 15px 0px;
	font-size: 14pt;
	line-height: 120%;
	text-align: right;
	background-color: #ffffff;
}

div.products_number
{
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0px 0px 0px 0px;
}

span.products_number_total
{
	font-size: 10pt;
	color: #3c3c3c;
}

div.serch_result
{
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	color: #e60012;
}

span.serch_result_number
{
	font-size: 24pt;
}

/* 一覧表示 */

table.products_table
{
	width: 100%;
	max-width: 800px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

th.products_th
{
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	color: #ffffff;
	border: 1px solid #dddddd;
	background-color: #4c4298;
}

table tr:nth-child(odd) {
	background-color: #ffffff;
}

table tr:nth-child(even) {
	background-color: #f2f2f2;
}

td.products_name
{
	width: 76%;
	padding: 10px 10px 10px 15px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	border: 1px solid #dddddd;
}

td.products_place
{
	width: 10%;
	min-width: 60px;
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
}

td.products_stock
{
	width: 14%;
	min-width: 100px;
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
}

span.products_stock_none
{
	font-size: 11pt;
}

span.category_css
{
	font-size: 9pt;
	color: #3c3c3c;
	font-weight: normal;
}

span.sku_css
{
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
}

/* ページネーション */

div.pagination
{
	width: 100%;
	max-width: 800px;
	padding: 0% 0% 0% 0%;
	margin: 2% auto 5% auto;
	text-align: right;
}

div.page_number
{
	float: left;
	width: 5%;
	min-width: 30px;
	padding: 0% 0% 0% 0%;
	margin: 0px 3px 0px 0px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

div.page_number a
{
	display: block;
	padding: 10px 0px 10px 0px;
}

div.page_number_open
{
	float: left;
	width: 5%;
	min-width: 30px;
	padding: 10px 0px 10px 0px;
	margin: 0px 3px 0px 0px;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

div.page_number_next_back
{
	float: left;
	width: 10%;
	min-width: 50px;
	padding: 0% 0% 0% 0%;
	margin: 0px 3px 0px 0px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

div.page_number_next_back a
{
	display: block;
	padding: 10px 0px 10px 0px;
}

div.no_results
{
	position: relative; /* imgを絶対配置するために必要 */
	width: 96%;
	max-width: 800px;
	padding: 3% 0;
	margin: 20px auto 100px auto;
	font-size: 14pt;
	text-align: center;
	/*border: 1px solid #dddddd;*/
	background-color: #ffffff;
	border-radius: 30px;
	overflow: hidden; /* はみ出し防止 */
}

div.no_results_shop
{
	width:80%;
	margin:30px auto 10px auto;
	font-weight: bold;
}

span.no_results_shop_title
{
	background: linear-gradient(transparent 50%, #f1ebff 50%);
}

div.no_results_shop_list
{
	padding: 0% 0% 0% 0%;
}

div.no_results_shop_list a
{
	text-decoration:underline;
	color: #4c4298;
}



img.background-image
{
    position: absolute;
    bottom: 0;
    right: 32px;
    width: 20%;
    max-width: 150px;
    height: auto;
    pointer-events: none;
}

/* 印刷機能 */
#printButton {
	position: fixed;
	top: 20px;
	right: 50px;
	z-index: 9999;
	background-color: #4c4298;
	color: #ffffff;
	border: none;
	padding: 15px 20px;
	font-size: 16px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

/* ボタン内の印刷アイコン */
#printButton .print-icon
{
	position: absolute;
	top: 7px;
	right: -42px;
	width: 55px;
	height: 50px;
	pointer-events: none;
}

#printButton:hover
{
	background-color: #322984;
}

@media print {
  body {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

/* 印刷時には非表示 */
@media print {
	#printButton {
		display: none !important;
	}
}

/* リクエスト機能 */
.modal
{
	position: fixed;
	z-index: 999;
	left: 0; top: 0;
	width: 100%; height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}

.modal
{
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 100vh;
}

.modal-content
{
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	padding: 30px 20px;
	border-radius: 10px;
	width: 96%;
	max-width: 500px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	position: relative;
	animation: popIn 0.3s ease-out;
}

div.request_modal_area
{
	display: flex;
	gap: 10px;
	align-items: center;
}

div.request_products_name_qty
{
	width: 90%;
	padding: 0px 0px 0px 0px;
	margin: 5% auto 0% auto;
	color: #4c4c4c;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

@keyframes popIn
{
	from { transform: scale(0.8); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}

/* 閉じるボタン */
.modal .close
{
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 28px;
	color: #888;
	cursor: pointer;
}

.modal input[type="text"] {
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
	font-size: 16px;
}

.modal input.request-product-input {
	width: 75%; /* 任意の幅に調整 */
	margin: 10px 0% 10px 5%;
}

.modal input[type="number"] {
	width: 90%;
	margin: 10px 0% 10px 0%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	text-align: center;
	/* 数字入力欄の上下矢印を非表示（必要に応じて） */
	-moz-appearance: textfield;
}
.modal input[type="number"]::-webkit-outer-spin-button,
.modal input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

div.request_message
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* ← 横50%、縦50%だけ戻して中央に */
	width: 96%;
	max-width: 800px;
	max-height: 300px; /* ← 縦の最大値を指定 */
	padding: 50px 20px 50px 20px; /* ← %ではなくpxに変更するのが望ましい */
	background-color: #ffffff;
	color: #3c3c3c;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	border: 10px solid #75a6ff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	z-index: 10000;
	background-image: url('../image/buruburu.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: clamp(60px, 20%, 130px);
}

div.request_title
{
	padding: 0px 0px 0px 22px;
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	color: #4c4298;
}

button.request_button
{
	width: 80%;
	max-width: 100px;
	margin: 3% auto 2% auto;
	padding: 8px 5px 8px 5px;
	color: #ffffff;
	font-weight :normal;
	font-size: 9pt;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	background-color: #4c4298;
}

button.request_button_submit
{
	width: 60%;
	max-width: 600px;
	margin: 0% auto 0% auto;
	padding: 20px 20px 18px 20px;
	color: #ffffff;
	font-weight :normal;
	font-size: 14pt;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	background-color: #4c4298;
}

button.request_button_submit.clicked
{
	background-color: #272151;
}

div.request_text
{
	width: 90%;
	margin: 10px 0px 0px 5%;
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	text-align: left;
	line-height: 160%;
	background-color: #f8f0ff;
}

div.request_text_message
{
	padding: 15px 20px 0px 20px;
}

div.request_annotation
{
	padding: 10px 0px 15px 30px;
	font-size: 10pt;
	line0height: 120%;
	color: #e60012;
	text-align: left;
}

/* 右下に固定ボタン */

.fixed_request_button
{
	position: fixed;
	bottom: 20px;
	right: 50px;
	z-index: 9999;
	background-color: #94145e;
	color: white;
	border: none;
	padding: 15px 20px;
	font-size: 16px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.fixed_request_button:hover
{
	background-color: #ae406e;
}

.request-icon
{
	position: absolute;
	top: 6px;
	right: -42px;
	width: 55px;
	height: 50px;
	pointer-events: none;
}

/* スマホ画面サイズに対応 */
@media screen and (max-width: 600px) {
	.fixed_request_button {
		bottom: 45px;
		right: 40px;
		font-size: 14px;
		padding: 12px 16px;
		border-radius: 10px;
	}
}

div.request_area
{
	width: 100%;
	margin: 3% auto 0% auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	background: #ffffff;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(76, 66, 152, 0.2);
}

div.request_search
{
    width: 98%;
    max-width: 1500px;
    margin: 3% auto 0% auto;
    text-align: right;
    font-size: 12pt;
}

.memo_input_textarea
{
	resize: none;
	min-height: 5em;
	line-height: 1.4em;
	width: 100%;
}

@media print {
	.no-print
	{
		display: none !important;
	}

	/* 印刷ボタン自体も非表示に（念のため） */
	#printButton
	{
		display: none !important;
	}
}

.status_filter_select
{
	margin: 0% 0% 0% 0%;
	padding: 10px 15px;
	font-size: 14pt;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 6px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='10'%20viewBox='0%200%2014%2010'%3E%3Cpath%20fill='%23666'%20d='M7%2010L0%200h14z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	padding-right: 30px; /* アイコン分の余白 */
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.status_filter_select:hover {
	border-color: #999;
}

.status_filter_select:focus {
	border-color: #4c4298;
	box-shadow: 0 0 3px rgba(76, 66, 152, 0.5);
	outline: none;
}

table.request_table {
    width: 98%;
    max-width: 1500px;
    margin: 0% auto 0% auto;
    padding: 0;
    border: 1px solid #dddddd;
    table-layout: fixed; /* 追加 */
    box-sizing: border-box; /* 追加 */
}

table.request_table th,
table.request_table td {
    box-sizing: border-box; /* 追加 */
}

th.request_th:nth-child(1) { width: 12%; }
th.request_th:nth-child(2) { width: 29%; }
th.request_th:nth-child(3) { width: 5%; }
th.request_th:nth-child(4) { width: 12%; }
th.request_th:nth-child(5) { width: 34%; }
th.request_th:nth-child(6) { width: 8%; }

th.request_th
{
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #211d61;
	background-color: #4c4298;
}

td.request_date
{
	padding: 15px 10px 15px 10px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
}

td.request_products
{
	padding: 15px 10px 15px 10px;
	font-size: 12pt;
	text-align: left;
	border: 1px solid #dddddd;
}

td.request_qty
{
	padding: 15px 0px 15px 0px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
}

td.request_name
{
	padding: 15px 10px 15px 10px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
	word-break: break-word; /* ←これを追加 */
}

td.request_memo
{
	padding: 15px 10px 15px 10px;
	font-size: 12pt;
	text-align: left;
	border: 1px solid #dddddd;
}

td.request_delete
{
	padding: 15px 10px 15px 10px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
}

.memo_input_textarea {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;       /* 行間を160%に */
	resize: vertical;
	min-height: calc(1.6em * 5); /* 最低5行分の高さ（行間考慮） */
	padding: 6px;           /* 読みやすさのために余白を追加（任意） */
	box-sizing: border-box; /* パディングを含めて幅100%に */
}

/* ステータス用セレクトボックス */
.request_memo select
{
	width: 100%;
	max-width: 100px;
	min-width: 100px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	font-size: 12pt;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	color: #000000;
	box-sizing: border-box;
	cursor: pointer;
}

/* ステータス色ごとの背景 */
.status-mikakunin
{
	background-color: #ffe4da !important;
}

.status-hacchuzumi
{
	background-color: #e4e4ff !important;
}

.status-kanryo
{
	background-color: #eeeeee !important;
}

/* メモ入力欄 */
.request_memo .memo_input
{
	width: 100%;
	padding: 10px;
	font-size: 12pt;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	color: #000000;
	box-sizing: border-box;
}

button.request_delete_button
{
	margin: 0% 0% 0% 0%;
	padding: 10px 10px 8px 10px;
	color: #ffffff;
	font-weight :normal;
	font-size: 12pt;
	border:none;
	border-radius: 5px;
	background-color: #3c3c3c;
}

#requestPopupMessage
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(63, 133, 255, 0.9); /* 紫っぽい背景 */
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	animation: requestFadeOut 3s forwards;
}

@keyframes requestFadeOut {
    0% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; display: none; }
}

/* csvアップロード機能 ---------------------------------- */
div.upload_area
{
	width: 100%;
	max-width: 800px;
	padding: 0% 0% 0% 0%;
	margin: 5% auto 5% auto;
}

.upload_area form
{
	max-width: 400px;
	margin: 0 auto 20px;
	background: #fff;
	padding: 25px 30px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(76, 66, 152, 0.2);
}

label.file_button_label
{
	position: relative; /* ← ここが重要 */
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	margin: 0 0 10px 0;
	background-color: #f9f9f9;
	color: #3c3c3c;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	border: 2px solid #cccccc;
	border-radius: 5px;
	cursor: pointer;
}

/* マウスオン時 */
label.file_button_label:hover
{
	background-color: #ffffff;
	color: #4caf50;
	border: 2px solid #4caf50;
}

/* クリック時 */
label.file_button_label:active
{
	background-color: #4caf50;
	color: #ffffff;
	border: 2px solid #4caf50;
}

input[type="file"].file_button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

#file-name-display
{
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	word-break: break-all;
}

.upload_area button[type="submit"]
{
	width: 100%;
	background-color: #4c4298;
	color: white;
	border: none;
	padding: 14px 0;
	border-radius: 6px;
	font-size: 14pt;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.upload_area button[type="submit"]:hover
{
	background-color: #3a3470;
}

div.upload_file
{
	margin: 0% 0% 2% 0%;
	padding: 10px 0px 20px 0px;
	text-align: center;
	color: #4c4298;
	font-size: 11pt;
	font-weight: normal;
	line-height: 160%;
}

span.upload_file_name
{
	color: #3c3c3c;
}

div.upload_message
{
	display: none;
	margin: 1% 0% 1% 0%;
	padding: 10px 0px 12px 0px;
	font-size: 12pt;
	color: #e60012;
}

span.upload_message_count
{
	font-weight: bold;
	font-size: 14pt;
}

div.upload_info_score
{
	padding: 20px 0px 0px 0px;
	font-size: 14pt;
	line-height: 200%;
}

span.upload_info_score_num
{
	font-size: 20pt;
	color: #433de6;
	font-weight: bold;
}


/* 検索ログ ---------------------------------------- */

div.log_area
{
	width: 80%;
	margin: 3% auto 0% auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	
	background: #ffffff;
	padding: 40px 0px 35px 0px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(76, 66, 152, 0.2);
}

.date-picker-label
{
	display: inline-block;
	background: #ffffff;
	border: 2px solid #f4f4f4;
	padding: 14px 26px 8px 26px;
	cursor: pointer;
	border-radius: 5px;
	margin: 0% 0% 10px 0%;
	border: 1px solid #4caf50;
}

.date-picker-label input[type="date"]
{
	border: none;
	background: transparent;
	font-size: 18pt;
	color: #3c3c3c;
	cursor: pointer;
}

button.log_button
{
	margin: 0% 0% 1% 0%;
	padding: 10px 36px 8px 36px;
	color: #ffffff;
	font-weight :normal;
	font-size: 12pt;
	border:none;
	border-radius: 5px;
	background-color: #4caf50;
}

div.log_area input[type="text"],
button.log_execution_button,
button.log_reset_button {
	height: 60px;              /* 高さを固定で揃える */
	box-sizing: border-box;   /* paddingの影響を排除 */
	font-size: 12pt;
	border-radius: 10px;
}

div.log_area input[type="text"]
{
	appearance: none;
	width: 22%;
	min-width: 276px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #4c4298;
	background-color: #fff;
	color: #000000;
}

div.log_keyword
{
	margin: 20px 0px 0px 0px;
}

button.log_execution_button
{
	padding: 0 36px; /* 上下paddingを0にすることで高さを固定に */
	color: #ffffff;
	font-weight: normal;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

button.log_reset_button
{
	padding: 0 20px; /* 上下paddingを0にすることで高さを固定に */
	color: #ffffff;
	font-weight: normal;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

button.log_execution_button
{
	background-color: #4c4298;
}

button.log_reset_button
{
	background-color: #3c3c3c;
}

/* 一覧表示 */

table.log_table
{
	width: 96%;
	max-width: 800px;
	margin: 3% auto 3% auto;
	padding: 0% 0% 0% 0%;
	border: 1px solid #dddddd;
}

th.log_th
{
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	color: #ffffff;
	border: 1px solid #211d61;
	background-color: #4c4298;
}

td.log_word
{
	width: 80%;
	padding: 10px 10px 10px 15px;
	font-size: 12pt;
	text-align: left;
	border: 1px solid #dddddd;
}

td.log_count
{
	width: 20%;
	min-width: 80px;
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #dddddd;
}

td.log_error
{
	width: 100%;
	padding: 10px 10px 10px 15px;
	font-size: 12pt;
	text-align: left;
	color: #e60012;
	border: 1px solid #dddddd;
}

/* ハンバーガーメニュー ----- */

.hamburger-checkbox {
display: none;
}

.hamburger-label
{
	position: fixed;
	top: 2%;
	right: 5%;
	z-index: 100;
	cursor: pointer;
}

.hamburger-menu
{
	width: 60px;
	height: 60px;
	background: #4c4298;
	border-radius: 50%;
	transition: 0.5s ease-in-out;
	box-shadow: 0 0 0 0 #4c4298, 0 0 0 0 #4c4298;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 三本線・長さとか */
.hamburger-icon
{
	position: relative;
	width: 30px;
	height: 2px;
	background: #ffffff;
	display: block;
	transition: 0.5s ease-in-out;
}

.hamburger-icon::before,
.hamburger-icon::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #ffffff;
transition: 0.5s ease-in-out;
}

.hamburger-icon::before {
top: -10px;
right: 0px;
}

.hamburger-icon::after {
bottom: -10px;
	right: 0px;
}

/* チェック時のアイコン変化 */
.hamburger-checkbox:checked + .hamburger-label .hamburger-menu {
	box-shadow: 0 0 0 100vw #4c4298, 0 0 0 100vh #4c4298;
	border-radius: 0;
}

.hamburger-checkbox:checked + .hamburger-label .hamburger-icon {
	transform: rotate(45deg);
}

.hamburger-checkbox:checked + .hamburger-label .hamburger-icon::before {
	transform: rotate(90deg);
	top: 0;
}

.hamburger-checkbox:checked + .hamburger-label .hamburger-icon::after {
	transform: rotate(90deg);
	bottom: 0;
}

/* メニュー本体 */
.hamburger-list
{
	z-index: 200;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 400px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	opacity: 0;
	pointer-events: none; /* 非表示中はクリックできない */
	transition: 0.25s ease-in-out;
}

.hamburger-checkbox:checked ~ .hamburger-list
{
	opacity: 1;
	pointer-events: auto; /* 表示時はクリック可能 */
}

.hamburger-list a {
	display: block;
	padding: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14pt;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

/* ログアウトの下にスペースを追加する */
.hamburger-list .spaced-link
{
	margin-top: 30px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

/* 現在のページリンクは太字＆無効化 */
.hamburger-list a.current {
	color: #ffffc9;
	font-weight: bold;
	background-color: #302778;
	cursor: default;
}

/* ホバー時キャラクター画像表示 */
.hamburger-list a:not(.current):hover::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 65%;
	transform: translateY(-50%);
	width: 50px;
	height: 45px;
	background-image: url('../image/buruburu.png');
	background-size: contain;
	background-repeat: no-repeat;
}

/* 現在のページリンクは太字＆無効化 */
.hamburger-list a.current
{
	color: #ffffc9;
	font-weight: bold;
	background-color: #302778;
}

/* 他のリンクにホバー時キャラクター表示 */
.hamburger-list a:not(.current):hover::after
{
	content: "";
	position: absolute;
	right: 0px;
	top: 65%;
	transform: translateY(-50%);
	width: 50px;
	height: 45px;
	background-image: url('../image/buruburu.png');
	background-size: contain;
	background-repeat: no-repeat;
}


/* //----- ハンバーガーメニュー */

/* ログイン */
div.login_area
{
	width: 30%;
	min-width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div.error_messsage
{
	margin: 0% auto 0% auto;
	padding: 10% 0% 10% 0%;
	color: #e61200;
	font-size: 14pt;
}

div.login_form
{
	float: left;
	width: 49%;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

.login_form input[type="password"]
{
	appearance: none;
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #4c4298;
	border-radius: 15px;
	background-color: #fff;
	color: #000000;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box; /* 追加 */
	height: 70px;            /* 追加 */
}

div.login_button
{
	float: right;
	width: 49%;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

.login_button button
{
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;      /* input と揃える */
	color: #ffffff;
	font-size: 14pt;          /* input と揃える */
	font-weight: bold;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: #4c4298;
	box-sizing: border-box; /* 追加 */
	height: 70px;            /* 追加 */
}

/* 上部に戻るボタン */
#page-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a
{
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover
{
	text-decoration: none;
	background: #999;
}

/* 印刷時にボタンに色を入れる */
@media print
{
	th.products_th
	{
		background-color: #4c4298 !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	button,
		.search_button,
		.request_button,
		.request_button_submit,
		.log_button,
		.log_execution_button
		{
		background-color: #4c4298 !important;
		color: #ffffff !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	
	button.reset_button
	{
	    background-color: transparent !important;
	    color: #000000 !important; /* 文字が白の場合は黒に変更するなど調整 */
	    box-shadow: none !important; /* 影がある場合は消す */
	}
	
	div.header_text
	{
	    background-color: #3c3c3c !important;
	    color: #ffffff !important;
	    -webkit-print-color-adjust: exact !important;
	    print-color-adjust: exact !important;
  }
	
	.request_th
	{
		font-size: 10pt;
		background-color: #3c3c3c !important;
		color: #ffffff !important;
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}
	
	table.request_table { width: 100%; }
	th.request_th:nth-child(1) { width: 17%; }
	th.request_th:nth-child(2) { width: 26%; }
	th.request_th:nth-child(3) { width: 8%; }
	th.request_th:nth-child(4) { width: 18%; }
	th.request_th:nth-child(5) { width: 31%; }
	
	table.request_table td
	{
		font-size: 9pt;
	}
	
	table.request_table textarea
	{
		font-size: 9pt;
	}



	.fixed_request_button
	{
		display: none !important;
	}
}





/* パソコンとスマホで画像やテキストを切り替える */
/* スマホ限定の改行コード -------------------------------- */
@media screen and (min-width:600px){
    .brsp {display:none;}
}

.pc{
	display: block !important;
}

.sp{
	display: none !important;
}