@charset "UTF-8";

/**********************
	　	共通
**********************/
#customer-tabs {
	margin: 0 auto 15px auto;
	text-align: center;
	border-bottom: solid 5px #3333cc;
	width: 96%;
}

#customer-tabs img {
	vertical-align: bottom;
}

.customer-shop-point-mark {
	text-align: center;
	white-space: nowrap;
}

ul.customer-shop-types {
	margin-left: 0;
	list-style-position: outside;
	padding-left: 1.5em;
}


/* 続きを読む */
.customer-view-more-txt {
	cursor: pointer;
	color: #0066CC;
}

.customer-view-more-txt:hover {
	text-decoration: underline;
}

.customer-shop-name {
	margin: 0 0 5px 0;
	text-indent: -1.4em;
	padding-left: 1.4em;
	text-indent: 0\9; /* IE用 */
	padding-left: 0\9; /* IE用 */
	font-weight: bold;
}

.customer-shop-name span {
	font-weight: normal;
}

.customer-shop-name .no-indent {
	text-indent: 0em !important;
	padding-left: 0em !important;
}

.customer-shop-message {
	margin-top: 5px;
	clear: left;
}


.customer-apply-shop {
	width:100%;
	line-height: 1.5;
}

.customer-apply-shop div.shop-photo {
	display: table;
	width: 110px;
	height: 110px;
	background-color: #eeeeee;
	text-align: center;
}

.customer-netshop .netshop-pos {
	color: #333333;
}
.customer-netshop .netshop-neg {
	color: #cccccc;
}
/* IE用 */
* html .customer-apply-shop div.shop-photo {
	position: relative;
}
*+html .customer-apply-shop div.shop-photo {
	position: relative;
}

.customer-apply-shop div.photo_middle {
	display: table-cell;
	vertical-align: middle;
}
/* IE用 */
* html .customer-apply-shop div.photo_middle {
	position: absolute;
	top: 50%;
	left: 50%;
}
*+html .customer-apply-shop div.photo_middle {
	position: absolute;
	top: 50%;
	left: 50%;
}

.customer-apply-shop div.photo_middle p.photo-inner {
	margin: 0;
}
/* IE用 */
* html .customer-apply-shop div.photo_middle p.photo-inner {
	position: relative;
	top: -50%;
	left: -50%;
}
*+html .customer-apply-shop div.photo_middle p.photo-inner {
	position: relative;
	top: -50%;
	left: -50%;
}

.customer-apply-shop div.shop-photo img {
	vertical-align:bottom;
}

.customer-apply-shop .shop-txt {
	margin: 0 0 0 125px;
}

.customer-shop-status {
	margin-top: 5px;
}

.customer-shop-status img {
	margin-bottom: 4px;
}

.customer-register-err {
		margin: 0 auto;
		padding-top: 10px;
		text-align: center;
}

/**********************
 取引申請処理（選択、確認、完了）
(customer-apply-management)
**********************/
#customer-apply-management .co-sort a {
	height: 3.6em;
}

#customer-apply-management .applycontrol-hint-wrap {
	background: #f0f9ff;
	border: 1px solid #afe0ff;
	padding: 20px;
	margin: 30px auto 0;
	width: 540px;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner {
	background: #ffffff;
	border: 1px solid #eeeeee;
	text-align: center;
	padding: 0 35px;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner .ttl {
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 15px 0;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner .ttl:before,
#customer-apply-management .applycontrol-hint-wrap .hint-inner .ttl:after {
	content: "";
	display: block;
	height: 0;
	width: 30px;
	border-bottom: 4px #333333 double;
	border-top: 1px #333333 solid;
	margin: -3px 10px 0;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner .catch {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner .sentence {
	font-size: 14px;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner .cv-button {
	display: block;
	transition: opacity 0.2s;
	margin: 25px auto 35px;
	position: relative;
	width: 260px;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner .cv-button:hover {
	opacity: 0.7;
	text-decoration: none;
}

#customer-apply-management .applycontrol-hint-wrap .hint-inner .cv-button span {
	display: block;
	color: #ffffff;
	background-color: #4587cc;
	border-radius: 40px;
	padding: 19px;
	font-size: 17px;
	font-weight: bold; 
}

#customer-apply-management .co-contents-box-table td { word-break: break-all; }

/*** モーダル ***/
#customer-apply-management .image-modal {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	padding: 10px;
	z-index: 9001;
}
#customer-apply-management .image-modal .image-modal-box { background-color: #ccc; }
#customer-apply-management .image-modal .image-modal-cancel {
	width: 30px;
	height: 30px;
	position: fixed;
	top: -15px;
	right: -15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #666;
	border-radius: 30px;
	font-size: 24px;
	cursor: pointer;
	border: solid 2px #fff;
}


/**********************
メッセージ入力（許可、不許可）
 (customer-message-write)
**********************/
#customer-message-write .co-contents-box-table td {
	vertical-align: top;
}

#customer-message-write .co-contents-box-table textarea {
	width: 98%;
	font-size: 13px;
}


/**********************
			顧客検索
(customer-shop-search)
**********************/
#customer-shop-search .co-open-search .over-about {
	width: 22em;
	text-align: left !important;
}
/* ツールチップオンマウス */
#customer-shop-search .co-open-search .co-tooltip-onmouse a:hover span {
	top: 0;
	left: 0;
	zoom: 1;
}

#customer-shop-search .co-open-search .co-tooltip-onmouse label {
	zoom: 1;
}

#customer-shop-search .co-accordion label {
	display: block;
	float: left;
	white-space: nowrap;
	padding-right: 15px;
}

#customer-shop-search .co-open-search .co-tooltip-onmouse a:hover {
	cursor: pointer !important;
}
#customer-shop-search .co-open-search .over-about .link:hover {
	text-decoration: underline;
}
#customer-shop-search .co-open-basis input,
#customer-shop-search .co-accordion label input {
	vertical-align: -0.2em;
}

#customer-shop-search .co-accordion select {
	width: 14em;
}

#customer-shop-search .co-sort a {
	height: 3em;
}

#customer-shop-search .disaproved-height {
	height: 2em !important;
}
#customer-shop-search .business-type-list { padding: 0 10px; }
#customer-shop-search .business-type-list ul { display: flex; }
#customer-shop-search .business-type-list ul:not(:first-of-type) { border-top: 1px #cccccc dotted; }
#customer-shop-search .business-type-list ul li { border: 0; }
#customer-shop-search .business-type-list ul li:not(:first-of-type) { margin-left: 30px; }
#customer-shop-search .business-type-list ul label {
	float: none;
	white-space: normal;
	padding: 10px 0;
}
#customer-shop-search .info {
	background-color: #f6f6f6;
	color: #aaaaaa;
	text-align: center;
	padding: 30px 0;
}
#customer-shop-search .info p {
	font-size: 19px;
	font-weight: 600;
}
#customer-shop-search .info img {
	width: 68px;
}
#customer-shop-search .info>div,
#customer-shop-search .info img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}
/*******************
		 小売店詳細
(customer-shop-detail)
********************/
#customer-shop-detail li {
	list-style-type: none;
}
#customer-shop-detail .customer-shop-detail-title {
	margin: 17px 0 22px;
	border-bottom: 1px solid #06C;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 960px;
}
#customer-shop-detail.trading-off .customer-shop-detail-title {
	border-bottom-color: #777;
}
#customer-shop-detail .customer-shop-detail-title-name {
	display: flex;
	align-items: flex-end;
	min-height: 35px;
}
#customer-shop-detail .customer-shop-detail-title-status {
	padding: 9px 9px 7px 9px;
	display: inline-block;
	min-width: 79px;
	color: #FFF;
	font-weight: bold;
	background-color: #06C;
	box-sizing: border-box;
}
#customer-shop-detail.trading-off .customer-shop-detail-title-status {
	min-width: 93px;
	background-color: #777;
}
#customer-shop-detail .customer-shop-detail-title-status img {
	padding-right: 6px;
	display: inline-block;
	width: 16px;
	height: auto;
	vertical-align: -3px;
}
#customer-shop-detail .customer-shop-detail-title-partnerName {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 167%;
	line-height: 1.2;
}
#customer-shop-detail .customer-shop-detail-title-partnerKana {
	font-weight: normal;
	font-size: 60%;
}
#customer-shop-detail .customer-shop-detail-title-label {
	padding: 1px 8px 0;
	border-radius: 10px;
	color: #FFF;
	font-size: 51%;
	background-color: #777;
	font-weight: normal;
	position: relative;
	top: -1px;
}
#customer-shop-detail .co-w960 {
	width: 960px;
}
#customer-shop-detail .co-w460 {
	width: 460px;
}
#customer-shop-detail .customer-shop-detail-attention {
	padding: 16px 22px;
	display: inline-block;
	color: #333;
	background-color: #FFF7E1;
	box-sizing: border-box;
}
#customer-shop-detail .customer-shop-detail-subtitle {
	padding: 6px 10px;
	background-color: #E7F3FF;
	font-size:123.1%;
	font-weight: bold;
}
#customer-shop-detail.trading-off .customer-shop-detail-subtitle {
	background-color: #DCDCDC;
}
#customer-shop-detail table.customer-shop-detail-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 460px;
	table-layout: fixed;
}
#customer-shop-detail table.customer-shop-detail-table th {
	padding: 2px 2px 2px 0px;
	border-right: 1px solid #CCC;
	vertical-align: top;
	box-sizing: border-box;
}
#customer-shop-detail .customer-shop-detail-table.th-w82 th	{
	width: 82px;
}
#customer-shop-detail .customer-shop-detail-table.th-w142 th {
	width: 142px;
}
#customer-shop-detail .customer-shop-detail-table.th-w182 th {
	width: 182px;
}
#customer-shop-detail table.customer-shop-detail-table td {
	padding:2px 4px 2px 12px;
	vertical-align: top;
	word-wrap: break-word;
	box-sizing: border-box;
	color: #777;
}
#customer-shop-detail table.customer-shop-detail-table .pt28 {
	padding-top: 28px;
}
#customer-shop-detail .customer-shop-detail-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#customer-shop-detail .customer-shop-detail-rank a {
	color: #777;
}
#customer-shop-detail .customer-shop-detail-rank img {
	margin-right: 4px;
}
#customer-shop-detail .co-tooltip-modal.customer-shop-detail-cancel-modal {
	background: #FFF;
	border-radius: 5px;
	border:none;
	padding: 0;
	width: 475px;
	text-align: left;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-text {
	padding: 35px 40px;
	line-height: 1.5;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-title2 {
	font-size: 123.1%;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	border: none;
	padding: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #FFF;
	height: 45px;
	position: relative;
	background-color: #4D4D4D;
	box-sizing: border-box;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-cls {
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	border-radius: 50%;
	line-height: 1;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	cursor: pointer;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-cls:before,
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-cls:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 4px;
	border-radius: 2px;
	background-color: #666666;
	top: 13px;
	left: 6px;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-cls:before { transform: rotate(45deg); }
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-cls:after { transform: rotate(-45deg); }
#customer-shop-detail .customer-shop-detail-cancel-modal .attention {
	padding-left: 1.5em;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .attention p {
	margin: 8px 0 0 -1.4em;
	padding: 3px 0 3px 18px;
	color: #DC4A45;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-submit-area {
	border-top: none;
	padding-top: 10px;
	margin: 10px auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 322px;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-submit-area li {
	width: 154px;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-submit-area li .dialog-submit,
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-submit-area li .dialog-cancel {
	padding: 8px 7px;
	width: 100%;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-submit-area li .dialog-submit:hover,
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-submit-area li .dialog-cancel:hover {
	padding: 9px 7px 7px;
}
#customer-shop-detail .customer-shop-detail-cancel-modal .co-tooltip-submit-area li p {
	text-indent: -2em;
	padding:0 0 0 2em;
	margin: 5px 0 0;
}
#customer-shop-detail .customer-shop-detail-applyLogList li[data-status="取引開始"] + li[data-status="取引申請"],
#customer-shop-detail .customer-shop-detail-applyLogList li[data-status="取引開始"] + li[data-status="取引開始"],
#customer-shop-detail .customer-shop-detail-applyLogList li[data-status="取引申請"] + li[data-status="取引申請"],
#customer-shop-detail .customer-shop-detail-applyLogList li[data-status="取引申請"] + li[data-status="取引開始"] {
	display: none;
}
#customer-shop-detail .customer-shop-detail-shop p {
	color: #777;
}
#customer-shop-detail .customer-shop-detail-shop p.break-word {
	overflow-wrap: break-word;
}
#customer-shop-detail .customer-shop-detail-image {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 15px;
}
#customer-shop-detail .customer-shop-detail-image img {
	max-width: 300px;
	display: block;
}
#customer-shop-detail .customer-shop-detail-image img:not(:nth-child(3n)) {
	margin-right: 15px;
}
#customer-shop-detail .customer-shop-detail-delivery-modal {
	display: none;
	position: fixed;
	top: 12vh;
	background: #FFF;
	border-radius: 5px;
	z-index: 9001;
	width: 960px;
}
#customer-shop-detail .customer-shop-detail-delivery-modal-title {
	padding: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #FFF;
	height: 45px;
	background-color: #4D4D4D;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#customer-shop-detail .customer-shop-detail-delivery-modal-close {
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	border-radius: 50%;
	line-height: 1;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	cursor: pointer;
}
#customer-shop-detail .customer-shop-detail-delivery-modal-close:before,
#customer-shop-detail .customer-shop-detail-delivery-modal-close:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 4px;
	border-radius: 2px;
	background-color: #666666;
	top: 13px;
	left: 6px;
}
#customer-shop-detail .customer-shop-detail-delivery-modal-close:before { transform: rotate(45deg); }
#customer-shop-detail .customer-shop-detail-delivery-modal-close:after { transform: rotate(-45deg); }
#customer-shop-detail .customer-shop-detail-delivery-modal ul {
	padding:35px 40px;
	border:3px solid #FFF;
	height: calc(100vh - 24vh - 45px);
	max-height: 505px;
	overflow: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#customer-shop-detail .customer-shop-detail-delivery-modal::before,
#customer-shop-detail .customer-shop-detail-delivery-modal::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 880px;
	height: 35px;
	top: 45px;
	left: 40px;
	background-color: #FFF;
}
#customer-shop-detail .customer-shop-detail-delivery-modal::after {
	top: auto;
	bottom: 0;
}
#customer-shop-detail .customer-shop-detail-delivery-modal ul::-webkit-scrollbar {
	width: 3px;
 }
 #customer-shop-detail .customer-shop-detail-delivery-modal ul::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #C5C5C5;
 }
#customer-shop-detail .customer-shop-detail-delivery-modal ul li {
	width: 410px;
}
#customer-shop-detail .customer-shop-detail-delivery-modal ul li:nth-child(n + 3) {
	padding-top: 31px;
	flex-shrink: 0;
}
#customer-shop-detail .customer-shop-detail-delivery-modal ul li > div {
	margin-bottom: 6px;
	border-bottom: 1px solid #777;
	color: #333;
}
#customer-shop-detail .customer-shop-detail-delivery-modal dl {
	margin: 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 93%;
}
#customer-shop-detail .customer-shop-detail-delivery-modal dl dt {
	margin: 0;
	width: 40px;
	line-height: 1.5;
}
#customer-shop-detail .customer-shop-detail-delivery-modal dl dd {
	margin: 0;
	width: 370px;
	line-height: 1.5;
}
#customer-shop-detail .customer-shop-detail-page-close {
	border-top: 1px solid #CCC;
}
#customer-shop-detail .customer-shop-detail-page-close a {
	padding: 8px 16px 7px;
}
#customer-shop-detail .customer-shop-detail-page-close a:hover {
	padding: 9px 16px 6px;
}

/* 印刷対応 */
@media print {
	#customer-shop-detail .co-noprint {
		display: none !important;
	}
	#customer-shop-detail {
		-webkit-print-color-adjust: exact;
	}
}

/**********************
　メッセージテンプレ
 (customer-message-temp)
**********************/
#customer-message-temp .co-contents-box-table td {
	vertical-align: top;
}

#customer-message-temp textarea {
	width: 98%;
	height: 80px;
	overflow: hidden;
	font-size: 13px;
}

#customer-message-temp .edit-name {
	width: 97%;
}

#customer-message-temp tr.display-mode .edit-name,
#customer-message-temp tr.display-mode textarea {
	color: #000;
	border: 0px solid transparent;
}

#customer-message-temp .edit-buttons,
#customer-message-temp tr.display-mode .save-buttons {
	display: none;
}

#customer-message-temp .save-buttons,
#customer-message-temp tr.display-mode .edit-buttons {
	display: inline;
}

/**********************
販促POP登録/変更 ここから
vue化するときに不要な記述が多々あるので
必要に応じて削除してください。
**********************/
.promotion-pop-wrapper {
	max-width: 1014px;
	margin: 0 auto;
}
#customer-message-temp .promotion-pop-wrapper .save-buttons,
#customer-message-temp .promotion-pop-wrapper tr.display-mode .edit-buttons {
	display: flex;
	justify-content: center;
}
#customer-message-temp
	.promotion-pop-wrapper
	tr.display-mode
	.edit-buttons
	button
	+ button {
	margin-left: 12px;
}
.promotion-pop-register {
	max-width: 820px;
}
.promotion-pop-register .fo-form-wrap { border: 1px solid #999999; }
.promotion-pop-register .fo-form-wrap input[type='text'] {
	margin: 0;
	width: 100%!important;
	border :1px #999999 solid;
}
.promotion-pop-register .fo-form-wrap input[type='file'] {
	border: none;
	padding: 0;
	margin: 0;
}
.promotion-pop-wrapper ul.fo-errors {
	border: none;
}
.pop-list-url-wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
  margin-bottom:20px;
}
.pop-list-url-wrapper #dealerPopListUrl {
	border: 1px solid #999999;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 11px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
	color: #666666;
	background: #f6f6f6;
	width: 430px;
	height: 14px;
}
.pop-list-url-wrapper #copyDealerPopListUrl {
	box-shadow: 0 0 0 1px #59717f;
	border-width: 1px;
	border-color: #ffffff #dddddd #dddddd #ffffff;
	background: linear-gradient(180deg, #ffffff 40%, #f0f0f7, #e9e9f2), #ffffff;
	color: #333333 !important;
	height: 20px;
	line-height: 10px;
}
.promotion-pop-copy {
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
.promotion-pop-announce-copied {
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: calc(50% - 100px);
	bottom: calc(100% + 10px);
	width: 188px;
	text-align: center;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 10px;
}
.promotion-pop-announce-copied.is-show {
	visibility: visible;
	opacity: 1;
	animation: fadeOut 1s ease 1s 1 forwards;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
.promotion-pop-announce-copied::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	left: calc(50% - 5px);
	bottom: -6px;
	transform: rotate(-45deg);
}
#customer-message-temp .promotion-pop-list .poplink textarea {
	width: 58%;
	height: auto;
	border: 1px solid #999999;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 11px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
	color: #666666;
	background: #f6f6f6;
}
.promotion-pop-count {
	font-size: 14px;
}
.promotion-pop-list-attention{
	margin-bottom: 1rem;
}
.promotion-pop-list-attention > p {
	margin-bottom: 0px;
}
.promotion-pop-list-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.promotion-pop-list-table {
	table-layout: fixed;
	margin-top: 10px;
}
.promotion-pop-list-table td {
	transition: 0.5s;
	padding: 8px 13px;
	height: 55px;
	box-sizing: border-box;
}

.popform .fileName {
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 8px;
	font-size: 13px;
}
/* そのままだと背景色が縦長になるので、商品一覧と同じくスタイル上書き */
.promotion-pop-list .co-pager .selected,
.promotion-pop-list .co-pager .page a:hover {
	padding: 2px 7px;
}
/* 操作ボタンここから 
このあたりは第二段階で新しくvueコンポーネント化を想定しています
*/
.bth-form-icon {
	position: relative;
	border: 1px #83a1b2 solid;
	box-shadow: 0 0 0 1px #ffffff inset;
	padding: 0;
	width: 27px;
	height: 27px;
	border-radius: 4px;
	background-color: #ffffff;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#e9e9f2),
		color-stop(0.3, #f0f0f7),
		color-stop(0.6, #ffffff)
	);
}
.bth-form-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bth-form-icon:hover {
	cursor: pointer;
	border-color: #648a9f;
	background-color: #e0e0e9;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e0e0e9),
		color-stop(1, #e0e0e9)
	);
}
.bth-form-icon:hover .label {
	display: block;
}
/* .labelのテキストは2、3文字を想定 
*/
.bth-form-icon .label {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 10px 0 0 -3em;
	width: 5em;
	color: #ffffff;
	background-color: #4d4d4d;
	border-radius: 5px;
	padding: 8px;
	z-index: 1;
	display: none;
	line-height: 1;
}
.bth-form-icon .label::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 10px;
	border-color: transparent transparent #4d4d4d;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -7px;
}
.bth-form-icon.is-edit::before {
	background-image: url("/img-dealer/common/icon/btn_edit_00.png");
	width: 15px;
	height: 16px;
}
.bth-form-icon.is-delete::before {
	background-image: url("/img-dealer/common/icon/btn_trush_00.png");
	width: 16px;
	height: 19px;
}
.bth-form-icon.is-select::before {
	background-image: url("/img-dealer/common/icon/btn_select_00.png");
	width: 19px;
	height: 18px;
}
/* 操作ボタンここまで */
/* common.cssの内容だと入れ子構造で指定があるのでvueの方にあわせる。のちにvue化するときにコンポーネントでいけるので
不要になる記述*/
.promotion-pop-list input[type="text"] {
	border-radius: 4px;
}
#customer-message-temp .promotion-pop-list .save-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.promotion-pop-list .save-buttons .co-btn {
	margin: 0 2px;
}
/* 青と黒のボタン コンポーネントでいけるのでvue化時に削除してください */
.promotion-pop-wrapper .co-btn-blue {
	box-shadow: 0 0 0 1px #2651ca;
	border-width: 1px;
	border-color: #92b6ff #4e71f1 #4e71f1;
	background: linear-gradient(180deg, #558bf8, #0033f0), #558bf8;
	color: #ffffff !important;
}
.promotion-pop-wrapper .co-btn-ss {
	min-width: 45px;
	font-size: 13px;
	padding: 5px 7px;
}
.promotion-pop-wrapper .co-btn-s {
	min-width: 100px;
	font-size: 14px;
	padding: 8px 12px;
}
#customer-message-temp .promotion-pop-wrapper .co-btn-ss:hover {
	padding-top: 6px;
	padding-bottom: 4px;
}
#customer-message-temp .promotion-pop-wrapper .co-btn-s:hover {
	padding-top: 9px;
	padding-bottom: 7px;
}
.promotion-pop-wrapper .co-btn-blue:hover {
	background: #1849f0;
}
.promotion-pop-wrapper .co-btn-blk {
	box-shadow: 0 0 0 1px #5b5b5b;
	border-width: 1px px;
	border-color: #cccccc #a0a0a0 #8c8c8c;
	background: linear-gradient(180deg, #9d9d9d, #595959), #9d9d9d;
	color: #e0e0e0 !important;
}
.promotion-pop-wrapper .co-btn-blk:hover {
	background: #666666;
}
.promotion-pop-wrapper .co-btn-wht {
	box-shadow: 0 0 0 1px #59717f;
	border-width: 1px;
	border-color: #ffffff #dddddd #dddddd #ffffff;
	background: linear-gradient(180deg, #ffffff 40%, #f0f0f7, #e9e9f2), #ffffff;
	color: #333333 !important;
}
.promotion-pop-wrapper .co-btn-wht:hover {
	background: #e0e0e9;
}
.promotion-pop-wrapper .co-tooltip-submit-area .co-btn {
	margin: 0 5px;
}
.promotion-pop-list-searchbox {
	display: flex;
}
.promotion-pop-list-searchbox
	input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	background: url("/img-dealer/common/icon/input-reset.png") no-repeat right
		center !important;
	height: 10px;
	width: 10px;
	display: inline-block;
}
.promotion-pop-not-list {
	padding: 50px 0;
	background: #f6f6f6;
}
.promotion-pop-not-list.is-not-found-alert {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 20px 0;
	margin-top: 10px;
}
.promotion-pop-not-list.is-not-found-alert .co-attention2 {
	padding: 3px 0 3px 18px;
	color: #dc4d4d;
	background-position: left top 4px;
}
.promotion-pop-not-list-inner {
	position: relative;
	max-width: 574px;
	margin: 0 auto;
	padding-left: 100px;
}
.promotion-pop-not-list-inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url("/img-dealer/pop/icon-pop-not-announce.svg") no-repeat 0 0;
	width: 74px;
	height: 80px;
	transform: translateY(-50%);
}
.promotion-pop-not-heading {
	color: #5086c5;
	font-size: 19px;
	font-weight: bold;
}
.promotion-pop-not-text {
	margin-top: 10px;
	font-size: 13px;
}
.promotion-pop-search {
	-webkit-appearance: textfield;
	outline: none;
}


/**********************
	 取引自動設定
(customer-denycontrol-genre)
**********************/
#customer-denycontrol-genre .over-about {
	width: 20em;
	text-align: left !important;
}

/* ツールチップオンマウス */
#customer-denycontrol-genre .co-tooltip-onmouse a:hover span {
	top: 0;
	left: -16.5em;
}

#customer-denycontrol-genre .co-w750 {
	margin: 0 auto;
}

#customer-denycontrol-genre .trade-info {
	border: 1px solid #dc4d4d;
	padding: 8px;
	margin-bottom: 20px;
	line-height: 1.6;

}

/*** 以下table内 ***/
#customer-denycontrol-genre table {
	width: 750px;
	table-layout: fixed;
	border-collapse: separate;
}

#customer-denycontrol-genre table table {
	width: 749px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-collapse: collapse !important;
}

#customer-denycontrol-genre th.column2 {
	border-bottom: 1px dotted #999999;
	border-right: none;
}

/* TOP、genre-1-tr、genre-2-tr、shop-class-tr 共通 */
#customer-denycontrol-genre .genre-1-tr th,
#customer-denycontrol-genre .genre-2-items th,
#customer-denycontrol-genre .shop-class-tr th {
	width: 140px;
	padding: 7px 0 3px;
	border-bottom: none;
}

/* genre-1-tr、genre-2-tr 共通 */
#customer-denycontrol-genre .genre-1-tr td,
#customer-denycontrol-genre .genre-2-tr td {
	text-align: center;
	padding: 4px 0;
	border-bottom: none;
}

/* 小売店分類TOPth2行内 */
#customer-denycontrol-genre .table-top-tr th {
	text-indent: 7px;
	padding: 5px 0;
	white-space: normal;
		background-color: #CCCCCC;
}

#customer-denycontrol-genre th.column2 {
	border-bottom: 1px dotted #999999;
	*border-bottom: 1px solid #999999;
	border-right: none;
}

/* genre-1-tr(小売店分類Lv.1のみ) */
#customer-denycontrol-genre .genre-1-tr th,
#customer-denycontrol-genre .genre-1-tr td td {
	border-top: 1px solid #ffffff;
	boorder-top: none;
}

#customer-denycontrol-genre .genre-1-tr th {
	text-indent: 7px;
	font-weight: bold;
}

#customer-denycontrol-genre .genre-1-tr td {
	background-color: #E6E6E6;
}

/* 小売店分類（海外） */
#customer-denycontrol-genre .oversea-tr td {
	background-color: #eeeeee;
}
#customer-denycontrol-genre .oversea-tr td.co-brnon {
	background-color: #ffffff;
}
#customer-denycontrol-genre .oversea-tr:first-child td {
	border-bottom: 1px dotted #999999;
}
#customer-denycontrol-genre .oversea-tr:first-child td.co-brnon {
	padding-left: 15px;
}

/* 通常はco-accordionに内包するが、
ここはイレギュラーのアコーディオンのため、内包していない。
（機能以外の）co-accordion-titleへcss指定が無効となっているため再指定をしている */
#customer-denycontrol-genre .co-accordion-title {
	padding: 0 0 0 0!important;
	background: url(/img/common/ui/accordion_gradient.gif) repeat-x;
	background-color:#dedede;
	padding:0 15px 0 0;
}

#customer-denycontrol-genre .co-accordion-title:hover {
	background: url(/img/common/ui/accordion_gradient_on.gif) repeat-x;
	background-color:#cccccc;
}


#customer-denycontrol-genre .co-accordion-title a {
	display:block;
	width: 100%;
	height: 1.9em;
	padding: 8px 0 0 0;
	outline: none;
	color: #0066cc;
}

#customer-denycontrol-genre .co-accordion-title a span {
	width: 100%;
	height: 1.9em;
	padding: 8px 0 0 0;
	background: url(/img-dealer/common/icon/popup-link-01.gif) no-repeat right center;
	outline: none;
	padding: 0 15px 0 0;
	color: #0066cc;
}

#customer-denycontrol-genre .co-accordion-title a:link {
	text-decoration: none;
}

#customer-denycontrol-genre .co-accordion-title a:hover {
	text-decoration: none;
}

#customer-denycontrol-genre .co-accordion-title a:active {
	text-decoration: none;
}

/* genre-2-tr(小売店分類Lv.2のみ) */
#customer-denycontrol-genre .genre-2-tr {
	background-color: #E6E6E6;
}

#customer-denycontrol-genre .genre-2-items th {
	border-bottom: 1px solid #CCC;
	background-color: #ffffff;
	text-indent: 1.7em;
}

#customer-denycontrol-genre .genre-2-items td {
	border-bottom: 1px solid #CCC;
	background-color: #ffffff;
	text-align: center;
}

#customer-denycontrol-genre .genre-2-tr th {
	background-color: #FFFFFF;
}


/* shop-class-tr(小売店種別のみ) */
#customer-denycontrol-genre .shop-class-table {
	border-bottom: 1px solid #999999;
}

#customer-denycontrol-genre .shop-class-tr th {
	text-indent: 7px;
	background-color: #eeeeee;
	border-bottom: 1px solid #999999;
	vertical-align: middle;
}

#customer-denycontrol-genre .shop-class-tr td {
	padding: 5px;
	text-align: left;
}


#customer-denycontrol-genre .shop-class-tr select {
	margin-left: 10px;
}

#customer-denycontrol-genre .confirm-margin {
	padding: 7px 0 !important;
}

#customer-denycontrol-genre .confirm-border {
	border-bottom: 1px solid #CCCCCC !important;
}

#customer-denycontrol-genre .confirm-border-top {
	border-top: 1px solid #FFFFFF !important;
}

#customer-denycontrol-genre .confirm-other th,
#customer-denycontrol-genre .confirm-other td {
	border-bottom: 1px solid #999999 !important;
}

/* ツールチップ */
#customer-denycontrol-genre .over-about {
	width: 250px;
	z-index: 3;
}
/*** ドラッグ＆ドロップ ***/
#customer-denycontrol-genre .dragdrop-box {
	border: 1px #cccccc solid;
	border-radius: 5px;
	vertical-align: middle;
}
#customer-denycontrol-genre .dragdrop-box * { box-sizing: border-box; }
#customer-denycontrol-genre .dragdrop-box th,
#customer-denycontrol-genre .dragdrop-box td {
	text-align: center;
	border-left: 1px #cccccc solid;
}
#customer-denycontrol-genre .dragdrop-box th {
	padding: 8px;
	background-color: #eeeeee;
}
#customer-denycontrol-genre .dragdrop-box th:first-child,
#customer-denycontrol-genre .dragdrop-box td:first-child { border-left: 0; }
#customer-denycontrol-genre .dragdrop-box th:first-child { border-radius: 5px 0 0 0; }
#customer-denycontrol-genre .dragdrop-box th:last-child { border-radius: 0 5px 0 0; }
#customer-denycontrol-genre .dragdrop-box td {
	padding: 20px 0 10px;
	border-top: 1px #cccccc solid;
	vertical-align: top;
}
#customer-denycontrol-genre .dragdrop-box td:first-child { border-radius: 0 0 0 5px; }
#customer-denycontrol-genre .dragdrop-box td:last-child { border-radius: 0 0 5px 0; }
#customer-denycontrol-genre .dragdrop-box .panel-foreign { padding: 4px 0 0; }

/*** SD export小売店枠 ***/
#customer-denycontrol-genre .exp-control {
	display: table;
	width: 100%;
	border: 1px #cccccc solid;
	border-radius: 5px;
	margin-top: 30px;
}
#customer-denycontrol-genre .exp-control .row { display: table-row; }
#customer-denycontrol-genre .exp-control div {
	display: table-cell;
	padding: 7px 20px 5px;
	vertical-align: middle;
}
#customer-denycontrol-genre .exp-control .exp-c-caption {
	background-color: #eeeeee;
	border-radius: 5px 0 0 5px;
	width: 28%;
	padding: 10px 10px 7px 20px;
}
#customer-denycontrol-genre .exp-control .exp-cancel {
	border-left: 1px #cccccc dashed;
	width: 35%;
}
#customer-denycontrol-genre .exp-control .exp-cancel p {
	margin: 3px 0 0;
	font-size: 11px;
	color: #666666;
}


/**********************
 取引自動設定（電話番号）
(customer-denycontrol-tel)
**********************/
#customer-denycontrol-tel .csv-register-box {
	width: 40%;
	margin-bottom: 30px;
}

#customer-denycontrol-tel .edit-tel {
	width: 98%;
	padding: 0;
	margin: 0;
}

#customer-denycontrol-tel .edit-memo {
	width: 98%;
}

#customer-denycontrol-tel tr.display-mode .edit-tel,
#customer-denycontrol-tel tr.display-mode .edit-memo {
	color: #000;
	border: 0px solid transparent;
}

#customer-denycontrol-tel .edit-buttons,
#customer-denycontrol-tel tr.display-mode .save-buttons {
	display: none;
}

#customer-denycontrol-tel .save-buttons,
#customer-denycontrol-tel tr.display-mode .edit-buttons {
	display: inline;
}

#customer-denycontrol-tel div.hide {
	display: none;
}


/**********************
	取引自動設定（地域）
(customer-denycontrol-area)
**********************/
#customer-denycontrol-area .customer-denycontrol-area-left {
	width: 32%;
	float: left;
}

#customer-denycontrol-area .customer-denycontrol-area-right {
	width: 63%;
	float: right;
}

#customer-denycontrol-area .selected-area select {
	width: 100%;
	height: 545px;
	overflow-y: auto;
}

#customer-denycontrol-area .customer-select-box {
	padding: 20px 0 20px;
	text-align: left;
}

#customer-denycontrol-area .area-addleft {
	width: 100px;
	float: left;
}

#customer-denycontrol-area .add-postal-code {
	margin-right: 45px;
}

#customer-denycontrol-area .area-select-box {
	margin-left: 115px;
	position: relative;
}

#customer-denycontrol-area .area-select-box-inner {
	height: 438px;
	padding: 15px 0 1px 0;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #999999;
	zoom: 1;
}


#customer-denycontrol-area .area-select-table {
	width: 100%;
}

#customer-denycontrol-area .area-division {
	margin: 0 16px 15px 16px;
}

#customer-denycontrol-area .title4 {
	font-weight: bold;
	margin: 0 16px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #999999;
}

#customer-denycontrol-area .area-check-td {
	width: 20px;
	padding-bottom: 5px;
	vertical-align: top;
}

#customer-denycontrol-area .area-name-td {
	width: 30%;
	padding: 0 5px 5px 0;
	vertical-align: top;
}

#customer-denycontrol-area .area-confirm-list li {
	width: 30%;
	display: inline-block;
	*display: inline;
	margin: 0 10px 7px 0;
	line-height: 1.2;
	list-style-type: none;
	vertical-align: top;
	zoom: 1;
}

#customer-denycontrol-area .area-mask-01 {
	border: 1px solid #999999;
	z-index: 2;
	position: absolute;
	width: 99%;
	overflow:hidden;
	background: url(/img-dealer/customer/area_loading_2_l.gif) no-repeat center center #ffffff;
	zoom: 1;
}

#customer-denycontrol-area .area-mask-02 {
	border: 1px solid #999999;
	z-index: 3;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	overflow:hidden;
	background: url(/img-dealer/customer/area_loading_2_l.gif) no-repeat center center #ffffff;
	zoom: 1;
}

/* 地域パンクズ */
#customer-denycontrol-area .path-box {
	background-color: #E6E6E6;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;
	border-bottom: none;
	vertical-align: -0.2em;
}

#customer-denycontrol-area .path-box label {
	width: auto;
	margin-right: 0;
}

#customer-denycontrol-area .path-box input {
	vertical-align:-0.2em;
}

/* 確認 */
#customer-denycontrol-area .co-contents-box-table {
	border-right: 1px solid #999999;
}

#customer-denycontrol-area .co-contents-box-table td {
	vertical-align: top;
}

#customer-denycontrol-area .co-contents-box-table th {
	vertical-align: middle;
}

/**********************
　	 ポイント履歴
(customer-point-history)
**********************/
#customer-point-history .co-contents-box-table td {
	vertical-align: top;
}

#customer-point-history label {
	display: block;
	float: left;
	white-space: nowrap;
	padding-right: 15px;
}

#customer-point-history .co-sort a {
	height: 2em;
}

#customer-point-history .co-open-search input {
	vertical-align:-0.2em;
}


/**********************
　	 ポイント付与
(customer-point-giving)
**********************/
#customer-point-giving .co-contents-box-table th {
	text-align: center;
}

#customer-point-giving .co-sort a {
	height: 3em;
}


#customer-point-giving .co-search-block table th {
	width: 150px;
}

#customer-point-giving .co-contents-box-table td {
	vertical-align: top;
}

#customer-point-giving label {
	display: block;
	float: left;
	white-space: nowrap;
	padding-right: 15px;
}

#customer-point-giving .co-accordion-contents label {
	width: 4em;
}

#customer-point-giving .co-accordion {
	margin: 0 auto;
}

#customer-point-giving .co-open-search input {
	vertical-align:-0.2em;
}

#customer-point-giving .point-mon-box {
	position: relative;
}

#customer-point-giving .point-monthly {
	position: absolute;
	right: 0;
	bottom: 2px;
}

/**********************
　	 ポイント付与form
(customer-point-form)
**********************/
#customer-point-form .co-contents-box-table td {
	text-align: left;
}

#customer-point-form textarea {
	width: 38em;
	font-size: 13px;
}

#customer-point-form .point-shop-comfirm li {
	width: 340px;
	display: inline-block;
	margin: 0 1em 5px 0;
	list-style-type: none;
	vertical-align: top;
}

#customer-point-form textarea {
	overflow-y: auto;
	font-size: 13px;
}

/**********************
	 取引先を増やす
(customer-add-connection)
**********************/
#customer-add-connection .co-search-block table th {
	width: 150px;
}

#customer-add-connection .co-sort a {
	height: 3.5em;
}

#customer-add-connection .co-search-block label {
	display: block;
	float: left;
	white-space: nowrap;
	padding-right: 15px;
}

#customer-add-connection .co-search-block label input {
	vertical-align: -0.2em;
}

#customer-add-connection .co-open-basis select {
	width: 15.5em;
}

/**********************
 お知らせ
(dealer-news)
**********************/
#dealer-news { font-size: 15px; }
/* 見出し */
#dealer-news h1 {
	border-bottom: 1px solid #cccccc;
	color: #666666;
	margin: 20px auto 15px;
	font-size: 167%;
	font-weight: bold;
	padding-right: 0.3em;
}
#dealer-news h2 {
	font-size: 123.1%;
	line-height: 1.5;
	font-weight: bold;
	margin: 1em auto 10px;
	border-left: 3px solid #333333;
	padding-left: 10px;
}
#dealer-news h3 {
	font-size: 116%;
	line-height: 1.5;
	font-weight: bold;
	margin: 1em auto 0.3em;
}
#dealer-news h4,
#dealer-news h5,
#dealer-news h6 {
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	margin: 1em auto 0.3em;
}
/* その他 */
#dealer-news ul { margin: 15px 0 15px 22px; }
#dealer-news ol { padding-left: 1.6em; }
#dealer-news hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin: 25px auto;
}
#dealer-news img {
	margin: 15px auto;
	max-width: 100%;
}
#dealer-news table { border-collapse: collapse; }
#dealer-news table th,
#dealer-news table td {
	padding: 8px 10px;
	border: 1px #cccccc solid;
}
#dealer-news table th { background-color: #e6e6e6; }
#dealer-news table td { background-color: #ffffff; }

/**********************
	再入荷リクエスト画面
(contents-management-alert-new-body)
**********************/
#contents-management-alert-new-body .alert-new-cases { display: flex; }
#contents-management-alert-new-body .alert-new-case {
	background-color: #fff7e1;
	margin-right: 20px;
	padding: 10px 15px;
	border-radius: 5px;
}
#contents-management-alert-new-body .alert-new-case:last-child { margin-right: 0; }
#contents-management-alert-new-body .alert-new-case img {
	height: 25px;
	vertical-align: middle;
}
#contents-management-alert-new-body .request-tradingCount button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.request-tradingCount-modal .mdl-content {
	padding: 35px 40px;
	overflow-y: auto;
	box-sizing: border-box;
	max-height: calc(100vh - 45px);
}
#contents-management-alert-new-body .request-tradingCount-modal .mdl-ttl {
	box-sizing: border-box;
}
#contents-management-alert-new-body .request-tradingCount-modal .request-heading {
	font-weight: 600;
	font-size: 15px;
}
#contents-management-alert-new-body .request-container {
	margin: 20px 0 0;
	border: 1px solid #999999;
}
#contents-management-alert-new-body .request-container-definition {
	padding: 5px 0;
	text-align: center;
	background: #E6E6E6;
}
#contents-management-alert-new-body .request-container-description {
	margin: 0;
}
#contents-management-alert-new-body .request-container-description .request-retailer-item {
	border-top: 1px solid #999999;
	margin: 0;
}
.request-retailer-item a {
	padding: 10px 0 10px 27px;
	position: relative;
	display: block;
	line-height: 1.3;
}
.request-retailer-item a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	background: url("/img/common/icon/co_009b.svg") no-repeat 0 0;
	width: 11px;
	height: 11px;	
}


.trading-modal-list {
	padding-left: 1rem;
}
.modal-confirm-check-button {
	display: flex;
	justify-content: center;
	margin-right: 0;
}
#modal-dl-confirm .mdl-ttl {
	box-sizing: border-box;
}
#modal-dl-confirm .list-style-disc li {
	padding-left: 1.3em;
	text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
}
#modal-dl-confirm .list-style-decimal li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: decimal;
	list-style-position: inside;
}
#modal-dl-confirm .list-style-none li {
	padding-left: 0;
	text-indent: 0;
	list-style-type: none;
}
#modal-dl-confirm .mdl-box {
	max-width: 730px;
	font-size: 14px;
}
#modal-dl-confirm .mdl-content {
	padding: 35px 33px 0;
}
#modal-dl-confirm .modal-submit-button {
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	font-family: "Trebuchet MS", "メイリオ", Meiryo, "Hiragino Sans", sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	-webkit-appearance: none;
	appearance: none;	
	box-shadow: 0 0 0 1px #2651ca;
	border-style: solid;
	border-width: 1px;
	border-color: #92b6ff #4e71f1 #4e71f1;
	background: linear-gradient(180deg, #558bf8, #0033f0), #558bf8;
	color: #ffffff !important;
}
#modal-dl-confirm .modal-submit-button:disabled {
	box-shadow: 0 0 0 1px #dadada;
	border-width: 1px;
	border-color: #ffffff;
	background: #f3f4f8;
	color: #aaaaaa !important;
	cursor: default;
	pointer-events: none;	
}
#modal-dl-confirm .modal-submit-button span {
	padding: 7px 12px;
	line-height: 1;
}