﻿@charset "UTF-8";


/* --------------------------------------------------------------------
	代理店商品管理
-------------------------------------------------------------------- */
.agency_ table.goodslist_ {
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

.agency_ table.goodslist_ td {
	padding: 8px 8px 6px;
	border-bottom: 1px solid #CCCCCC;
}

.agency_ table.goodslist_ th {}

.agency_ table.goodslist_ td.order_dt_ {}

.agency_ table.goodslist_ td.order_detail_ {
	padding: 0px;
}

.agency_ table.goodslist_ td.order_detail_ ul {
	width: 100%;
	font-size: 12px;
}

.agency_ table.goodslist_ td.order_detail_ ul li {
	padding-left: 5px;
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}

.agency_ table.goodslist_ td.order_detail_ ul li:last-child {
	border-width: 0;
}

.agency_ table.goodslist_ td.item_code_ {
	font-size: 14px;
	min-width: 140px;
}

.agency_ div.contents_top_ {}

.agency_ div.contents_top_ input[type=button],
div.contents_top_ input[type=submit] {
	padding-left: 10px;
	padding-right: 10px;
	margin: 4px 0 4px auto;
	min-width: 140px;
}

input.move_button_.catalog-index-img,
input.index-product-manage,
input.catalog-link-end-manage,
input.new-index-register,
input.index-info-import,
input.index-info-export,
input.index-product-import,
input.index-product-export {
	overflow: visible;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	height: 32px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #909090;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	box-shadow: 1px 1px 1px #cccccc;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #ffffff;
	color: var(--text-color-primary);
	display: inline-block;
	position: relative;
}

input.new-index-register {
	margin-bottom: 3px;
}

input.index-info-import,
input.index-info-export {
	margin-bottom: 3px;
}

input.index-info-import,
input.index-product-import {
	margin-right: 3px;
}


input.new-end-register {
	overflow: visible;
	cursor: pointer;
	margin: 4px;
	font-size: 12px;
	line-height: 13px;
	height: 32px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #909090;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	box-shadow: 1px 1px 1px #cccccc;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #ffffff;
	color: var(--text-color-primary);
	display: inline-block;
	position: relative;
}

.agency_ div.goods_detail_ {
	width: 100%;
	overflow: hidden;
}

.agency_ div.goods_detail_ table {}

.agency_ .goods_detail_title_ {
	margin-top: 8px;
	padding: 4px 0 4px 4px;
	color: #fff;
	background: var(--theme-color-secondary);
	font-weight: bold;
}

.agency_ td.number_ input {
	text-align: right;
}

.agency_ div.goods_detail_ table.goods_ th,
.agency_ div.goods_detail_ table.goods_stock_ th,
.agency_ div.goods_detail_ table.goods_price_ th {
	width: 30%;
	border: 1px solid #CCCCCC;
}

.agency_ div.goods_detail_ table.goods_ td,
.agency_ div.goods_detail_ table.goods_stock_ td,
.agency_ div.goods_detail_ table.goods_price_ td {
	border: 1px solid #CCCCCC;
	width: 70%;
}

.agency_ div.goods_img_ input[type=text] {
	width: auto;
	display: inline;
}

.agency_ div.goods_img_ input.comment_ {}

.agency_ div.goods_img_ input[type=submit] {
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	line-height: 13px;
	height: 32px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #909090;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	box-shadow: 1px 1px 1px #cccccc;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #ffffff;
	color: var(--text-color-primary);
	display: inline-block;
	position: relative;
}

.agency_ div.goods_img_ input[type=submit]:hover {
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

.agency_ div.goods_img_ input[type=submit]:active {
	background: #ccc;
	padding: 3px 3px 1px 5px;
}

.agency_ div.goods_img_ table {
	width: 100%;
}

.agency_ div.goods_img_ table.goods_img_input_ {}

.agency_ div.goods_img_ table.goods_img_comment_ {
	margin: 0;
	margin-top: 3px;
}

.agency_ div.goods_img_ table.goods_img_comment_ th {
	padding: 3px;
	border-width: 0;
	width: 80px;
}

.agency_ div.goods_img_ table.goods_img_comment_ td {
	padding: 3px;
	border-width: 0;
}

.goods_img_+.submit_>input,
.goods_detail_+.submit_>input {
	background: #ccc;
	color: var(--text-color-primary);
	box-shadow: none;
	border: none;
}

.goods_detail_+.submit_>input[name="confirm.x"] {
	background: #000;
	color: #fff;
}



/* --------------------------------------------------------------------
	おすすめ商品
--------------------------------------------------------------------- */

div.event_entry_button_ {
	text-align: right;
}

table.agency_event_list_ {}

table.agency_event_list_ th {
	width: 25%;
	white-space: nowrap;
}

table.agency_event_list_ a {
	font-weight: bold;
}

div.event_header_button_ {
	text-align: right;
}

table.agency_event_ th {
	width: 14em;
}

table.agency_event_ td input[type="text"] {
	width: 100%;
}

table.agency_event_ td textarea {
	width: 100%;
}

table.agency_event_goods_list_ {}

table.agency_event_goods_list_ th {
	width: auto;
	white-space: nowrap
}

table.agency_event_goods_list_ .goods_image_ {
	width: 84px;
}

table.agency_event_goods_list_ td.goods_image_ {
	text-align: center;
}

table.agency_event_goods_list_ td.goods_image_ img {
	display: block;
	width: 80px;
	height: auto;
	margin: 2px;
}

table.agency_event_goods_list_ td.goods_seq_ {
	vertical-align: middle;
	width: 10%;
	text-align: right;
}

table.agency_event_goods_list_ td input[type="text"] {
	width: 80%;
	text-align: right;
}

table.agency_event_biz_list_ {
	margin: 0;
}

table.agency_event_biz_list_ .biz_name_ {
	width: auto;
}

table.agency_event_customer_list_ {
	margin: 0;
}

table.agency_event_customer_list_ .customer_biz_ {
	width: auto;
}

table.agency_event_customer_list_ .customer_name_ {
	width: auto;
}

table.agency_event_goods_list_ .goods_check_,
table.agency_event_biz_list_ .biz_check_,
table.agency_event_customer_list_ .customer_check_ {
	width: 3em;
	text-align: center;
	vertical-align: middle;
}

table.agency_event_goods_list_ .goods_check_ input,
table.agency_event_biz_list_ .biz_check_ input,
table.agency_event_customer_list_ .customer_check_ input {
	margin: 0;
}

div.agency_event_detail_ table tr.cancel_ td {
	background-color: #e3e3e3;
}

div.assist_subtitle_ {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: var(--text-color-primary);
	display: flex;
	align-items: center;
}

div.assist_subtitle_ .edit_goodslist_.button_mini_ {
	order: 2;
}

div.assist_subtitle_ .view_event_.button_mini_ {
	margin-left: 5px;
}

div.assist_subtitle_ .button_mini_,
div.assist_subtitle_ .button_mini_ {
	padding: 8px 4px;
	margin: 0 8px 0 0;
}

div.assist_subtitle_ .button_mini_.edit_goodslist_,
div.assist_subtitle_ .button_mini_.edit_bizlist_,
div.assist_subtitle_ .button_mini_.edit_customerlist_ {
	margin: 0;
}

div.assist_subtitle_ .button_mini_.edit_customerlist_ {
	margin-left: 5px;
}

div.assist_subtitle_ .edit_bizlist_.button_mini_ {
	margin-left: 5px;
}

div.agency_event_detail_ .rgdt_ {
	margin-top: 12px;
	text-align: right;
}

/* for search_goods,search_biz,search_customer */
div#assist_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

div#assist_modal div.background_ {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

div#assist_modal div.container_ {
	position: absolute;
	top: 8%;
	left: 4%;
	overflow: scroll;
	width: 92%;
	height: 84%;
	min-height: 84%;
	background-color: #ffffff;
}

div#assist_modal div.container_ table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

div#assist_modal div.navipage_ {
	width: 96%;
	margin: 4px auto;
}

div#assist_modal div.container_ .button_mini_ {
	text-align: center;
	width: auto;
	background-color: #ffffff;
}

div#assist_modal div.container_ .modal_search_button_ {
	width: 80px;
	margin: 0 auto;
	display: block;
}

div#assist_modal div.container_ .modal_close_button_ {
	background-color: #f0f0f0;
}

div#assist_modal div.container_ .search_result_ {
	clear: both;
}

div#assist_modal div.container_ .filter_selected_ {
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#assist_modal div.container_ .search_goods_ {
	margin-bottom: 10px;
}

div#assist_modal div.container_ .search_goods_ td input[type="text"] {
	width: 100%;
	margin-bottom: 8px;
}

div#assist_modal div.container_ table.goods_list_ .g_image_ {
	width: 84px;
}

div#assist_modal div.container_ table.goods_list_ td.g_image_ {
	text-align: center;
	padding: 0;
}

div#assist_modal div.container_ table.goods_list_ td.g_image_ img {
	display: block;
	width: 80px;
	height: auto;
	margin: 2px auto;
}

div#assist_modal div.container_ table.goods_list_ .g_name_ {
	width: auto;
}

div#assist_modal div.container_ table.goods_list_ .change_button_ {
	text-align: center;
}

div#assist_modal div.container_ table.goods_list_ .change_button_ .button_mini_ {
	margin: 0;
}

div#assist_modal div.container_ table.goods_list_ tr.registered_ td {
	background-color: #fffff0;
}

div#assist_modal div.container_ table.goods_list_ tr.registered_ .change_button_ .button_mini_ {
	background-color: #f0f0f0;
}


div#assist_modal div.container_ .search_biz_ {
	margin-bottom: 10px;
}

div#assist_modal div.container_ .search_biz_ td input[type="text"] {
	width: 100%;
}

div#assist_modal div.container_ table.biz_list_ .biz_name_ {
	width: 80%;
}

div#assist_modal div.container_ table.biz_list_ .change_button_ {
	text-align: center;
}

div#assist_modal div.container_ table.biz_list_ .change_button_ .button_mini_ {}

div#assist_modal div.container_ table.biz_list_ tr.registered_ td {
	background-color: #fffff0;
}

div#assist_modal div.container_ table.biz_list_ tr.registered_ .change_button_ .button_mini_ {
	background-color: #f0f0f0;
}


div#assist_modal div.container_ .search_customer_ {
	margin-bottom: 10px;
}

div#assist_modal div.container_ .search_customer_ td input[type="text"] {
	width: 100%;
}

div#assist_modal div.container_ table.customer_list_ .c_name_ {
	width: 80%;
}

div#assist_modal div.container_ table.customer_list_ .change_button_ {
	text-align: center;
}

div#assist_modal div.container_ table.customer_list_ .change_button_ .button_mini_ {
	margin: 0;
}

div#assist_modal div.container_ table.customer_list_ tr.registered_ td {
	background-color: #fffff0;
}

div#assist_modal div.container_ table.customer_list_ tr.registered_ .change_button_ .button_mini_ {
	background-color: #f0f0f0;
}

div#assist_modal div.container_ .modal_close_ {
	background-color: #ddd;
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

div#assist_modal div.container_ .modal_close_top_ {}

div#assist_modal div.container_ .modal_close_bottom_ {}

div#assist_modal div.container_ .modal_inner_ {
	padding: 4px 0;
}

.event_header_button_ .view_event_.button_mini_ {
	display: none;
}


/* --------------------------------------------------------------------
	担当者情報
--------------------------------------------------------------------- */
#block_of_agency_member_info_ {
	margin: 10px auto;
	border: solid 2px #af8ad1;
	font-size: 14px;
}

#block_of_agency_member_info_ h2 {
	margin: 2px;
	padding: 10px 4px 10px 8px;
	clear: both !important;
	background: #af8ad1;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

#block_of_agency_member_info_ .top_agency_member_info_body_ {}

div.top_agency_member_info_line_ {
	margin: 0;
	padding: 4px;
	min-height: 160px;
	padding: 10px;
	border-bottom: dotted 1px #af8ad1;
	text-align: left;
}

table.formlist_.staffinfo_ div.top_agency_member_info_line_ {
	border-bottom-style: none;
	border: solid 1px #af8ad1;
}

div.top_agency_member_info_line_ dt {
	float: left;
	width: 80px;
}

div.top_agency_member_info_line_ dd {
	margin-left: 80px;
}

div.top_agency_member_info_line_ dd:after {
	display: block;
	content: "";
	clear: both;
}

div.top_agency_member_info_line_ div.top_agency_member_info_img_ {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}

div.top_agency_member_info_inline_ div.top_agency_member_info_img_ {
	width: 200px;
	height: 200px;
}

div.top_agency_member_info_line_ div.top_agency_member_info_name_ {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.top_agency_member_info_line_ div.top_agency_member_info_name_ span {
	font-size: 80%;
	margin-left: 0.5em;
}

div.top_agency_member_info_line_ div.top_agency_member_info_name_ a {
	font-size: 70%;
	margin-left: 1em;
	font-weight: normal;
}

div.top_agency_member_info_body_ div.top_agency_member_info_footer_ {
	text-align: right;
	padding: 10px;
}

/* --------------------------------------------------------------------
	おすすめ商品
--------------------------------------------------------------------- */
#block_of_agency_recommend_ {
	margin: 10px auto;
}

#block_of_agency_recommend_ .agency_recommend_block_ .block_ {}

#block_of_agency_recommend_ .agency_recommend_block_ .block_ {
	padding-left: 22.66vw;
	padding-left: 28.66vw;
}

#block_of_agency_recommend_ h2 {
	background: var(--theme-color-quaternary);
	background: #f2eaf7;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	position: relative;
	margin: 10px 0;
	color: #606060;
}

#block_of_agency_recommend_ h2::before {}

#block_of_agency_recommend_ .agency_recommend_freespace_ {
	font-size: 14px;
	padding: 10px;
	margin-bottom: 8px;
}

#block_of_agency_recommend_ .agency_recommend_freespace2_ {
	font-size: 14px;
	padding: 10px;
	margin-top: 8px;
}

#block_of_agency_recommend_ div.goods_ {
	margin: 4px;
}

.agency_event_detail_submit-wrapper {
	display: flex;
	justify-content: center;
}

.agency_event_detail_submit-wrapper .submit_ input {
	width: 42vw;
	margin: 10px;
}

.agency_event_detail_submit-wrapper .submit_ input[name="confirm.x"] {
	margin-right: 8px;
}

.agency_event_detail_submit-wrapper .submit_ input[name="delete.x"] {
	margin-left: 0;
}

#agency_event_biz_info {
	margin: 10px;
}

.navisort_ {
	margin-top: 10px;
}

/* トップ・代理店選択 */
.top_agency_ {
	background: #af8ad1;
	color: #FFF;
	padding: 8px 8px 6px 8px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	カタログ管理
--------------------------------------------------------------------- */
input.back-to-index-product,
input.back-to-index-catalog,
input.back-to-catalog-info {
	border: 1px solid #ccc;
	background: #ccc;
	margin: 0 4px 0 0;
	height: unset;
	padding: 10px 12px;
}

input.back-to-index-product+input,
input.back-to-index-catalog+input[name="cmdEdit.x"],
input.back-to-catalog-info+input[name="cmdEdit.x"] {
	margin-bottom: 0;
	height: unset;
	padding: 9px 12px 8px;
}

/* --------------------------------------------------------------------
	オンライン商談
--------------------------------------------------------------------- */
.assist-wrapper {
	background: #606060;
	color: #fff;
	padding: 10px;
}

.assist-wrapper input {
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #909090;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	box-shadow: 1px 1px 1px #cccccc;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #ffffff;
	color: var(--text-color-primary);
	display: inline-block;
	position: relative;
}

.assist-wrapper span {
	font-size: 13px;
}