﻿@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: #CC0000;
	margin: 4px 0;
}

.notice_ {
	color: #993300;
	margin: 4px 0;
}

.info_ {
	color: #0f6096;
	margin: 4px 0;
}

.inline_info_ {
	font-weight: bold;
	padding: 8px 8px 4px 8px;
	color: #0000ff;
}

/**/

/* 特定メッセージ（ブロック） */
div.error_,
table.error_ {
	background-color: #ffffff;
	border: solid 1px #CC0000;
	padding: 8px;
	margin: 4px auto;
	text-align: left;
}

div.notice_,
table.notice_ {
	background-color: #ffffff;
	border: solid 1px #996666;
	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: #ffffff;
	border: solid 1px #999999;
	padding: 8px 8px 4px 8px;
	margin: 4px auto;
	text-align: left;
}

ul.error_ {
	margin-left: 16px;
}

div.message_ {
	color: #456e94;
	background-color: #ffffff;
	border: solid 1px #333333;
	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: #ffffff;
}

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-black);
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	color: #969696;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.navitopicpath_ a {
	font-size: 14px;
	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: #CC0000;
	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: #CC0000;
	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　カレンダー
-------------------------------------------------------------------- */
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-black);
	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-black);
}

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-black);
}

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 #999999;
	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-black);
	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-black);
	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-black);
	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-black);
	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: 25px;
	position: relative;
}

.list_user_company_::after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #969696;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
}

.list_user_name_ {
	padding-left: 30px;
	background: url(../img/sys/agency/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-black);
	border-bottom: 1px solid #E6E6E6;
}

div.leftmenu_ li.is_active_ > a {
	background-color: var(--c-black);
}

div.leftmenu_ li:last-child li:last-child a {
	border-bottom: 0;
}

div.leftmenu_ li.nav_top_ a {
	background-image: url(../img/sys/agency/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/agency/ico_order.png);
	background-position: left 16px center;
	background-size: 22px;
	background-repeat: no-repeat;
}

div.leftmenu_ li.nav_estimate_ a {
	background-image: url(../img/sys/agency/ico_estimate.png);
	background-position: left 16px center;
	background-size: 22px;
	background-repeat: no-repeat;
}

div.leftmenu_ li.nav_biz_ a {
	background-image: url(../img/sys/agency/ico_biz.png);
	background-position: left 16px center;
	background-size: 22px;
	background-repeat: no-repeat;
}

div.leftmenu_ li.nav_customer_ a {
	background-image: url(../img/sys/agency/ico_customer.png);
	background-position: left 16px center;
	background-size: 22px;
	background-repeat: no-repeat;
}

div.leftmenu_ li.nav_goods_ a {
	background-image: url(../img/sys/agency/ico_goods.png);
	background-position: left 16px center;
	background-size: 22px;
	background-repeat: no-repeat;
}
div.leftmenu_ li.nav_agency_ a {
	background-image: url(../img/sys/agency/ico_agency.png);
	background-position: left 16px center;
	background-size: 22px;
	background-repeat: no-repeat;
}

div.leftmenu_ li.nav_master_ a {
	background-image: url(../img/sys/agency/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/agency/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/agency/ico_setting.png);
	background-position: left 16px center;
	background-size: 22px;
	background-repeat: no-repeat;
}

div.leftmenu_ li a:hover {
	background-color: var(--c-black);
}

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-black);;
}

.accordion_menu_ {
	display: flex;
	justify-content: space-between;
}

/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
div.agency_loginform_ {
	width: 850px;
	margin: 20px auto 40px auto;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #606060;
	-moz-box-shadow: 0px 2px 3px #999999;
	-webkit-box-shadow: 0px 2px 3px #999999;
	box-shadow: 0px 2px 3px #999999;
}

div.agency_loginform_ .form_text_ {
	margin-bottom: 40px;
}

table.agency_loginform_ {
	margin: auto;
	width: auto;
	text-align: center;
}

table.agency_loginform_ th {
	padding: 4px;
	text-align: right;
	font-weight: bold;
}

table.agency_loginform_ td {
	padding: 4px;
	text-align: left;
}

table.agency_loginform_ td input.login_uid_ {
	width: 300px;
	padding: 5px;
}

table.agency_loginform_ td input.login_pwd_ {
	width: 300px;
	padding: 5px;
}

table.agency_loginform_ td input.login_authcode_ {
	width: 300px;
	padding: 5px;
}

#agency_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 0px -2px 1px rgba(0, 0, 0, 1);
	-webkit-box-shadow:
		inset 0px -2px 1px rgba(0, 0, 0, 1);
	box-shadow:
		inset 0px -2px 1px rgba(0, 0, 0, 1);
	cursor: pointer;

	font-family: Meiryo, メイリオ, "Lucida Grande", Verdana, "MS PGothic", sans-serif;
	line-height: 17px;
	width: 160px;
}

#agency_login_submit:hover {
	background-color: #6e6e6e;
	-moz-box-shadow:
		inset 0px -2px 1px rgba(68, 68, 68, 1);
	-webkit-box-shadow:
		inset 0px -2px 1px rgba(68, 68, 68, 1);
	box-shadow:
		inset 0px -2px 1px rgba(68, 68, 68, 1);
}

/* --------------------------------------------------------------------
	検索フォーム
--------------------------------------------------------------------- */
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 #333333;
	background-color: #4f555c;
	color: #ffffff;
}

.import_layout_ table.formlist_ tr:first-of-type {
	border: 1px solid #333333;
}

.import_layout_ table.formlist_ td.require_ {
  text-align: center;
  width: 70px;
}

.import_caption_ {
	margin: 0 auto;
	padding: 4px 0 4px 4px;
	color: #ffffff;
	background: #4f555c;
	font-weight: bold;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

/* --------------------------------------------------------------------
	件数取得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;
}

/* --------------------------------------------------------------------
	ファイルアップロード モーダル
-------------------------------------------------------------------- */
div#agency_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

div#agency_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#agency_modal div.container_ {
	position: relative;
	width: 1200px;
	background-color: #fff;
	padding: 20px;
	overflow: auto;
	height: auto;
	min-height: auto;
}

div#agency_modal div.container_ input[type="file"][name="upload_file"] {
	display: none;
}

/* --------------------------------------------------------------------
	Ajax Zip
-------------------------------------------------------------------- */

#suggestZipArea {
  background-color: #fff;
  border: 1px solid #999;
  display: none;
  padding: 2px 0;
  font-size: 12px;
  position: absolute;
  z-index: 9999;
}

#suggestZipArea .itemNotFound {
  padding: 0 4px;
  line-height: 20px;
  text-align: center;
  color: #999;
  font-style: italic;
}

#suggestZipArea .itemLine {
  padding: 0 4px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
  cursor: default;
  color: #000;
  font-size: 12px;
}

#suggestZipArea .selected {
  background-color: #fdd;
  color: #c00000;
}

#suggestZipArea .itemLine .itemCode {
  float: left;
  font-weight: bold;
  margin-right: 4px;
  font-size: 11px;
}