﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	common　汎用クラス
-------------------------------------------------------------------- */

/* ----clearfix---- */
.clearfix_:before,
.clearfix_:after {
  content: "";
  display: table;
}

.clearfix_:after {
  clear: both;
}

/* 共通クラス(ブロック) */
.submit_ {
  margin: 4px 0 32px;
  padding: 16px;
  text-align: center;
}

.submit_ input,
.submit_ img {
  margin: 0 16px;
  vertical-align: middle;
  display: inline;
}

/* フロート */
.leftfloat_ {
  float: left;
  display: inline;
}

.rightfloat_ {
  float: right;
  display: inline;
}

img.leftfloat_ {
  margin: 0 10px 10px 0;
}

img.rightfloat_ {
  margin: 0 0 10px 10px;
}

/**/

/* 文整列 */
.lefttext_ {
  text-align: left;
}

.righttext_ {
  text-align: right;
}

.centertext_ {
  text-align: center;
}

/**/
/* 特定メッセージ（インライン） */
.error_ {
  color: #c00;
  margin: 4px 0;
}

.notice_ {
  color: #930;
  margin: 4px 0;
}

.info_ {
  color: #0f6096;
  margin: 4px 0;
}

.inline_info_ {
  font-weight: bold;
  padding: 8px 8px 4px 8px;
  color: #00f;
}

/**/

/* 特定メッセージ（ブロック） */
div.error_,
table.error_ {
  background-color: #fff;
  border: solid 1px #c00;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
}

div.notice_,
table.notice_ {
  background-color: #fff;
  border: solid 1px #966;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
}

div.notice_ p {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.info_,
table.info_ {
  background-color: #fff;
  border: solid 1px #999;
  padding: 8px 8px 4px 8px;
  margin: 4px auto;
  text-align: left;
}

ul.error_ {
  margin-left: 16px;
}

div.message_ {
  color: #456e94;
  background-color: #fff;
  border: solid 1px #333;
  padding: 8px 8px 4px 8px;
  margin: 1px 1px 10px 1px;
  text-align: left;
}

p.message_ {
  margin: 4px auto;
}

p.message_ .must_mark_ {
  font-weight: 500;
  color: #ce0f0f;
}

/**/


/* 共通クラス(その他) */
.disp_none_ {
  display: none;
}

.hidden_ {
  visibility: hidden;
}

.nocell_ {
  border: none !important;
  background-color: transparent !important;
}

.hiddenEnter_ {
  width: 0;
  height: 0;
  display: inline;
  float: left;
}

.small_ {
  font-size: 16px;
  color: #969696;
}

/* --------------------------------------------------------------------
	common　フォーム(table)
-------------------------------------------------------------------- */
table {
  width: 100%;
}

table.formlist_ {
  border: 1px solid #dedede;
}

table.formlist_ td {
  padding: 10px 16px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

table.formlist_ th {
  padding: 10px 16px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: #f7f7f7;
  color: #525252;
}

table.formlist_ tr:last-child th,
table.formlist_ tr:last-child td {
  border-bottom: none;
}

table.formlist_ tr th:last-child,
table.formlist_ tr td:last-child {
  border-right: none;
}

table.formlist_ tr {
  border-left: none;
}

table.formdetail_ {
  border: 1px solid #dedede;
}

table.formdetail_ th {
  padding: 9px 16px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: #f7f7f7;
  color: #525252;
}

table.formdetail_ th .must_mark_ {
  font-size: 0.6em;
  color: #de2121;
  margin-left: 3px;
  position: relative;
  top: -6px;
}

table.formdetail_ td {
  padding: 9px 16px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  word-break: break-all;
  color: #525252;
}

table.formdetail_ tr:last-child th,
table.formdetail_ tr:last-child td {
  border-bottom: none;
}

table.formdetail_ tr th:last-child,
table.formdetail_ tr td:last-child {
  border-right: none;
}

table.formdetail_ tr {
  border-left: none;
}

table.formdetail_ td {
  border-right: none;
}

table.formdetail_ td .small_ {
  padding-left: 8px;
}

.must_ {
  margin-left: 10px;
  float: right;
  display: inline;
}

/* 汎用ヘッドライン */
.common_headline1_ {
  /* h1相当 */
  margin: 0 0 10px 0;
  color: #525252;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  padding: 2px 7px 0 0;
  width: 100%;
}

.common_headline2_ {
  /* h2相当 */
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 6px 16px;
  background-color: var(--c-gray);
}

*:first-child + html .common_headline2_ {
  padding: 9px 4px 11px 20px;
}

.common_headline3_ {
  /* h3相当 */
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 6px 16px;
  background-color: var(--c-blue-light);
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
  color: #969696;
  margin: 0 0 10px 0;
  font-size: 14px;
}

.navitopicpath_ a {
  font-size: 14px;
  color: var(--c-blue-light);
  margin: 0 0.5em;
}

.navitopicpath_ a:last-child {
  color: #969696;
}

.navitopicpath_ a:last-child:hover {
  text-decoration: none;
}

.navitopicpath_ a:first-child {
  margin-left: 0;
}

.navitopicpath_ span.current_ {
  margin: 0 0.5em;
  font-weight: bold;
}

/* ページジャンプ */
.navipage_ {
  text-align: right;
  padding: 5px 0;
  margin: 3px 0;
}

.navipage_.top_ {
  /* ページジャンプ上部 */
  margin-bottom: 10px;
}

.navipage_.bottom_ {
  /* ページジャンプ下部 */
  margin-bottom: 10px;
}

.navipage_ .navipage_first_ a {
  padding-left: 18px;
  background: url(../img/sys/navifirst.gif) left center no-repeat;
}

.navipage_ .navipage_prev_ a {
  padding-left: 12px;
  background: url(../img/sys/naviprev.gif) left center no-repeat;
}

.navipage_ .navipage_next_ a {
  padding-right: 12px;
  background: url(../img/sys/navinext.gif) right center no-repeat;
}

.navipage_ .navipage_last_ a {
  padding-right: 18px;
  background: url(../img/sys/navilast.gif) right center no-repeat;
}

.navipage_now_ {
  margin: 0 1px;
  padding: 2px 7px;
  color: #c00;
  font-weight: bold;
  text-decoration: none;
  background: #fee;
  border: 1px solid #f99;
}

.navipage_ .navipage_reverse_ {
  margin-right: 5px;
}

.navipage_ .navipage_forward_ {
  margin-left: 5px;
}

.navipage_ a {
  margin: 0 1px;
  padding: 2px 7px;
  background-color: #fff;
  border: 1px solid #bfcddf;
}

.navipage_ a:hover {
  text-decoration: none;
  background-color: #e5f0f8;
  border: 1px solid #7fb3da;
}

/* 並び替え */
.navisort_ {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 90%;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #e0f0ff;
}

.navisort_ dt {
  float: left;
  text-align: right;
  font-weight: bold;
  width: 5em;
}

.navisort_ dd {
  margin-left: 5em;
}

.navisort_now_ {
  color: #c00;
  text-decoration: none;
  margin: 2px 5px;
  white-space: nowrap;
}

.navisort_ a {
  margin: 2px 5px;
  white-space: nowrap;
}

/* 表示切替 */
.navistyle_ {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 90%;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #e0f0ff;
}

.navistyle_ dt {
  float: left;
  text-align: right;
  font-weight: bold;
  width: 5em;
}

.navistyle_ dd {
  margin-left: 5em;
}

.navistyle_now_ {
  color: #c00;
  text-decoration: none;
  margin: 2px 5px;
  white-space: nowrap;
}

.navistyle_ a {
  margin: 2px 5px;
  white-space: nowrap;
}

/* 送り状No、荷物お問い合わせURL */
table.formlist_ td.original_data_ {
  max-width: 300px;
  overflow-wrap: break-word;
}

table.formlist_ td.order_ship_url_ {
  max-width: 300px;
  overflow-wrap: break-word;
}

table.formlist_ td.order_delivery_comment_ {
  max-width: 300px;
  overflow-wrap: break-word;
}

table.destgoodslist_ td.ship_code_ {
  max-width: 300px;
  overflow-wrap: break-word;
}

table.destgoodslist_ td.ship_url_ {
  max-width: 300px;
  overflow-wrap: break-word;
}

/* --------------------------------------------------------------------
	common　注文系履歴一覧注文ステータス凡例
-------------------------------------------------------------------- */
.block-order-status-legend_ {
	display: flex;
	justify-content: flex-end;
}

.block-order-status-legend_ ul {
	display: flex;
	padding-top: 3px;
}

.block-order-status-legend_ li {
	font-size: 18px;
	margin-left: 20px;
}

.list-status_ li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
}

.list-status_ li::before {
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 17px;
}

.list-status-cancel_::before,
.list-status-return_::before {
	background-color: #e3e3e3;
}

/* --------------------------------------------------------------------
	common　カレンダー
-------------------------------------------------------------------- */
body .ui-datepicker {
  width: 400px;
  border-radius: 13px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 10px;
}

body .ui-widget.ui-widget-content {
  border: none;
}

body .ui-widget-header {
  color: #fff;
  background: var(--c-blue-light);
  border: none;
}

body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
  background: #fff;
  border-radius: 50%;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  top: 3px;
  cursor: pointer;
}

body .ui-datepicker .ui-datepicker-prev span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-right: 6px solid var(--c-blue-light);
}

body .ui-datepicker .ui-datepicker-next span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid var(--c-blue-light);
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html body .ui-button.ui-state-disabled:hover,
html body .ui-button.ui-state-disabled:active {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  border-radius: 3px;
}

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus,
body .ui-button:hover,
body .ui-button:focus {
  border: 1px solid #999;
  background: #f0f0f0;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
  border: 1px solid var(--c-blue-light);
  background: #e8fdff;
}

body .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  background: none;
  border: none;
}

body .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  background: none;
  border: none;
}

/* ---------------------------------------------------------------
	ツールチップ
--------------------------------------------------------------- */
.ui-tooltip {
  max-width: none !important;
}

.ui-tooltip::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #787878;
  transform: rotate(45deg);
  display: none;
}

.ui-tooltip.bottom::before {
  top: -6px;
  left: calc(50% - 6px);
  display: block;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

div.cluetip-baloon {
  padding: 7px 7px;
  background-color: #787878 !important;
  color: #fff !important;
  font-size: 16px;
}

.cluetip_trigger_ img {
  position: relative;
  vertical-align: text-bottom;
}

.status_notice_ img {
  width: 20px;
  height: 20px;
}

/* --------------------------------------------------------------------
	レイアウト
-------------------------------------------------------------------- */
.wrapper_ {
  display: block;
  min-height: 100%;
  background-color: #f6f9fa;
}

.site-header_ {
  display: block;
  height: 58px;
  padding: 0 50px;
  overflow: hidden;
}

.main_ {
  display: block;
  margin: 0 auto;
  padding: 28px 0 20px;
  max-width: 1800px;
  width: 100%;
  min-height: 100%;
}

.nav_ {
  display: block;
  float: left;
  width: 316px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 24px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  border-radius: 1px;
}

.content_ {
  display: block;
  margin-left: 340px;
  width: calc(100% - 340px);
  background: #fff;
  padding: 20px 32px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

.content_.single_ {
  margin: 0 auto;
}

.content_:has(.content_inner_) {
  background: none;
  padding: 0;
  box-shadow: none;
}

.site-footer_ {
  display: block;
  width: 100%;
}

#footer {
  display: block;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 15px;
  text-align: right;
  font-size: 16px;
}

.page_top_ {
  width: 24px;
  margin: 0 0 10px auto;
}

.page_top_ a {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: var(--c-blue);
  position: relative;
  display: block;
}

.page_top_ a::before {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  background: #fff;
  margin: auto;
}

.page_top_ a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

table.formdetail_ th {
  width: 18em;
}

table.formdetail_ th .small_ {
  display: block;
  margin-top: 5px;
}

/* --------------------------------------------------------------------
	ヘッダー
--------------------------------------------------------------------- */
.site-header_ {
  background-color: var(--c-blue);
  color: #fff;
}

.site-header_inner_ {
  max-width: 1800px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--c-blue);
  color: #fff;
  margin: 0 auto;
}

.site-header_ .logo_ {
  padding-left: 20px;
}

.site-header_ .logo_ img {
  width: 209px;
  max-width: 209px;
  display: block;
}

.header_login_information_ {
  display: flex;
  align-items: center;
  gap: 20px;
}

.list_header_utility_ {
  list-style: none;
}

.list_user_ {
  font-size: 16px;
  font-weight: 500;
}

.list_user_company_ {
  margin-right: 40px;
  position: relative;
}

.list_user_company_::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #969696;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.list_user_name_ {
  padding-left: 30px;
  background: url(../img/sys/supplier/ico_user.png) left center / 22px no-repeat;
}

#bt_logout:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------
	左メニュー
--------------------------------------------------------------------- */
div.leftmenu_ {
  width: 268px;
  padding: 8px 0 4px 0;
}

div.leftmenu_ h2 {
  margin: 0;
  font-size: 16px;
  padding: 4px 8px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

div.leftmenu_ ul {
  margin: 0 0 4px;
}

div.leftmenu_ li a {
  font-weight: bold;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  padding: 16px 0 16px 44px;
}

div.leftmenu_ li {
  background-color: var(--c-blue);
  border-bottom: 1px solid #e6e6e6;
}

div.leftmenu_ li.is_active_ > a {
  background-color: var(--c-blue-light);
}

div.leftmenu_ li:last-child li:last-child a {
  border-bottom: 0;
}

div.leftmenu_ li.nav_top_ a {
  background-image: url(../img/sys/supplier/ico_home.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li.nav_order_ a {
  background-image: url(../img/sys/supplier/ico_order.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li.nav_logistics_ a {
  background-image: url(../img/sys/supplier/ico_logistics.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li.nav_goods_ a {
  background-image: url(../img/sys/supplier/ico_goods.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li.nav_supplier_ a {
  background-image: url(../img/sys/supplier/ico_supplier.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li.nav_master_ a {
  background-image: url(../img/sys/supplier/ico_master.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li.nav_contact_ a {
  background-image: url(../img/sys/supplier/ico_contact.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li.nav_setting_ a {
  background-image: url(../img/sys/supplier/ico_setting.png);
  background-position: left 16px center;
  background-size: 22px;
  background-repeat: no-repeat;
}

div.leftmenu_ li a:hover {
  background-color: var(--c-blue-light);
}

div.leftmenu_ ul li ul {
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

div.leftmenu_ ul li ul li a {
  font-weight: 400;
  color: #525252;
  background: #fff;
  text-decoration: none;
  padding: 16px 0 16px 44px;
}

div.leftmenu_ ul li ul li a:hover {
  background: #f0f0f0;
}

div.leftmenu_ .recent_count_ {
  margin-left: auto;
}

.cross_button_ {
  display: flex;
  position: relative;
  width: 15%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.cross_button_::before,
.cross_button_::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #ffff;
  transition: all 0.3s;
}

.cross_button_::before {
  transform: rotate(-90deg);
}

.cross_button_.expanded_::before {
  transform: rotate(0deg);
}

.arrow_container_ {
  display: flex;
  width: 15%;
  align-items: center;
  justify-content: center;
}

.primary_arrow_::after {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.secondary_arrow_::after {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--c-blue-light);;
}

.accordion_menu_ {
  display: flex;
  justify-content: space-between;
}

/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
div.supplier_loginform_ {
  width: 850px;
  margin: 20px auto 40px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #606060;
  -moz-box-shadow: 0 2px 3px #999;
  -webkit-box-shadow: 0 2px 3px #999;
  box-shadow: 0 2px 3px #999;
}

div.supplier_loginform_ .form_text_ {
  margin-bottom: 40px;
}

table.supplier_loginform_ {
  margin: auto;
  width: auto;
  text-align: center;
}

table.supplier_loginform_ th {
  padding: 4px;
  text-align: right;
  font-weight: bold;
}

table.supplier_loginform_ td {
  padding: 4px;
  text-align: left;
}

table.supplier_loginform_ td input.login_uid_ {
  width: 300px;
  padding: 5px;
}

table.supplier_loginform_ td input.login_pwd_ {
  width: 300px;
  padding: 5px;
}

#supplier_login_submit {
  display: block;
  margin: 40px auto 10px;
  padding: 14px 16px;
  background-color: #505050;
  border: none;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 1);
  -webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 1);
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 1);
  cursor: pointer;
  font-family: Meiryo, メイリオ, "Lucida Grande", Verdana, "MS PGothic", sans-serif;
  line-height: 17px;
  width: 160px;
}

#supplier_login_submit:hover {
  background-color: #6e6e6e;
  -moz-box-shadow: inset 0 -2px 1px rgba(68, 68, 68, 1);
  -webkit-box-shadow: inset 0 -2px 1px rgba(68, 68, 68, 1);
  box-shadow: inset 0 -2px 1px rgba(68, 68, 68, 1);
}

/** エラー画面 **/
div.supplier_notice_ {
  max-width: 600px;
  margin: 4px;
}

/* --------------------------------------------------------------------
	検索フォーム
--------------------------------------------------------------------- */
table.formlist_.search_ {
  margin: 0 0 16px;
}

table.formlist_.search_ th {
  width: 237px;
  min-width: 237px;
  white-space: nowrap;
}

table.formlist_.search_ label {
  display: inline-block;
  margin-right: 1.5em;
}

table.formlist_.search_ #search_mode_ label {
  margin-right: 1em;
}

/* --------------------------------------------------------------------
	インポート
-------------------------------------------------------------------- */
/* インポート・エクスポート画面 */
.section_input_list_ label {
  margin-right: 15px;
  white-space: nowrap;
}

.section_input_list_ th {
  width: 18em;
}

.import_result_ {
  width: 150px;
}

/* インポートファイルレイアウト画面 */
table.stripe_odd_ tr.tr_even td {
  background-color: #4f555c10;
}

table.stripe_odd_ tr:hover td {
  background-color: #4f555c2a!important;
}

#import_popup_header_ {
  width: 100%;
  text-align: center;
  padding: 10px calc((100vw - 870px) / 2);
  background-color: #4f555c;
}

#import_popup_header_ h1 {
  width: 870px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.import_layout_ {
  width: 870px;
  padding-bottom: 10px;
  margin: 10px auto 0 15px;
}

.import_layout_ table.formlist_ th {
  border-right: 1px solid #333;
  background-color: #4f555c;
  color: #fff;
}

.import_layout_ table.formlist_ tr:first-of-type {
  border: 1px solid #333;
}

.import_layout_ table.formlist_ td.no_ {
  text-align: right;
  width: 57px;
}

.import_layout_ table.formlist_ td.caption_ {
  min-width: 130px;
}

.import_layout_ table.formlist_ td.require_ {
  text-align: center;
  width: 70px;
}

.import_layout_ table.formlist_ td.max_ {
  text-align: right;
}

.import_layout_ table.formlist_ td.remarks_ {
  min-width: 150px;
}

.import_caption_ {
  margin: 0 auto;
  padding: 4px 0 4px 4px;
  color: #fff;
  background: #4f555c;
  font-weight: bold;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

/* --------------------------------------------------------------------
	件数取得Ajax
-------------------------------------------------------------------- */
.recent_count_ {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--c-orange);
  display: none;
  align-items: center;
  justify-content: center;
}

.recent_count_.failed_ {
  background: #969696;
}
