@charset "UTF-8";

footer.common{
	width:100%;
	margin-top:20px;
	clear:both;
    padding: 2px 0;
    background-color: #008FD4;
    color: #fff;
    text-align: center;
}

footer.fit {
	position: absolute;
    bottom: 0;
}

.wrapper{
    position: relative;
    box-sizing: border-box;
}

.tableWrapper {
	height:300px;
	overflow:auto;
}

header.common {
	position:fixed;
	width:100%;
	top:0px;
	border-top:4px solid #008FD4;
	z-index:1000;
}

a.none {
  text-decoration: none;
}

.commonBtn {
	display:block;
	width:300px;
	margin:0px auto 20px auto;
	background-color: #008FD4;
	border-color:#008FD4;
	color: #fff;
}

.commonBtn:hover{
	background-color: #87cefa;
	border-color:#87cefa;
	color: #fff;
}

div.btn.disabled {
  cursor: auto;
  opacity: 0.2;
}

div.form  {
	background-color: #f0f0ff;
}

div.t-bar {
	width: 100%;
	height:5px;
	background-color: #0000ff;
}

article.container.m {
	min-width: 1500px;
}

article.container {
	min-width: 1200px;
	z-index: -900;
	padding-top:60px;
}

article.container.s {
	min-width: 1000px;
}

article.container.ss {
	min-width: 800px;
}


form.backgc {
	background-color: #fff;
}

form.bdc {
	border: 1px solid #4169e1!important;
}

label.pos-ver-center {
	padding-top:14.3px;
}

div.reissue {
	width:100%;
}

.table td, .table th {
	padding: 0.25rem;
}


.table .thead-light th.b-l {
	background-color:#cce6ff;
	border-left:1px solid #008FD4;
}

.table .thead-light th.b-tbr {
	background-color:#cce6ff;
	border-top:1px solid #008FD4;
	border-bottom:1px solid #008FD4;
	border-right:1px solid #008FD4;
	text-align:center;
}

.table .thead-light th.b-br {
	background-color:#cce6ff;
	border-bottom:1px solid #008FD4;
	border-right:1px solid #008FD4;
	text-align:center;
}

.table td.b-l {
	border-left:1px solid #008FD4;
}

.table td.b-br {
	border-right:1px solid #008FD4;
	border-bottom:1px solid #008FD4;
	text-align:center;
}

.form-80p {
	width:80%;
	margin:auto;
}

.form-90p {
	width:90%;
	margin:auto;
}

.over-sc {
	overflow:hidden;
	overflow-y:scroll;
}

.dis-none {
	display:none;
}

.dis-flex {
	display:flex;
}

.dis-inblock {
	display:inline-block;
}

.page-no-link {
	position:relative;
	display:inline-block;
	padding:.5rem .75rem;
	margin-left:-1px;
	line-height:1.25;
	color:#007bff;
	background-color:#fff;
	border:1px solid #dee2e6;
}


.bg-col-fff {
	background-color:#ffffff;
}

.bg-col-fafafa {
	background-color:#fafafa;
}

.bg-col-f0f0ff {
	background-color: #f0f0ff;
}

.bg-col-cce6ff {
	background-color:#cce6ff;
}

.bg-col-c1ffe0 {
	background-color:#c1ffe0;
}

.br-col-aaa {
	border:1px solid #aaa;
}

.br-col-228b22 {
	border:2px solid #228b22;
}


.max-w16p {
	flex:0 0 16%;
	max-width:16%;
}

label.max-w10p {
	flex:0 0 10%;
	max-width:10%;
}

/********************* width */
.w10p {
	width:10%;
}

.w12p {
	width:12%;
}

.w18p {
	width:18%;
}

.w20p {
	width:20%;
}

.w30p {
	width:30%;
}

.w40p {
	width:40%;
}

.w49p {
	width:49%;
}


.w50p {
	width:50%;
}

.w60p {
	width:60%;
}

.w80p {
	width:80%;
}

.w90p {
	width:90%;
}

.w98p {
	width:98%;
}

.w100p {
	width:100%;
}

.w70px {
	width:70px;
}

.w80px {
	width:80px;
}

.w90px {
	width:90px;
}

.w100px {
	width:100px;
}

.w110px {
	width:110px;
}

.w120px {
	width:120px;
}

.w130px {
	width:130px;
}

.w140px {
	width:140px;
}

.w150px {
	width:150px;
}

.w160px {
	width:160px;
}

.w170px {
	width:170px;
}

.w180px {
	width:180px;
}

.w190px {
	width:190px;
}

.w200px {
	width:200px;
}

.w250px {
	width:250px;
}

.w290px {
	width:290px;
}

.w300px {
	width:300px;
}

.w350px {
	width:350px;
}

.w400px {
	width:400px;
}

.w450px {
	width:450px;
}

.w500px {
	width:500px;
}

.w550px {
	width:550px;
}

.w600px {
	width:600px;
}

.w700px {
	width:700px;
}

.w750px {
	width:750px;
}

.max-w10p {
	max-width:10%;
}


.max-w100px {
	max-width:100px;
}

.max-w180px {
	max-width:180px;
}



/********************* height */
.h100px {
	height:100px;
}

.h200px {
	height:200px;
}

.h300px {
	height:300px;
}

.h400px {
	height:400px;
}

.max-h70p {
	max-height:70%;
}



/********************* margin */
.margin-0px {
	margin: 0px;
}

.margin-t10px {
	margin-top:10px;
}

.margin-t20px {
	margin-top:20px;
}

.margin-t30px {
	margin-top:30px;
}

.margin-t40px {
	margin-top:40px;
}

.margin-t60px {
	margin-top:60px;
}

.margin-b4px {
	margin-bottom:4px;
}

.margin-b10px {
	margin-bottom:10px;
}

.margin-b20px {
	margin-bottom:20px;
}

.margin-b30px {
	margin-bottom:30px;
}

.margin-b40px {
	margin-bottom:40px;
}

.margin-b60px {
	margin-bottom:60px;
}

.mls {
	margin-left:10px;
}

.margin-l10px {
	margin-left:10px;
}

.margin-l30px {
	margin-left:30px;
}

.margin-l50px {
	margin-left:50px;
}

.margin-lauto {
	margin-left:auto;
}


.margin-l5p {
	margin-left:5%;
}

.margin-l30p {
	margin-left:30%;
}


.margin-l4px {
	margin-left:4px;
}

.margin-r4px {
	margin-right:4px;
}

.margin-r10px {
	margin-right:10px;
}

.margin-r20px {
	margin-right:20px;
}

.margin-r30px {
	margin-right:30px;
}

.margin-lrauto {
	margin-left:auto;
	margin-right:auto;
}

.margin-lr5P {
	margin-left:5%;
	margin-right:5%;
}

.margin-lr30px {
	margin-left:30px;
	margin-right:30px;
}



/********************* padding */
.pbm {
	padding-bottom:26px;
}

.padd-t10px {
	padding-top:10px;
}

.padd-t30px {
	padding-top:30px;
}

.padd-btm4px {
	padding-bottom:4px;
}

.padd-btm10px {
	padding-bottom:10px;
}

.padd-lr40px {
	padding: 0px 40px;
	vertical-align:sub;
}

.padd-tb10px {
	padding-top:10px;
	padding-bottom:10px;
}

/********************* text */
.txt-cntr {
	text-align:center;
}

.txt-r {
	text-align:right;
}

.txt-line-th {
	text-decoration: line-through;
}

/********************* border */
.br-b2px-dfe9f7 {
	border-bottom: solid 2px #dfe9f7;
}

/********************* position */
.pos-r0.dropdown-menu {
	left: auto;
	right: 0;
}

/********************* cursor */
.cursor {
	cursor: pointer;
}

/********************* etc */
.resize-none {
	resize: none;
}

input.del-check {
	display:inline-block;
	width:12%;
	height:20px;
	vertical-align:middle;
}

label.del-label {
	vertical-align:text-bottom;
	height:20px;
	margin-bottom:0px;
}

div.infoDialogBack {
	position:fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top:0px;
	left:0px;
	opacity:0.3;
}
div.infoDialogBack.visible {
	z-index:4500;
}

div.infoDialogBack.invisible {
	z-index:-5000;
}


div.infoDialog {
	position:fixed;
	width: 40%;
	height: 200px;
	background: #f8f9fa;
	left:30%;
	top:35%;
    border: 1px solid #0062cc;
    border-radius: 10px;
}

div.infoDialog.check {
	width: 50%;
	left: 25%;
	height: 300px;
}

div.infoDialog.visible {
	z-index:5000;
}

div.infoDialog.invisible {
	z-index:-5000;
}

div.processing {
	position:fixed;
	z-index:5000;
	left:25%;
	top:10%;
	text-align:center;
	width:50%;
}

textarea.historyAdvice {
	resize: vertical;
	width: 100%;
	height: 100px;
}

textarea.historyEditComment {
	resize: vertical;
	width: 100%;
	height: 100px;
}

div.historyHead {
	position:relative;
}

div.switchAreaPos {
	position: absolute;
	top:0px;
	right:10px;
}


/* ページトップボタン Start */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f5eef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ページトップボタン End */



fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: solid;
    border-color: #4e00cc38;
}

legend {
    display: block;
    width:auto;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font-size: 0.75rem;
}

p#errorMsg span {
	display:block;
}

.form {
	background-color: #fdfff0;
}

#upFile.alert {
	background-color: #f8d7da;
}

.bootstrap-tagsinput.alert {
	background-color: #f8d7da;
}


.executeBtn {
    display: block;
    width: 300px;
    margin: 0px auto 20px auto;
    background-color: #008FD4;
    border-color: #008FD4;
    color: #fff;
    padding: 0.25rem;
    font-size: 1rem;
}

.executeSubBtn {
    width: 150px;
    background-color: #008FD4;
    border-color: #008FD4;
    color: #fff;
    padding: 0.25rem;
    font-size: 1rem;
}

.downloadBtn {
    width: 220px;
    margin: 0px;
    background-color: #008FD4;
    border-color: #008FD4;
    color: #fff;
    padding: 0.25rem;
    font-size: 1rem;
}

.executeBtn:hover, .executeSubBtn:hover, .downloadBtn:hover{
	background-color: #87cefa;
	border-color:#87cefa;
	color: #fff;
}

.uploadFile {
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 0.25rem;
}

.searchLabel {
	padding-left: 15px;
	width: 100px;
}

.searchLabelRight {
	margin-left: 110px;
	width: 80px;
}

.thFont {
	font-weight: normal;
    font-size: 0.75rem;
}

tr.tdFont td {
	font-size: 0.9rem;
}

h1.pageTitle {
	width: 69%;
	display: inline-block;
	margin-top :10px;
}

div.pageTitleBtn {
	width:30%;
	display: inline-block;
	margin-top :10px;
	text-align: right;
}

label.attention {
	color: #ff4500;
}

span.noteMin {
	font-size: 0.8rem;
}

.wordBreakAll {
	word-break:break-all;
}

select.selectReadOnly {
	pointer-events: none;
}

span.note {
	font-size: 0.9rem;
}