﻿@charset "UTF-8";

.margin_left30_ {
	margin-left: 30px!important;
}

.margin-bottom00_ {
  margin-bottom: 0!important;
}

.margin-bottom05_ {
  margin-bottom: 5px!important;
}

.margin_bottom20_ {
	margin-bottom: 20px!important;
}

.padding00_ {
  padding: 0!important;
}

.padding05_ {
  padding: 5px!important;
}

.padding-left30_ {
  padding-left: 30px!important;
}

.padding-top05_ {
  padding-top: 5px!important;
}

.padding-top10_ {
  padding-top: 10px!important;
}

.padding-top20_ {
  padding-top: 20px!important;
}

.padding-top30_ {
  padding-top: 30px!important;
}

.padding-bottom10_ {
  padding-bottom: 10px!important;
}

.padding-bottom20_ {
  padding-bottom: 20px!important;
}

.padding-right10_ {
  padding-right: 10px!important;
}

.align_l_ {
	text-align: left !important;
}

.align_c_ {
	text-align: center !important;
}

.inline_block_ {
	display: inline-block;	
}

.linktag {
  font-weight: bold;
  text-decoration: underline;
}

/* --------------------------------------------------------------------
  共通ヘッダー
-------------------------------------------------------------------- */

#header .header-logo img {
  height: 48px;
  width: auto;
}

/* --------------------------------------------------------------------
  マイページ
-------------------------------------------------------------------- */

.page-menu #mymenu_side_ .mymenu_side_menu_ li {
  margin: 5px 0;
}

/* --------------------------------------------------------------------
  一括発注
-------------------------------------------------------------------- */

.page-edi_input .method_host_ .host_info_ .dest_nickname_ {
  padding: 0;
}
.page-edi_input .method_host_ .host_info_ table td#host_info_title_ {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.page-edi_input .order-cart-navigation a#order_cart_navi_csv_,
.page-edi_input .order-cart-navigation a#order_cart_navi_search_goods_ {
  display: inline-block;
  margin: 0 4px 15px;
  padding: 8px 15px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  background-color: #eaeaea;
}

.page-edi_input .order-cart-navigation a#order_cart_navi_search_goods_ {
  margin-top: 15px;
}

.page-edi_input div.order_ .move_button_.edi_add_cart_all_#edi_add_cart_all_ {
  height: 42px;
  padding: 7px 15px 7px 32px;
  width: 136px;
}

.page-edi_input div.order_ .move_button_.edi_add_cart_all_#edi_add_cart_all_::before {
  left: 16px;
  top: calc(50% - 10px);
}

.page-edi_input .method_sender_ #sender_change_ {
  padding: 0;
  margin: 16px 0 0;
}


.page-edi_input #method_sender_frame_ {
  margin: 7px 0 24px;
}

.page-edi_input #cart_list_frame #cart_nogoods_info {
  margin-bottom: 19px;
  padding: 8px;
}

.page-edi_input #cart_list_frame table.edi_cart_list_ .edi_delete_ {
  display: inline-block;
  margin: 0 4px 15px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  background-color: #eaeaea;
  width: 70%;
  height: auto;
  padding: 5px;
  line-height: normal;
}

.page-edi_input div.order_ table.edi_cart_list_ td.m_name_ .order_cart_m_name_ {
  display: inline-block;
  line-height: 2em;
}

.page-edi_input div.order_ table.edi_cart_list_ td.m_name_ input.order_cart_m_name_[type="text"]  {
  width: 280px;
  display: block;
}

.page-edi_input div.order_ table.edi_cart_list_ .cart_detail_zero_.cart_detail_change_ td {
  background-color: #fcfce3;
}

.page-edi_input div.order_ table.edi_cart_list_ td.qty_ input {
  width: 65px;
  text-align: center;
}

.page-edi_input div.order_ table.edi_cart_list_ .goodsprice_size_large,
.page-edi_input div.order_ table.edi_cart_list_ .goodsprice_size_large {
  font-size: 20px;
}

.page-edi_input div.order_ .reload_ {
  height: 26px;
  margin-bottom: 10px;
}

.page-edi_input div.order_ .move_button_.edi_add_cart_all_::before {
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
}

.page-edi_input div#edi_modal div.container_ .move_button_.edi_search_button_,
.page-edi_input div#edi_modal div.container_ .move_button_.edi_close_button_ {
  height: auto;
}

.page-edi_input div.order_ .edi_add_cart_line_ {
  width: auto;
  height: auto;
}

.page-edi_input div.order_ table.edi_cart_list_ td.detail_option_ > table {
  margin: 15px 0;
}

.page-edi_input div.order_ table.edi_cart_list_ td.detail_option_ > table th,
.page-edi_input div.order_ table.edi_cart_list_ td.detail_option_ > table td {
  padding: 9px;
}

.page-edi_input div.order_ table.edi_cart_list_ td.detail_option_ .edi_option_view_ {
  padding: 0 2px 15px 10px;
}

/* --------------------------------------------------------------------
  カート
-------------------------------------------------------------------- */

.page-order_cart div.error_ {
  margin: 20px 0;
}

.page-order_cart .method_host_ .host_btn_ {
  margin-bottom: 15px;
}

.page-order_cart .method_host_ .host_info_ table td#host_info_title_ {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.page-order_cart .method_host_ .host_info_ table td#host_info_title_ .host_nickname_ {
  font-weight: bold;
}

.page-order_cart .order_cart_navi_ a#order_cart_navi_csv_ {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  background-color: #eaeaea;
}

.page-order_cart #cart_nogoods_info {
  padding: 8px;
  margin-bottom: 36px;
}

.page-order_cart div.order_ table.order_cart_list_ td.name_ .gname_,
.page-order_cart div.order_ table.order_cart_list_ td.name_ .m_name_ {
  font-size: 14px;
  font-weight: normal;
}

.page-order_cart div.order_ table.order_cart_list_ tr.goods_line_ td .item_code_ {
  font-size: 16px;
  line-height: 3em;
  height: 3em;
}

.page-order_cart div.order_ table.order_cart_list_ input.order_cart_qty_ {
  text-align: center;
}

.page-order_cart div.order_ table.order_cart_list_ tr.goods_line_ td.qty_ {
  vertical-align: top;
}

.page-order_cart div.order_ table.order_cart_list_ tr.goods_line_ td.amt_.price_ {
  vertical-align: top;
  padding-top: 38px;
}

.page-order_cart div.order_ table.order_cart_list_ tr.goods_line_ td.amt_.price_ div.amt_ {
  margin-bottom: 15px;
  font-weight: normal;
}

.page-order_cart div.order_ table.order_cart_list_ tr.goods_line_ td.amt_.price_ .order_cart_reload_wrap {
  margin-bottom: 10px;
}

.page-order_cart div.order_ table.order_cart_list_ tr.goods_line_ td.amt_.price_ .order_cart_reload_wrap input {
  font-size: 12px;
  line-height: 16px;
  height: 26px;
  font-weight: normal;
  padding: 4px 10px;
}

.page-order_cart div.order_ table.order_cart_list_ tr.goods_line_ td.amt_.price_ .order_cart_delete_ {
  width: 65px;
}

.page-order_cart div.order_ table.order_cart_list_ td.name_ .price_ .price_price {
  font-size: 15px;
  font-weight: bold;
}

.page-order_cart div.order_ table.order_cart_list_ td.name_ .price_ .price_price .goodsprice_size_large,
.page-order_cart div.order_ table.order_cart_list_ td.amt_.price_ .amt_ .goodsprice_size_large {
  font-size: 20px;
}

.page-order_cart div.order_ table.order_cart_list_ td.name_ .m_name_gname_wrap_ {
  padding-top: 25px;
}

.page-order_cart div.order_ table.order_cart_list_ td.name_ .price_ {
  margin-bottom: 25px;;
}

.page-order_cart .method_host_ input.select_adress_ {
  color: #3333ff;
  font-weight: bold;
  border: none;
}

/* --------------------------------------------------------------------
  カート投入商品一覧(CSV一括登録
-------------------------------------------------------------------- */

.page-imp_cart .add-cart-icon::before {
  top: calc(50% - 6px);
  width: 18px;
  height: 16px;
}

/* --------------------------------------------------------------------
  ご注文内容の入力
-------------------------------------------------------------------- */

.page-method div.order_ table.method_destlist_ {
  width: 100%;
}

.page-method div.order_ table.method_destlist_ td.goodscode_ {
  padding: 0 0 0 4px;
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #ccc;
  border-top: none;
}

.page-method div.order_ table.method_destlist_ td.goodscode_ div {
  background: #fff;
  padding: 2px;
  border-top: 1px dashed #ccc;
}

.page-method table.formlist_.method_destlist_ tr#estimate_goods_info_ td {
  border-bottom: none;
}

.page-method table.formlist_.method_destlist_ tr#estimate_goods_info_:first-child td div {
  border-top: none;
}

.page-method table.formlist_.method_destlist_ tr#estimate_goods_info_:first-child td {
  border-top: 1px solid #ccc;
}

.page-method table#estimate_delivery_spec_ th.spec_{
  border-top: 1px solid #f0f0f0;
}

.page-method table#estimate_delivery_spec_ td.spec_{
  border-top: none;
}

.apply_delivery_spec_{
 cursor: pointer;
 color: #505050;
 background-color: #eaeaea;
 padding: 8px 15px;
 font-size: 12px;
 font-weight: 500;
 border-radius: 4px;
 border: 1px solid #cecece;
 margin-left: 8px;
 vertical-align: top;
}
/* --------------------------------------------------------------------
  ご注文内容の確認
-------------------------------------------------------------------- */

.page-edi_confirm div.order_ div.dest_block_ {
  margin: 40px 0;
}

.page-edi_confirm #block_message_ {
  margin: 0 auto 60px;
}

.page-edi_confirm .estimate_top_ .formlist_.estimate_.host_ {
  width: 97%;
}

/* --------------------------------------------------------------------
  お見積り内容の入力
-------------------------------------------------------------------- */

.page-e_method div.order_ table.method_destlist_ {
  width: 100%;
}

.page-e_method table.formlist_.method_destlist_ tr#estimate_goods_info_ td {
  border-bottom: none;
}

.page-e_method table.formlist_.method_destlist_ tr#estimate_goods_info_:first-child td div {
  border-top: none;
}

.page-e_method table.formlist_.method_destlist_ tr#estimate_goods_info_:first-child td {
  border-top: 1px solid #ccc;
}

/* --------------------------------------------------------------------
  お見積り内容の確認
-------------------------------------------------------------------- */

.page-e_edi_confirm div.order_ div.dest_block_ {
  margin: 40px 0;
}

.page-e_edi_confirm #block_message_ {
  margin: 0 auto 60px;
}

.page-e_edi_confirm .estimate_top_ .formlist_.estimate_.host_ {
  width: 97%;
}

/* --------------------------------------------------------------------
  購入履歴一覧
-------------------------------------------------------------------- */

.page-history table.history_ tr td a {
  text-decoration: underline;
  font-weight: bold;
}

.page-history table.history_ tr td .order_again_ {
  margin: 5px 0;
}

/* --------------------------------------------------------------------
  購入履歴詳細
-------------------------------------------------------------------- */

.page-historydetail div.order_ table.destgoodslist_ .estimate_qty_,
div.order_ table.destgoodslist_ .estimate_amt_ {
  text-align: left;
}

.page-historydetail .destgoodslist_ tr td a {
  text-decoration: underline;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  見積履歴一覧
-------------------------------------------------------------------- */

.page-estimatelist table.history_ tr td a {
  text-decoration: underline;
  font-weight: bold;
} 

/* --------------------------------------------------------------------
  見積履歴詳細
-------------------------------------------------------------------- */

.page-estimatedetail div.order_ table.destgoodslist_ .estimate_qty_ {
  text-align: left;
}

.page-estimatedetail .destgoodslist_ tr td a {
  text-decoration: underline;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  得意先購入履歴一覧
-------------------------------------------------------------------- */

.page-bizhistory table.bizhistory_ tr td a {
  text-decoration: underline;
  font-weight: bold;
}

.page-bizhistory .order-biz-total {
  text-decoration: none;
}

/* --------------------------------------------------------------------
  得意先購入履歴詳細
-------------------------------------------------------------------- */

.page-bizhistorydetail div.order_ table.destgoodslist_ .estimate_qty_,
div.order_ table.destgoodslist_ .estimate_amt_ {
  text-align: left;
}

.page-bizhistorydetail .destgoodslist_ tr td a {
  text-decoration: underline;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  得意先見積履歴一覧
-------------------------------------------------------------------- */

.page-bizestimatelist table.history_ tr td a {
  text-decoration: underline;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  得意先見積履歴詳細
-------------------------------------------------------------------- */

.page-bizestimatedetail div.order_ table.destgoodslist_ .estimate_qty_ {
  text-align: left;
}

.page-bizestimatedetail .destgoodslist_ tr td a {
  text-decoration: underline;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  カートリスト
-------------------------------------------------------------------- */

.page-precart div.customer_ .precart_list_ .precart_detail_ a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.page-precart .precart_list_ .precart_rgdt_ .btn_precartdetail {
  font-weight: bold;
  text-decoration: underline;
  padding: 10px 0;
}

.page-precart .precart_detail_ .memo_ {
  padding: 10px 0;
}

/* --------------------------------------------------------------------
  カートリスト詳細
-------------------------------------------------------------------- */

.page-precartdetail .order_.spandual_ .memo_ a[id^="memo_"] {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 0 15px;
  display: inline-block;

}

.page-precartdetail .btn-delete {
  margin: 0 0 0 15px;
}

.page-precartdetail .btn-cart-buy {
  height: 30px;
  display: inline-block;
}

.page-precartdetail .btn_cart_.cart_button_slender_::before {
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  top: calc(50% - 9px);
  padding: 5px 10px 5px 35px;
}

/* --------------------------------------------------------------------
  お気に入り
-------------------------------------------------------------------- */

.page-bookmark div.bookmark_item_ div.cartgoods_ {
  width: 45px;
}

.page-bookmark div.bookmark_item_ div.cartgoods_ input {
  width: 20px;
  height: 20px;
}

.page-bookmark div.bookmark_item_ div.del_ {
  margin-left: 0;
}

.page-bookmark .bookmark_item_ a[id^="comment_"] {
  text-decoration: underline;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  お気に入りグループ
-------------------------------------------------------------------- */

.page-bookmarkgroup #bookmark_regist_btn {
  display: inline-block;
  color: #fff;
  background-color: #3763ba;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  margin-bottom: 12px;
}

.page-bookmarkgroup .formlist_.bookmark_ .comment_ a[id^="comment_"] {
  text-decoration: underline;
  font-weight: bold;
}

.page-bookmarkgroup .bookmark_ .comment_ .add-cart-icon::before {
  left: 0;
  width: 17px;
  top: calc(50% - 7px);
}

.page-bookmarkgroup .btn_cart_.cart_button_slender_ {
  padding: 5px 10px 7px 30px;
}

.page-bookmarkgroup .btn-deletebookmark {
  margin: 4px 15px 4px 10px;
}

/* --------------------------------------------------------------------
  会員配送先
-------------------------------------------------------------------- */

.page-custdestlist .search_box_.leftfloat_ input.search-btn {
  background: #cccccc;
  border: solid 1px #999;
  cursor: pointer;
  color: #332b2c;
  width: 70px;
  padding: 5px 8px;
  margin-left: 10px;
}

.page-custdestlist div.address_item_ {
  width: 100%;
}

.page-custdestlist .address_item_ .address_change_ a {
  font-weight: bold;
  text-decoration: underline;
}

.page-custdestlist .top_box_ {
  height: 40px;
}

/* --------------------------------------------------------------------
  得意先会員一覧
-------------------------------------------------------------------- */

.page-bizuserlist .bizuserlist_ a {
  text-decoration: underline;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  詳細検索
-------------------------------------------------------------------- */

.page-search .goods_style_l_.has_filter_ .StyleL_Frame_ th.name_ {
  width: 179px!important;
}

.page-search .goods_style_l_.has_filter_ .StyleL_Frame_ th.g_price_ {
  border: none;
}

.page-search .page-bizuserlist .bizuserlist_ a {
  text-decoration: underline;
  font-weight: bold;
}

.page-search .goods_style_l_.has_filter_ .StyleL_Frame_ th.comment_::before,
.page-search .goods_style_l_.has_filter_ .StyleL_Frame_ td.comment_::before {
  width: 99%;
}

.page-search .goods_style_l_ .StyleL_Frame_ th.other_ .container_ .stock_,
.page-search .goods_style_l_ .StyleL_Frame_ td.other_ .container_ .stock_,
.page-search .goods_style_l_ .StyleL_Frame_ th.other_ .container_ .qty_,
.page-search .goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_ {
  border-right: 1px solid #cecece;
}

.page-search .goods_style_l_ .StyleL_Frame_ td.other_ .container_ .stock_ {
  width: 80.5px;
}

.page-search .goods_style_l_ .StyleL_Frame_.has_unit_ td.other_ .container_ .qty_ {
  width: 112px;
}