﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	商品管理
--------------------------------------------------------------------- */
table.goodslist_ th.goods_ {
	min-width: 300px;
}

table.goodslist_ th.coresys_goods_ {
	width: 280px;
}

table.goodslist_ th.item_code_ {
	width: 280px;
}

table.goodslist_ th.goods_price_ {
	width: 140px;
}

table.goodslist_ td.goods_price_ {
	text-align: right;
}

table.goodslist_ th.goods_net_ {
	width: 140px;
}

table.goodslist_ td.goods_net_
{
	text-align: right;
}

table.goodslist_ th.goods_status_ {
	width: 100px;
}

table.goodslist_ td.goods_status_ {
	text-align: center;
}

div.go_goods_entry_ {
	margin: 0 auto 10px auto;
	text-align: right;
}

div.top_button_ {
	margin: -50px auto 30px auto;
	text-align: right;
}

.goods_detail_title_ {
	margin: 0 auto;
	margin-top: 10px;
	padding: 8px 0 8px 16px;
	color: #ffffff;
	background: var(--c-gray);
	font-size: 20px;
	font-weight: bold;
}

table.formdetail_ + .goods_detail_title_,
.position_relative_ .goods_detail_title_ {
	margin-top: 35px;
}

div.goods_detail_ table textarea {
	width: 98%;
}

div.goods_img_ table.goods_img_outer_ {
	margin-bottom: 10px;
}

div.goods_img_ table.goods_img_outer_ td {
	padding: 0;
}

div.goods_img_ table.goods_img_ td {
	padding: 6px;
	border-right: none;
}

div.goods_img_ table.goods_img_ td.goods_img_input_ {
	width: 50%;
	vertical-align: top;
}

div.goods_img_ table.goods_img_ td.goods_img_img_ {
	width: 50%;
	vertical-align: top;
}

div.goods_img_ table.goods_img_ td.goods_img_input_ table th {
	padding: 2px;
}

div.goods_img_ table.goods_img_ td.goods_img_input_ table td {
	padding: 2px;
}

div.goods_img_ table.goods_img_ td.goods_img_img_ div {
	margin: 2px;
	width: 370px;
	overflow: auto;
	overflow-y: hidden;
}

div.goods_img_ table.goods_img_ td.goods_img_img_ div a {
	text-decoration: none;
}

div.goods_img_ table.goods_img_ td.goods_img_img_ div img {
	max-width: 370px;
	border-width: 0;
}

div.goods_img_ table.goods_img_comment_ {
	margin-top: 3px;
}

div.goods_img_ table.goods_img_comment_ th {
	padding: 3px;
	border-width: 0;
	width: 100px;
}

div.goods_img_ table.goods_img_comment_ td {
	padding: 3px;
	border-width: 0;
}

table.accessory_goods_list_ th.goods_check_ {
	width: 50px;
}

table.accessory_goods_list_ th.item_code_ {
	width: 170px;
}

table.accessory_goods_list_ th.goods_name_ {
	min-width: 500px;
}

table.accessory_goods_list_ th.goods_seq_ {
	width: 140px;
}

div.accessory_goods_frame_ {
	padding: 3px 0 3px 0;
	margin-bottom: 10px;
}

div.accessory_goods_frame_ .submit_ {
	margin: 6px 3px 3px 3px;
	padding: 0;
}

div.position_relative_ {
	position: relative;
}

div.position_relative_ .goods_detail_title_ {
	background: var(--c-black);
}

table.goods_detail_ {
	display:none;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
div#order_search_goods_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

div#order_search_goods_modal div.background_ {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

div#order_search_goods_modal div.container_ {
	position: relative;
	overflow: scroll;
	width: 1500px;
	height: 80%;
	min-height: 80%;
	background-color: #fff;
	padding: 20px;
}

div#order_search_goods_modal div.container_ .assist_button_mini_ {
	float: right;
	text-align: center;
	width: auto;
}

div#order_search_goods_modal div.container_ .search_button_ {
	text-align: center;
}

div#order_search_goods_modal div.container_ .modal_search_button_ {
	width: 80px;
	text-align: center;
}

div#order_search_goods_modal div.container_ .modal_close_button_ {
	background-color: #969696;
	margin-left: 8px;
	margin: 2px;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 13px;
	height: 32px;
	min-width: 136px;
}

div#order_search_goods_modal div.container_ .search_result_ {
	clear: both;
}

div#order_search_goods_modal div.container_ .search_result_ .navipage_.top_ {
	float: right;
}

div#order_search_goods_modal div.container_ .search_goods_ {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

div#order_search_goods_modal div.container_ .search_goods_ table {
	float: left;
}

div#order_search_goods_modal div.container_ .search_goods_ div {
	text-align: center;
}

div#order_search_goods_modal div.container_ .search_goods_ input[name=keyword] {
	width: 90%;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_image_ {
	width: 60px;
}

div#order_search_goods_modal div.container_ table.goods_list_ td.g_image_ {
	text-align: center;
	padding: 0;
}

div#order_search_goods_modal div.container_ table.goods_list_ td.g_image_ img {
	width: 55px;
	height: auto;
	margin: 2px;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_name_ {
	width: auto;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_coresys_goods_ {
	width: 220px;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_supplier_ {
	width: 240px;
	word-break: break-all;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_item_code_ {
	width: 240px;
	word-break: break-all;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_price_ {
	width: 125px;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_stock_ {
	width: 130px;
	word-break: break-all;
}

div#order_search_goods_modal div.container_ table.goods_list_ .g_button_ {
	text-align: center;
	width: 15px;
}

div#order_search_goods_modal div.container_ table.goods_list_ .add_button_ {
	float: none;
}

.goods_submit_ .next_button_ {
	order: 2;
}

.goods_submit_ {
	margin: 0;
	padding: 16px;
	display: flex;
	justify-content: center;
}
