div.logo
{
	width: 94%;
	padding: 3% 0% 0% 0%;
}

div.header_text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0% auto 5% auto;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
	background-color: #4caf50;
}

footer.block_footer
{
	font-size: 8pt;
}

div.top_tel
{
	font-size: 10pt;
}

div.top_tel a
{
	color: #ffffff;
	text-decoration: none;
}

.search_area form
{
	width: 96%;
	padding: 35px 0px 10px 0px;
}

div.search_area input[type="text"]
{
	width: 55%;
	font-size: 12pt;
}

button.search_button
{
	width: 35%;
}

div.reset_area
{
	padding: 10px 0px 0px 0px;
}

/* お知らせ機能 ------------------------------------------- */

div.notice_area
{
	width: 96%;
	padding: 20px 20px 20px 20px;
}

div.notice_title
{
	font-size: 14pt;
}

div.notice_text
{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 30px 0px;
	font-size: 12pt;
	line-height: 160%;
}

.search-icon
{
	position: absolute;
	top: -32px;
	right: 0px;
	width: 55px;
	height: 52px;
}

div.summary_display
{
	width: 98%;
	margin: 0% auto 0% auto;
	font-size: 12pt;
}

table.products_table
{
	width: 98%;
	margin: 0% auto 0% auto;
}

td.products_name
{
	width: 72%;
	font-size: 11pt;
}

td.products_place
{
	width: 8%;
}

td.products_stock
{
	width: 20%;
}

div.pagination
{
	width: 96%;
	margin: 5% auto 5% auto;
}

div.page_number
{
	min-width: 29px;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

div.page_number_open
{
	min-width: 29px;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

div.page_number_next_back
{
	min-width: 29px;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

div.no_results
{
    width: 96%;
    padding: 5% 0;
    margin: 20px auto;
    font-size: 12pt;
    text-align: center;
    border: 1px solid #dddddd;
    overflow: hidden; /* はみ出し防止 */
}

img.background-image
{
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 15%;
    max-width: 150px;
    height: auto;
    pointer-events: none;
}

div.upload_area
{
	width: 96%;
	margin: 5% auto 0% auto;
}

/* ログ履歴 */
div.log_area
{
	width: 96%;
	margin: 3% auto 6% auto;
}

button.log_button
{
	padding: 10px 20px 8px 20px;
}

.date-picker-label
{
	display: inline-block;
	height: 50px;
	line-height: 40px;
	background: #ffffff;
	border: 2px solid #4caf50;
	padding: 0px 10px 0px 10px; /* ラベル自体の左右padding */
	cursor: pointer;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}

.date-picker-label input[type="date"]
{
	border: none;
	background: transparent;
	font-size: 14pt;
	font-family: Arial, sans-serif;
	color: #3c3c3c;
	text-align: center;
	cursor: pointer;
	height: 50px;
	padding: 0px;
	line-height: 1;
	box-sizing: border-box;
	vertical-align: middle;
}

div.log_area input[type="text"]
{
	min-width: 180px;
}

button.log_execution_button
{
	margin: 0% 0% 0% 0%;
	padding: 12px 20px 14px 20px;
	color: #ffffff;
	font-weight :normal;
	font-size: 12pt;
	border:none;
	border-radius: 5px;
	background-color: #4c4298;
}

button.log_reset_button
{
	margin: 0% 0% 0% 0%;
	padding: 12px 20px 14px 20px;
	color: #ffffff;
	font-weight :normal;
	font-size: 12pt;
	border:none;
	border-radius: 5px;
	background-color: #3c3c3c;
}

td.log_word
{
	width: 60%;
}

td.log_count
{
	width: 40%;
}

.modal-content
{
	padding: 20px 0px;
}

div.request_title
{
	padding: 0px 0px 0px 18px;
}

div.request_text
{
	padding: 0px 0px 5px 0px;
}

.modal input.request-product-input
{
	width: 71%;
}

div.request_annotation
{
	padding: 10px 0px 10px 30px;
	font-size: 10pt;
	line0height: 100%;
}

td.request_name a
{
	color: #3f85ff;
	text-decoration: underline;
}

.request-icon
{
	position: absolute;
	top: 6px;
	right: -32px;
	width: 48px;
	height: 44px;
	pointer-events: none;
}

/* ステータス用セレクトボックス */
.request_memo select
{
	max-width: 80px;
	min-width: 80px;
}