body {
	color: #73879c;
	background: #f5f5dc;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.471;
	margin: 0;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
textarea:read-only,
textarea:disabled {
	background-color: #eeeeee;
}
/* メニュー */
.menu {
	position: fixed;
	top: 0px;
	display: flex;
	width: 180px;
	height: 45px;
	background-color: #053857;
	z-index: 1;
}
.main {
	margin-left: 0;
	position:relative;
}
.menu,
.menu-parent {
	width: 100%;
	line-height: 1;
}
.menu-parent li {
	display: inline-block;
}
.menu-parent li a,
.menu-parent li span,
.menu-parent li div {
	display: inline-block;
	color: #ffffff;
	font-size: 10pt;
	font-weight: 600;
	margin: 0;
	padding: 16px 16px 17px;
	cursor: pointer;
}
.menu-parent li a:hover,
.menu-parent li span:hover,
.menu-parent li div:hover {
	color: #030303;
	background: #eeeeee;
}
#_id_popup_0 {
	z-index: 1;
}
#_id_popup_0 li:hover {
	cursor: pointer;
}
/* ユーザー名 */
.user-info {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 12px;
	right: 25px;
	color: #cccccc;
	z-index: 2;
}

.title {
	color: #73879c;
	background: #ededd5;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 2px;
	padding-left: 10px;
}
.main form {
	margin-top: 5px;
	margin-left: 10px;
}
.frmmain {
	position: relative;
}
.login {
	background-color: #ffffff;
}


.login, .login tr th, .login tr td, .timeout {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.development-info {
	color: gray;
}

.btn {
	border-radius: 3px;
	padding: 8px;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
}
.btn:hover {
	border-radius: 3px;
	padding: 8px;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
}

.btn-default {
	color: #939393;
	background-color: #ffffff;
	border: 1px solid #999999;
}
.btn-seikyu {
	border-radius: 3px;
	padding: 8px;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	color: #939393;
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 13px;
	font-weight: 400;
}

.btn-seikyu:hover {
	border-radius: 3px;
	padding: 8px;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	color: #939393;
	background-color: #e5e5e5;
	border: 1px solid #999999;
	font-size: 13px;
	font-weight: 400;
}


.btn-default:hover {
	color: #939393;
	background-color: #e5e5e5;
	border: 1px solid #999999;
}

a.btn-success,
a.btn-primary,
a.btn-second,
a.btn-warning,
a.btn-danger {
	color: #fff
}
.btn-success {
	color:#fff;
	background: #26B99A;
	border: 1px solid #169F85
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color:#fff;
	background: #169F85
}
.btn-success:disabled {
	color: #cccccc;
	background: #407070;
	border: 1px solid #203838;
}

.btn-primary {
	color:#fff;
	background-color:#337ab7;
	border: 1px solid #2e6da4;
}

.btn-second {
	color:#fff;
	background-color:#77b8f1;
	border: 1px solid #2e6da4;
}

.btn-primary.focus {
	color:#fff;
	background-color:#286090;
	border-color:#122b40
}

.btn-second.focus {
	color:#fff;
	background-color:#286090;
	border-color:#122b40
}
.btn-primary:hover {
	color:#fff;
	background-color:#286090;
	border-color:#204d74
}
.btn-second:hover {
	color:#fff;
	background-color:#286090;
	border-color:#204d74
}
.btn-primary:disabled {
	color: #cccccc;
	background: #204d74;
	border: 1px solid #122b40;
}
.btn-second:disabled {
	color: #cccccc;
	background: #204d74;
	border: 1px solid #122b40;
}
.btn-danger {
	border-width: 1px;
}
.btn-danger:hover {
	background: #DDDDDD;
	border-width: 1px;
}
.btn.disabled {
	/* opacity: 0.5; */
	cursor: not-allowed;
}
.btn-sm{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.form-control {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	display:block;
	height:20px;
	padding:2px 2px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-check-label {
	font-weight: 600;
}
.form-control-disabled {
	background-color:#dddddd;
}

.edt-table th, .edt-table td {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
.edt-table th {
	text-align: left;
}

/* ���t���͊֘A */
.date_input {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	height:20px;
	width:65px;
	padding:4px 10px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.date_input:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.ui-datepicker-trigger {
	position: relative;
	top: 2px;
	left: 2px;
}

select.ui-datepicker-year {
	height: 2em!important;
	margin-right:5px!important;
	width:60px!important;
}

select.ui-datepicker-month{
	height: 2em!important;
	margin-left:5px!important;
	width:60px!important;
}

/* �O���b�h�r���[�֘A */
.gridview table, .gridview th, .gridview td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding: 3px;
	line-height: 18px;
}
.gridview thead tr th {
	background-color: rgba(52,73,94,.94) !important;
	color: #ECF0F1;
	font-weight: 600;
	text-align: left;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
.gridview tr:nth-child(odd) td {
	background-color: #efefef;
	color: #879b9c;
}
.gridview tr:nth-child(even) td {
	background-color: #ffffff;
	color: #879b9c;
}
.gridview .selectedRow td, .gridview tr:nth-child(odd).selectedRow td, .gridview tr:nth-child(even).selectedRow td {
	background-color: #b2dfdb;
	color: #879b9c;
}

/* �y�[�W���[�֘A */
.pager div {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.btn-pager {
	width: 36px;
	height: 32px;
	margin-left: 3px;
	padding: 0px;
	color: #286090;
	background-color: #dddddd;
	border: 1px solid #122b40;
}
.btn-pager:hover {
	width: 36px;
	height: 32px;
	margin-left: 4px;
	padding: 0px;
	color: #286090;
	background-color: #999999;
	border: 1px solid #122b40;
}
.btn-pager-current {
	width: 36px;
	height: 32px;
	margin-left: 4px;
	padding: 0px;
	color: #286090;
	background-color: #bbeedd;
	border: 1px solid #122b40;
}
.btn-pager-current:hover {
	width: 36px;
	height: 32px;
	margin-left: 4px;
	padding: 0px;
	color: #286090;
	background-color: #aaddcc;
	border: 1px solid #122b40;
}

/* �_�C�A���O�֘A */
.dialog {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	background: #f5f5dc;
}
.dialog .ui-dialog-titlebar {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
	color: #73879c;
}
.dialog .ui-dialog-content {
	background: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	color: #73879c;
}
.dialog .ui-dialog-buttonpane {
	background: #f5f5dc;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.dialog_background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.5;
}

/* jQuery UI dialog�̉E��́~�{�^���͔�\�� */
button.ui-dialog-titlebar-close{
	display: none;
}

/* ���m�点�֘A */
.info-list {
	width: 600px;
	height: 500px;
	overflow-y: scroll;
}
.info {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 8px;
	border: 1px solid;
	border-radius: 1px;
	background-color: #FFFFFF;
}
.info-main {
	width: 100%;
}
.info-header {
}
.info-body {
	padding-left: 20px;
}
.info-footer {
	padding-top: 5px;
	padding-left: 200px;
}
.info-right {
	width: 50px;
	text-align: right;
}
.info-attach {
	cursor: pointer;
}
.info-delete {
	color: #165e83;
	background-color: #efab93;
}
.info-operation {
	position: fixed;
	bottom: 10px;
}
.text-black {
	color: #000000;
}
.text-green {
	color: #00B050;	
}
.text-brown {
	color: #C65911;
}
.text-red-bold {
	color: #FF0000;
  font-weight:bold;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.h1 {
	font-size: 36px;
}
.h2 {
font-size: 30px;
}
.h3 {
font-size: 24px;
}
.h4 {
font-size: 18px;
}
.h5 {
font-size: 14px;
}
.h6 {
font-size: 12px;
}
.b,
.strong {
font-weight: bolder;
}
.bg-white {
background-color: #ffffff;
}
.bg-transparent {
background-color: transparent;
}
.m-0 {
margin: 0 !important;
}

.m-1 {
margin: 0.25rem !important;
}

.m-2 {
margin: 0.5rem !important;
}

.m-3 {
margin: 1rem !important;
}

.m-4 {
margin: 1.5rem !important;
}

.m-5 {
margin: 3rem !important;
}

.m-auto {
margin: auto !important;
}

.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}

.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}

.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}

.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}

.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}

.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}

.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}

.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}

.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}

.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}

.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}

.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}

.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}

.mt-0 {
margin-top: 0 !important;
}

.mt-1 {
margin-top: 0.25rem !important;
}

.mt-2 {
margin-top: 0.5rem !important;
}

.mt-3 {
margin-top: 1rem !important;
}

.mt-4 {
margin-top: 1.5rem !important;
}

.mt-5 {
margin-top: 3rem !important;
}

.mt-auto {
margin-top: auto !important;
}

.mr-0 {
margin-right: 0 !important;
}

.mr-1 {
margin-right: 0.25rem !important;
}

.mr-2 {
margin-right: 0.5rem !important;
}

.mr-3 {
margin-right: 1rem !important;
}

.mr-4 {
margin-right: 1.5rem !important;
}

.mr-5 {
margin-right: 3rem !important;
}

.mr-auto {
margin-right: auto !important;
}

.mb-0 {
margin-bottom: 0 !important;
}

.mb-1 {
margin-bottom: 0.25rem !important;
}

.mb-2 {
margin-bottom: 0.5rem !important;
}

.mb-3 {
margin-bottom: 1rem !important;
}

.mb-4 {
margin-bottom: 1.5rem !important;
}

.mb-5 {
margin-bottom: 3rem !important;
}

.mb-auto {
margin-bottom: auto !important;
}

.ml-0 {
margin-left: 0 !important;
}

.ml-1 {
margin-left: 0.25rem !important;
}

.ml-2 {
margin-left: 0.5rem !important;
}

.ml-3 {
margin-left: 1rem !important;
}

.ml-4 {
margin-left: 1.5rem !important;
}

.ml-5 {
margin-left: 3rem !important;
}

.ml-auto {
margin-left: auto !important;
}

.p-0 {
padding: 0 !important;
}

.p-1 {
padding: 0.25rem !important;
}

.p-2 {
padding: 0.5rem !important;
}

.p-3 {
padding: 1rem !important;
}

.p-4 {
padding: 1.5rem !important;
}

.p-5 {
padding: 3rem !important;
}

.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}

.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}

.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}

.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}

.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}

.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}

.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}

.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}

.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}

.pt-0 {
padding-top: 0 !important;
}

.pt-1 {
padding-top: 0.25rem !important;
}

.pt-2 {
padding-top: 0.5rem !important;
}

.pt-3 {
padding-top: 1rem !important;
}

.pt-4 {
padding-top: 1.5rem !important;
}

.pt-5 {
padding-top: 3rem !important;
}

.pr-0 {
padding-right: 0 !important;
}

.pr-1 {
padding-right: 0.25rem !important;
}

.pr-2 {
padding-right: 0.5rem !important;
}

.pr-3 {
padding-right: 1rem !important;
}

.pr-4 {
padding-right: 1.5rem !important;
}

.pr-5 {
padding-right: 3rem !important;
}

.pb-0 {
padding-bottom: 0 !important;
}

.pb-1 {
padding-bottom: 0.25rem !important;
}

.pb-2 {
padding-bottom: 0.5rem !important;
}

.pb-3 {
padding-bottom: 1rem !important;
}

.pb-4 {
padding-bottom: 1.5rem !important;
}

.pb-5 {
padding-bottom: 3rem !important;
}
.pl-0 {
padding-left: 0 !important;
}

.pl-1 {
padding-left: 0.25rem !important;
}

.pl-2 {
padding-left: 0.5rem !important;
}

.pl-3 {
padding-left: 1rem !important;
}

.pl-4 {
padding-left: 1.5rem !important;
}

.pl-5 {
padding-left: 3rem !important;
}

.border {
border: 1px solid #000000 !important;
}

.border-0 {
border: 0 !important;
}

.border-top {
border-top: 1px solid #000000 !important;
}

.border-top-0 {
border-top: 0 !important;
}

.border-end {
border-right: 1px solid #000000 !important;
}

.border-end-0 {
border-right: 0 !important;
}

.border-bottom {
border-bottom: 1px solid #000000 !important;
}

.border-bottom-0 {
border-bottom: 0 !important;
}

.border-start {
border-left: 1px solid #000000 !important;
}

.border-start-0 {
border-left: 0 !important;
}

.border-white {
border-color: #fff !important;
}

.border-0 {
border-width: 0 !important;
}

.border-1 {
border-width: 1px !important;
}

.border-green {
	border-color: #00B050 !important;	
}

.border-red {
	border-color: #FF0000 !important;	
  border-width: 2px !important;
}

.border-brown {
	border-color: #C65911 !important;
  }

.h-20 {
	height: 20px !important;
}
.h-30 {
	height: 30px !important;
}
.h-40 {
	height: 40px !important;
}
.l-space-8 {
letter-spacing: 0.8rem;
}
.l-space-14 {
	letter-spacing: 1.4rem;
}
.d-inline-block {
	display: inline-block;
  width: 260px;
}
.d-inline {
	display: inline;
  width: auto;
}
.d-none{
	display: none;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.float-right::after,
.float-left::after {
	content: '';
	display: block;
	clear: both;
}
.bg-danger,
.slick-cell.bg-danger {
background-color: #f2dede !important;
}
.bg-yellow,
.slick-cell.bg-yellow {
background-color: #E6E6E6 !important;
}
.text-danger {
	color: #ff0000;
}
.dialog_msgbox {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.text_lowercase{
  text-transform: lowercase;
}

.text_bg_gray {
  background-color: #eeeeee;
}


.output_only{
  background-color:transparent !important;
  border: 0 !important;
  outline: none !important;
  user-select: none;
  -webkit-user-select: none;
	-webkit-box-shadow: none;
  pointer-events: none;
}
.reallyHidden { display: none !important;}
