/*-----------------------2024/10ネットバンキング付属表作成画面----------------------------*/
.errBackClr {
	background-color:#ffc0cb !important;
}
/* pagetopアンカー */
#footer_biznb_attached #pagetop_biznb_attached {
	position: fixed;
	right: 10px;
	margin-top: 0;
	z-index: 100;
	display: block !important;
	opacity: 1 !important;
	bottom: calc(60px + 10px + 60px + 10px + 100px);
}
#footer_biznb_attached #pagetop_biznb_attached a {
	overflow: hidden;
	outline: none;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/shared/images/footer_bt01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
	zoom: 1;
    box-sizing: border-box;
}
/* pagebottomアンカー */
#footer_biznb_attached #pagebottom_biznb_attached {
	position: fixed;
	right: 10px;
	bottom: calc(60px + 10px + 100px);
	z-index: 100;
}
#footer_biznb_attached #pagebottom_biznb_attached a {
	overflow: hidden;
	outline: none;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/shared/form/img/footer_bt01_rvs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
	zoom: 1;
    box-sizing: border-box;
}
#footer_biznb_attached #pagetop_biznb_attached a:hover {
	background-image: url(/shared/images/footer_bt01on.png);
}
#footer_biznb_attached #pagebottom_biznb_attached a:hover {
	background-image: url(/shared/form/img/footer_bt01on_rvs.png);
}

#footer_biznb_attached #pagetop_biznb_attached a.nomostfoot,
#footer_biznb_attached #pagebottom_biznb_attached a.nomostfoot,
#footer_biznb_attached #pagetop_biznb_attached a.mostfoot:hover,
#footer_biznb_attached #pagebottom_biznb_attached a.mostfoot:hover {
	border: none;
}

#footer_biznb_attached #pagetop_biznb_attached a.mostfoot,
#footer_biznb_attached #pagebottom_biznb_attached a.mostfoot{
	border: 1px solid #ffffff;
	border-radius: 5px;
}
/* 明細アンカー */
#footer_biznb_attached #detailAnchor {
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 100;
    width: 160px;
    height: 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color:#01a369;
	margin: 0;
    text-align:center;
    box-sizing: border-box;
	padding-top: 14px;
}
#footer_biznb_attached #detailAnchor.nomostfoot {
	border: 1px solid #01a369;
}
#footer_biznb_attached #detailAnchor.mostfoot {
	border: 1px solid #ffffff;
}
/* 明細プルダウン既存デザイン剥がし */
#footer_biznb_attached #detailAnchor #detailNumPulldown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
/* IE10以上で矢印を消す */
#detailNumPulldown::-ms-expand {
  display: none; 
}
/* 明細プルダウン自前デザイン */
#footer_biznb_attached #detailAnchor .pulldown_wrap{
	position: relative;
	width: 120px;
	height: 30px;
	margin:0 auto;
}
#footer_biznb_attached #detailAnchor .dummy_label{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin:0;
	border: 2px solid #cccccc;
	background-color:#ffffff;
	box-sizing: border-box;
	line-height: 30px;
}
#footer_biznb_attached #detailAnchor .dummy_label::before{
	position: absolute;
    content: "";
    border-top: 6px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #cccccc;
    border-left: 4px solid transparent;
    top:-2px;
    right:6px;
}
#footer_biznb_attached #detailAnchor .dummy_label::after{
	position: absolute;
    content: "";
    border-top: 6px solid #cccccc;
    border-right: 4px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 4px solid transparent;
    bottom:-2px;
    right:6px;
}
#footer_biznb_attached #detailAnchor #detailNumPulldown {
    cursor: pointer;
	z-index: 2;
    position: relative;
	width: 120px;
	height: 30px;
	opacity: 0;
}
	/* ローディング画像 */
#loading_base {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index:101;
}
#loading {
	display: table;
	position:fixed;
	width:450px;
	height:400px;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -200px;
	background-color:rgba(204, 204, 204, 0.5);
	z-index:102;
}
#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
	font-size:150%;
	color:#000000;
	padding-top: 110px;
	background: url("/shared/images/loading.gif") center center no-repeat;
}

.detailbox{
 	margin-top:50px;
}

.detailIndexTab{
	height:30px;
	border: 1px solid #c1c1c1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 	width:110px;
 	background-color:#c1c1c1;
 	box-sizing: border-box;
}
.detailIndexTab p{
 	color:#ffffff;
 	font-weight: bold;
	margin: 0;
	line-height: 30px;
	text-align: center;
}

/* PDFに使用しません注釈 */
.notice_wrap{
	height:40px;
}
.notice_wrap p{
	display:none;
	color:#ff0000;
	margin: 0;
	line-height: 40px;
	text-align: center;
}

.topmargin0 {
	margin-top:0 ! important;
}
.widthauto {
	width:auto ! important;
}
/* 明細追加キャプション */
.cap_addDet {
	margin-top: 100px;
}
/* 明細追加ボタン、PDF生成ボタン */
.makePdfBtnArea {
    margin-top:30px;
}

/* PDFDLボタン */
.makePdfBtnDL {
	top: 50%;
	line-height:2.3;/* 明細追加ボタンの高さと合わせてみる */
	margin-top: 15px !important;
	display: inline-block;
	font-size: 114.28%;/* 見出し(口座番号とか)と同じサイズ */
	font-weight: bold;
	background-image: url(/shared/form/img/form_ic_pdf_dl_off.svg);/*EI向けに、svgファイル内にwidthとheight指定有*/
	background-repeat: no-repeat;
	-webkit-background-size: 37px auto;
	-moz-background-size: 37px auto;
	background-size: 37px auto;
	padding: 0 0 0 40px;
}
@media screen and (min-width: 979px) {
	/* PCサイズのときだけ */
	.makePdfBtnDL:hover {
		background-image: url(/shared/form/img/form_ic_pdf_dl_on.svg);/*EI向けに、svgファイル内にwidthとheight指定有*/
		color: #009966;
		text-decoration: underline;
		cursor: pointer;
	}
}
/* ----------------------------------------------------------------------------------------- */
@media screen and (max-width: 979px) {

}
/* ----------------------------------------------------------------------------------------- */
@media screen and (max-width: 978px) {
	/* pagetopアンカー */
	#footer_biznb_attached #pagetop_biznb_attached {
		left: calc( 50% - 150px );
		bottom: -13px;
	}
	/* pagebottomアンカー */
	#footer_biznb_attached #pagebottom_biznb_attached {
		left: calc( 50% - 30px + 120px );
		bottom: -13px;
	}
	/* 明細プルダウン */
	#footer_biznb_attached #detailAnchor {
		left: calc( 50% - 80px );
		bottom: 0;
	}
	#footer_biznb_attached #detailAnchor .dummy_label {
		color: #333333;
	}
	/* ローディング画像 */
	#loading {
		width:60%;
		height:30%;
		margin-left: -30%;
		margin-top: -15%;
	}
	#loading .loadingMsg {
		font-weight:normal;
		font-size: medium;
	}
	/* 明細追加キャプション */
	.cap_addDet {
		margin-top: 50px;
	}
	/* PDFDLボタン */
	.bitton_makePdfBtnDL {
		width:auto ! important;
	}
	.makePdfBtnDL {
		text-align:center;
		maring:10px auto;
	}
}
