main{
	padding: 30px 0;
}
body{
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
header{
	border-bottom: 20px solid #007ECE;
}
header img{
	padding: 10px 0;
}
footer.global-footer{
	color: #fff;
	margin-top: auto;
	padding-top: 10px;
	text-align: center;
	background: #007ECE;
	font-size: 12px;
}

footer .bottom {
	background: #000;
	margin-top: 12px;
	padding: 10px 0;
	height: 30px;
	width: 100%;
	bottom: 0;
}

.container-xl h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px double #afafaf;
	padding: 0px 0 20px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative !important;
  width: 100% !important;
  padding-left: 0px !important;
}

.container {
    margin: 0 auto;
}
.container input[type="text"],
.container input[type="password"],
.container select,
.container textarea
{
	width: 100%;
}
.container h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px double #afafaf;
	padding: 0px 0 20px;
}
.container .text-danger{
	color: #c22323 !important;
}
.container .buttonlist {
	margin: 20px 0 30px;
	text-align: center;
	width: 100%;
}
.container .buttonlistB{
	margin: 20px 0 30px;
}
.container .buttonlist a,
.container .buttonlist input,
.container .buttonlistB a,
.container .buttonlistB input{
	margin-right: 20px;
}
.container .buttonA,
#dialog .buttonA{
	background: -moz-linear-gradient(top, #104992, #04152a);
	background: -webkit-linear-gradient(top, #104992, #04152a);
	background: linear-gradient(to bottom, #104992, #04152a);
	color: #fff;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 10px;
	border : 3px solid #dddddd;
	box-shadow: 2px 2px 4px #747272;
	word-break: keep-all;
	white-space: nowrap;
}
.container .buttonE,
#dialog .buttonE{
	background: -moz-linear-gradient(top, #00ba2e, #00350d);
	background: -webkit-linear-gradient(top, #00ba2e, #00350d);
	background: linear-gradient(to bottom, #00ba2e, #00350d);
	color: #fff;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 10px;
	border : 3px solid #dddddd;
	box-shadow: 2px 2px 4px #747272;
	word-break: keep-all;
	white-space: nowrap;
}
.container .buttonC{
	background: -moz-linear-gradient(top, #8b8b8b, #272727);
	background: -webkit-linear-gradient(top, #8b8b8b, #272727);
	background: linear-gradient(to bottom, #8b8b8b, #272727);
	color: #fff;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 10px;
	border : 3px solid #dddddd;
	box-shadow: 2px 2px 4px #747272;
	word-break: keep-all;
	white-space: nowrap;
}
.container .buttonD{
	background: -moz-linear-gradient(top, #da2626, #3e0808);
	background: -webkit-linear-gradient(top, #da2626, #3e0808);
	background: linear-gradient(to bottom, #da2626, #3e0808);
	color: #fff;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 10px;
	border : 3px solid #dddddd;
	box-shadow: 2px 2px 4px #747272;
	word-break: keep-all;
	white-space: nowrap;
}
#dialog .buttonlist{
	width: 100%;
}
#dialog .buttonlist a{
	text-decoration: none;
	margin: 0 .5em;
}
.ui-dialog .ui-dialog-content{
	text-align: center;
}
.ui-dialog .ui-dialog-content span{
	color: #206aa6;
	font-weight: bold;
}
.container .buttonB{
	background: -moz-linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	background: -webkit-linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	background: linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	color: #000;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 10px;
	border : 3px solid #dddddd;
	box-shadow: 2px 2px 4px #747272;
	word-break: keep-all;
	white-space: nowrap;
}
.container .buttonA:hover,
.container .buttonB:hover{
	text-decoration: none;
}
.container .sansyo {
	position: relative;
}
.container .sansyo span {
	background: -moz-linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	background: -webkit-linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	background: linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	color: #000;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 10px;
	border : 3px solid #dddddd;
	box-shadow: 2px 2px 4px #747272;
	cursor:pointer;
}
.container .sansyo span {
	background: -moz-linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	background: -webkit-linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	background: linear-gradient(to bottom,#f5f5f5,#c0c0c0 50%,#f5f5f5); 
	color: #000;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 10px;
	border : 3px solid #dddddd;
	box-shadow: 2px 2px 4px #747272;
	cursor:pointer;
}
.radio {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
	display: inline-block;
}
.radio label {
	display: inline-block;
	cursor:	pointer;
	position: relative;
	padding: 0 20px;
}
.radio label:before {
	content: '';
	width: 16px;		/* ボタンの横幅 */
	height: 16px;		/* ボタンの縦幅 */
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.radio input[type="radio"] {
	display: none;
}
.radio input[type="radio"]:checked + label:after {
	content: '';
	width: 8px;		/* マークの横幅 */
	height: 8px;		/* マークの縦幅 */
	position: absolute;
	top: 8px;
	left: 4px;
	background-color: #104387;
	border-radius: 50%;
}
.container table td{
	vertical-align: middle;
}
.container table td input[type="radio"], 
.container table td input[type="checkbox"]{
	margin: 0 10px;
}
.container .pagination .buttonB{
	margin: 0 10px;
}
.container .pagination .active .page-link{
	background: #104387;
	color: #fff;
}
textarea.error,
input.error {
	border: 1px solid #ea2c00;
	background: #ffe4dc;
}
label.error {
	color: #ea2c00;
}
.ui-widget.ui-widget-content {
	border: 1px solid #206aa6;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: none !important;
}
table#userTable,
table#adminUserTable {
	word-break: break-all;
}
table#userTable td:nth-child(1),
table#adminUserTable td:nth-child(1){
	width:58px;
}
table#userTable td:nth-child(2),
table#adminUserTable td:nth-child(2){
	width:100px;
}
table#userTable td:nth-child(3),
table#adminUserTable td:nth-child(3){
	min-width:200px;
}
table#userTable td:nth-child(4),
table#adminUserTable td:nth-child(4){
	min-width:500px;
}
#userchangeform .mr0{
	margin-right:0;
}
#userchangeform .wbka{
	word-break:keep-all;
}

.requiredimg {
	margin-left: 0.5rem;
}

.required {
	color: #FF2E62;
}

.btn {
	min-width: 58px;
}

.btn-primary:hover {
	background-color: #3F9CFF;
	border-color: #3F9CFF;
}

.btn-success:hover {
	background-color: #5FC376;
	border-color: #5FC376;
}

.btn-secondary:hover {
	background-color: #9AA2A7;
	border-color: #9AA2A7;
}

.btn-danger:hover {
	background-color: #E7717C;
	border-color: #E7717C;
}

.btn-headmenu {
	margin-top: -4em;
}

.btn-action {
	margin-top: -3.25em;
	margin-bottom: 2.25em;
}

.btn-intext {
	color: white;
	background-color: #01B6E4;
	border-color: #01B6E4;
}

.btn-intext:hover {
	color: white;
	background-color: #7AD9F1;
	border-color: #7AD9F1;
}

.check-center {
	text-align: center;
}

.dashed-line {
	border-bottom: dashed 1px;
}

.btn-margin {
	margin-right: 2rem;
}

.login-failed {
	color: #f00;
	text-align: center;
}

.left-shift {
	text-align: left;
	margin-left: 14.7rem;
}



/*index.cssより*/










.megamenu {
	position: static;
}

.megamenu .dropdown-menu {
	background: none;
	border: none;
	width: 50%;
}

.radius100 {
	border-radius: 100px;
}

.card {
	max-width: 20rem;
	border: 1px solid rgba(0,0,0,.125) !important;
}

.card .btn-primary:hover{
	background-color: #007bff;
	border-color: #007bff;
}

.card:hover {
	opacity: 0.5;
}

.card-title {
	color: white;
	height: 4rem;
	font-size: 1.1rem !important;
	padding: 10px 10px;
}

.card-title:hover {
	background-color: #46EEFF;
	border-color: #46EEFF;
}

.dropdown-toggle::after {
	content: none;
}

.noTitleDialog .ui-dialog-titlebar {display:none;}

.passwordChange {
	color: #FFF !important;
	margin-right: 1em;
}

.logout {
	color: #FFF !important;
}







/*追加したもの*/



.CommonDialogBox{
	position : fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.50)

}
.modal-dialog{
	position : fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/*background-color: rgba(0,0,0,0.50)*/

}

.modal-dialog .container {
	padding: 0;
	margin : auto;
	border: 0;
	border-radius: 0.6rem;
	box-shadow: 0 0 1em black;
	position: fixed;
	top: 20%;
	width: 90%;

}
.footStyle {
	width:100%;
}

.subLabel{
	font-size: smaller;
}

form{
	padding: 0px;
}

.spinner2{
	position : fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.50)

}

.spinner3{
	text-align: center;
	height: 100vh;
	position: absolute;
	top: 40vh;
	left: 40vw;
}

.spinner4{
	display: inline-block;
	width: 20vw;
	height: 20vh;
	animation: 1.5s linear infinite rotation;
}

@keyframes rotation{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}

.RequiredImage {
	margin-left: 20px;
}


.logtable
{
	background-color: #bee5eb;
	border: #bee5eb 1px solid;
	border-radius: 3px;
}

.applicationLogRow {
	color: #000;
	background-color: #fff;
	padding-left: 7rem;
}

div.row{
	margin-left: 0px;
	margin-right: 0px;
}

div.row1{
	min-width: 14rem;
}

div.row2{
	min-width: 14rem;
}

div.row3{
	min-width: 14rem;
}


.logtable-inner
{
	color: #000;
	background-color: #fff;
	padding-left: 7rem;
	border-radius: 3px;
}

div.break-word{
	word-break: break-all;
	overflow-wrap: break-word;
}

span.buttonLabel{
	margin-left: 0.2rem;
}

input.cancelReason{
	margin-top: 1.5rem;
}

div.sendingFile{
	margin-top: 1.8rem;
	margin-bottom: 1.0rem;
}

button.document{
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}
@keyframes fadeInOut {

	0% {opacity: 0.5}
	30% {opacity: 1}
	80% {opacity: 1}
	100% {opacity: 0}

}
.copyFade{
	animation: fadeInOut 3s linear 0s 1 normal;
}
.FixHeaderTable table {
	border-collapse: separate; 
	border-spacing: 0;

}
.FixHeaderTable thead th {

	position: sticky;
	top: 0;
	background: white;
	z-index: 1;
}
.FixHeaderTable thead th::before{
	 content: "";
	 position: absolute;
	 top: -1px;
	 left: -1px;
	 width: 100%;
	 height: 100%;
	 border: 1px solid white;
}

li.page-current a{
	background: pink;
}

div.topLogo {
	display: flex;
	justify-content: space-between;
}

div.account {
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	align-items: end;
	font-size: 0.8rem;
}

button.account {
	font-size: 0.8rem;
	padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}
