﻿@charset "UTF-8";

.agency_ table.formlist_.catalogpage_info_ + .inner_button_ input.move_button_ {
  margin: 0;
}

div.top_agency_ select {
  width: 100%;
}

div.order_ table.agencyapprovallist_ {
  width: 99%;
}

div.order_ table.agencyapprovallist_ th {
  border: 1px solid #af8ad1;
  background: #af8ad1;
  padding: 8px 8px 6px;
  font-weight: normal;
  width: 15%;
  color: #fff;
}

div.order_ table.agencyapprovallist_ td {
  border: 1px solid #af8ad1;
  padding: 8px 8px 6px;
}

/* --------------------------------------------------------------------
  発注先、代理店一覧
-------------------------------------------------------------------- */

div.agency_ table.agency_approvallist_ th {
  border: 1px solid #af8ad1;
  background: #af8ad1;
  padding: 4px;
  width: 140px;
}

div.agency_ table.agency_approvallist_ td {
  border: 1px solid #af8ad1;
  padding: 8px 8px 6px;
}

div.agency_ table.agency_approvallist_ th {
  border: 1px solid #af8ad1;
  background: #af8ad1;
  padding: 8px 8px 6px;
  width: 20%;
  color: #fff;
}

/* 代理店カタログ */
.formlist_.catalogsearch_ {
  margin-bottom: 10px;
}

/* 代理店代理ログイン */
.formlist_.search_ {
  margin: 0 0 10px;
}

.agency_login_button_ input {
  margin: 0;
}

/* --------------------------------------------------------------------
  インポート
-------------------------------------------------------------------- */
table.importlist_ td {
  border-right: 1px solid #ccc;
}

/* goods */
#importlist_goods_ td.su_comment1_ div,
#importlist_goods_ td.su_comment2_ div,
#importlist_goods_ td.su_comment3_ div,
#importlist_goods_ td.su_agree_ div {
  overflow: auto;
  width: 200px;
  height: 80px;
}

/* --------------------------------------------------------------------
  agency
-------------------------------------------------------------------- */

.agency_ div.goods_img_ input[type="text"] {
  width: auto;
  display: inline;
}

.agency_ div.goods_img_ input.comment_ {
  width: 98%;
}

.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_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;
}

.agency_ div.catalog_img_ input[type="text"] {
  width: auto;
  display: inline;
}

.agency_ div.catalog_img_ input[type="submit"] {
  background-color: #f1f1f1;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 2px 4px 2px 4px;
  height: 30px;
  font-size: 1em;
  background: -moz-linear-gradient(top, #fff, #f1f1f1 1%, #f1f1f1 50%, #dfdfdf 99%, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #f1f1f1), color-stop(0.5, #f1f1f1), color-stop(0.99, #dfdfdf), to(#ccc));
  -moz-box-shadow: 1px 1px 2px #e7e7e7;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
}

.agency_ div.catalog_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.catalog_img_ input[type="submit"]:active {
  background: #ccc;
  padding: 3px 3px 1px 5px;
}

.agency_ div.catalog_img_ table {
  width: 100%;
  table-layout: fixed;
}

.agency_ table.catalogpage_goodsedit_ .catalog_seq_ {
  width: 5em;
}

.agency_ table.catalogpage_goodsedit_ td.catalog_seq_ input[type="text"] {
  width: 3em;
}

.agency_ .inner_button_ {
  display: block;
  text-align: right;
}

.agency_ table.accessory_group_ {
  margin-top: 20px;
}

.agency_ table.accessory_group_ th {
  width: 110px;
}

.agency_ table.accessory_goods_list_ {
  width: auto;
}

.agency_ table.accessory_goods_list_ th.goods_check_ {
  width: 30px;
}

.agency_ table.accessory_goods_list_ th.item_code_ {
  width: 120px;
}

.agency_ table.accessory_goods_list_ th.goods_name_ {
  width: 500px;
}

.agency_ table.accessory_goods_list_ th.goods_seq_ {
  width: 40px;
}

.agency_ table.accessory_goods_list_ td.goods_seq_ input {
  width: 36px;
}

.agency_ table.catalogbizlist_ .catalog_biz_ {
  width: 30%;
}

.agency_ table.catalogbizlist_ .catalog_biz_name_ {
  width: 70%;
}

.agency_ table.catalogpagelist_ .page_title_ {
  width: 50%;
}

.agency_ table.catalogpagelist_ .page_ {
  width: 20%;
}

.agency_ table.catalogpagelist_ .page_seq_ {
  width: 15%;
}

.agency_ table.catalogpagelist_ .page_goods_cnt_ {
  width: 15%;
}

.agency_ table.catalogpagelist_ td.page_seq_,
.agency_ table.catalogpagelist_ td.page_goods_cnt_ {
  text-align: right;
}

.agency_ table.catalog_bizedit_ .agency_biz_select_ {
  width: 5%;
}

.agency_ table.catalog_bizedit_ .agency_biz_ {
  width: 30%;
}

.agency_ table.catalog_bizedit_ .agency_biz_name_ {
  width: 65%;
}

.agency_ table.catalog_bizedit_ td.agency_biz_select_ {
  text-align: center;
}

.agency_ table.catalogpage_goodslist_ .item_code_ {
  width: 20%;
}

.agency_ table.catalogpage_goodslist_ .name_ {
  width: 70%;
}

.agency_ table.catalogpage_goodslist_ .seq_ {
  width: 10%;
}

.agency_ table.catalogpage_goodslist_ td.seq_ {
  text-align: right;
}

/* --------------------------------------------------------------------
  代理店商品管理
-------------------------------------------------------------------- */
.agency_ table.goodslist_ {
  border: 1px solid #ccc;
  border-bottom: none;
}

.agency_ table.goodslist_ td {
  padding: 8px 8px 6px;
  border-bottom: 1px solid #ccc;
}

.agency_ table.goodslist_ td.order_detail_ {
  padding: 0;
}

.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 #ccc;
}

.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_ 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 #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  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 #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  display: inline-block;
  position: relative;
}

.agency_ div.goods_detail_ {
  width: 100%;
  overflow: hidden;
}

.agency_ .goods_detail_title_ {
  margin-top: 8px;
  padding: 4px 0 4px 4px;
  color: #fff;
  background: #4cae8d;
  font-weight: bold;
}

.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 #ccc;
}

.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 #ccc;
  width: 70%;
}

.agency_ div.goods_img_ input[type="text"] {
  width: auto;
  display: inline;
}

.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 #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  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_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: #333;
  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_ 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_ 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: #333;
  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: #000;
  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: #fff;
}

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: #fff;
}

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_ 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_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: #fff;
  font-weight: bold;
  font-size: 16px;
}

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_ {
  padding-left: 22.66vw;
  padding-left: 28.66vw;
}

#block_of_agency_recommend_ h2 {
  background: #f6f6f6;
  background: #f2eaf7;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  position: relative;
  margin: 10px 0;
  color: #606060;
}

#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;
}
