﻿body
{
    font-size:medium;
	margin:0px;
	padding:0px;
	z-index:2;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
::placeholder {
  color: #777;
}

.headerline {
  padding:1rem 0 0 0;
}

.hr_list {
  border-top: 1px solid #506C8C;
  background-color:#506C8C;
  height: 1em;
  text-align: center;
  overflow: visible;
}
.hr_list::after {
  content: "DataList";
  background: #fff;
  color: #000;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
  position: relative;
  top: -0.3em;
  padding: 0 2em;
}
.hr_dataseparate
{
  border: 0;
  height: 1px;
  background: #000;
  background-image: -webkit-linear-gradient(left, #fff, #000, #ccc);
  background-image:    -moz-linear-gradient(left, #fff, #000, #ccc);
  background-image:     -ms-linear-gradient(left, #fff, #000, #ccc);
  background-image:      -o-linear-gradient(left, #fff, #000, #ccc);
  margin-bottom:30px;
  margin-top:30px;
}
.site-header {
	background: #1b3123;
	justify-content: space-between;
	width: 100%;
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: bold;
	text-decoration-line: none;
	z-index: 1000;
    position:fixed;
}
.site-header .padding {
    padding: 8px;
}

.site-header-sub {
	display: flex;
	position: absolute;
	justify-content: space-between;
	background: #eee;
	width: 100%;
	font-weight: bold;
	text-decoration-line: none;
	top: 51px;
	z-index: 0;
}
.MsgClass
{
    top:15%;
    left:50%;
    transform: translateX(-50%); 
    z-index:15;
    position:fixed;
    z-index:100;
}
.MsgClass2
{
    top:55px;
    right:0px;
    z-index:100;
    position:fixed;
}
.MsgClass3
{
    top:115px;
    right:0px;
    z-index:100;
    position:fixed;
}
.MainContents {
	top: 105px;
	left: 10px;
	position:absolute;
}
.MainContentsArea {
	position: absolute;
    padding:0px 10px 10px 15px;
}
input[type="checkbox"] {
  background-color:white;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #555;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
input[type="text"]
{
    border:1px solid #000;
    color:#000;
    border-radius: 0.3em;
    font-size:16px;
    padding:5px;
    margin:0px;
}
input[type="date"]
{
    color:#000;
    border-radius: 0.3em;
    font-size:16px;
    padding:5px;
    margin:0px;
}
input[type="number"]
{
    color:#000;
    border-radius: 0.3em;
    font-size:16px;
    padding:5px;
    margin:0px;
}

input[type="password"]
{
    color:#000;
    border-radius: 0.3em;
    font-size:16px;
    padding:5px;
    margin:0px;
}
select
{
    color:#000;
    border-radius: 0.3em;
    font-size:16px;
    padding:5px;
    margin:0px;
}
textarea
{
    color:#000;
    border-radius: 0.3em;
    font-size:16px;
    padding:5px;
    margin:0px;
}

.Button {
    display         : inline-block;
    border-radius   : 1em;
    text-align      : center;
    background      : #EEE;
    color           : #000;
    line-height     : 1.5em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #009;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :0.1em 0.7em;
    margin          :3px 0px 1px 0px;
    text-decoration : none;
}
.Button:hover {
  box-shadow    : none;
  color         : #009;
  background    : #fff;
}

.searchButton {
    display         : inline-block;
    border-radius   : 1em;
    text-align      : center;
    background      : #EEE;
    color           : #000;
    line-height     : 1.5em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #009;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :0.1em 0.7em;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.searchButton:hover {
  box-shadow    : none;
  color         : #009;
  background    : #fff;
}
.searchButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
}
.resetButton {
    display         : inline-block;
    border-radius   : 1em;
    text-align      : center;
    background      : #EEE;
    color           : #000;
    line-height     : 1.5em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #009;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :0.1em 0.7em;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.resetButton:hover {
  box-shadow    : none;
  color         : #009;
  background    : #fff;
}
.resetButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e2";
}
.csvButton {
    display         : inline-block;
    border-radius   : 1em;
    text-align      : center;
    background      : #EEE;
    color           : #000;
    line-height     : 1.5em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #009;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :0.1em 0.7em;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.csvButton:hover {
  box-shadow    : none;
  color         : #009;
  background    : #fff;
}
.csvButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f6dd";
}
.pdfButton {
    display         : inline-block;
    border-radius   : 1em;
    text-align      : center;
    background      : #EEE;
    color           : #000;
    line-height     : 1.5em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #009;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :0.1em 0.7em;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.pdfButton:hover {
  box-shadow    : none;
  color         : #009;
  background    : #fff;
}
.pdfButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
}

.NotEnableButton {
    display         : inline-block;
    border-radius   : 10px;
    text-align      : center;
    background      : #777;
    color           : #ccc;
    line-height     : .9em;
    border          : 1px solid #000;
    padding         :5px 7px;
    margin          :0px 0px 5px 0px;
}

.editButton {
    display         : inline-block;
    border-radius   : 10px;
    text-align      : center;
    background      : #009;
    color           : #fff;
    line-height     : .9em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #000;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :5px 7px;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.editButton:hover {
  box-shadow    : none;
  color         : #000;
  background    : #fff;
}
.editButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
}

.registButton {
    display         : inline-block;
    border-radius   : 10px;
    text-align      : center;
    background      : #c50;
    color           : #fff;
    line-height     : .9em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #c50;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :5px 7px;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.registButton:hover {
  box-shadow    : none;
  color         : #c50;
  background    : #fff;
}
.registButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c7";
}

.registButtonL {
    display         : inline-block;
    border-radius   : 30px;
    text-align      : center;
    background      : #c50;
    color           : #fff;
    font-size       : large;
    line-height     : .9em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #c50;
    font-weight     :bold;
    cursor          :pointer;
    padding         :6px 10px;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.registButtonL:hover {
  box-shadow    : none;
  color         : #c50;
  background    : #fff;
}
.registButtonL::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c7";
}

.deleteButton {
    display         : inline-block;
    border-radius   : 10px;
    text-align      : center;
    background      : #900;
    color           : #fff;
    line-height     : .9em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #900;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :5px 7px;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.deleteButton:hover {
  box-shadow    : none;
  color         : #900;
  background    : #fff;
}
.deleteButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
}
.visibleButton {
    display         : inline-block;
    border-radius   : 10px;
    text-align      : center;
    background      : #477;
    color           : #fff;
    line-height     : .9em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #477;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :5px 7px;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.visibleButton:hover {
  box-shadow    : none;
  color         : #477;
  background    : #fff;
}
.visibleButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
}
.unvisibleButton {
    display         : inline-block;
    border-radius   : 10px;
    text-align      : center;
    background      : #477;
    color           : #fff;
    line-height     : .9em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #477;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :5px 7px;
    margin          :0px 0px 5px 0px;
    text-decoration : none;
}
.unvisibleButton:hover {
  box-shadow    : none;
  color         : #477;
  background    : #fff;
}
.unvisibleButton::before {
    font-family: "Font Awesome 5 Free";
    content: "\f070";
}

.deleteButtonL {
    display         : inline-block;
    border-radius   : 30px;
    text-align      : center;
    background      : #900;
    color           : #fff;
    font-size       : large;
    line-height     : .9em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #900;
    font-weight     :bold;
    cursor          :pointer;
    padding         :6px 10px;
    text-decoration : none;
}
.deleteButtonL:hover {
  box-shadow    : none;
  color         : #900;
  background    : #fff;
}
.deleteButtonL::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
}

.error-text {
    color: #FF0000;
    font: bold;
}
 
.Table-Area {
    overflow: auto;
}
/*テーブル全体の設定*/
table,tbody,tr,th,td {
    /*border-spacing: 0;*/
    padding:0.1em;
    border-collapse: collapse;
    line-height:20px;
}
/*thead{
  position: sticky;
  top: 0px;
}*/
th {
    border: 0px none;
}
.noborder 
{
    border: 0px none;
}
.th2
{
	background-color:#eee;
}

/*.DummyForm table, tr, th, td
{
    padding:0px;
    border:0px none;
}*/
.ItemForm tr
{
    padding:0px;
    border:1px solid #000;
}
.ItemForm th
{
    border:1px solid #000;
	color:#fff;
	background-color:#506C8C;
    padding:4px;
}
.ItemForm td
{
    border:1px solid #000;
    padding:4px;
}
.PaymentItemForm tr
{
    padding:0px;
    border:1px solid #000;
}
.PaymentItemForm th
{
    border:1px solid #000;
	color:#fff;
	background-color:#660066;
    padding:4px;
}
.PaymentItemForm td
{
    border:1px solid #000;
    padding:4px;
}

.InsertForm table, tr, th
{
    border:1px solid #000;
    white-space: nowrap;
    
}
.InsertForm th
{
	color:#fff;
	background-color:#582828;
}
.InsertForm td
{
    border:1px solid #000;
}

.EditForm table, tr, th
{
    border:1px solid #000;
    white-space: nowrap;
}
/* 入れ子のテーブルのボーダーをすべて消す */
.noborder {
    border: 0px none !important; /* 外枠のボーダーを消す */
    border-collapse: separate !important; /* ボーダーの結合を無効化 */
    border-spacing: 0px !important; /* セル間のスペースを消す */
    margin: 0px !important; /* テーブル外の余白を消す */
    padding: 0px !important;
}

.noborder *, .noborder table {
    border: 0px none !important; /* すべてのボーダーを消す */
}

.noborder tbody, .noborder tr, .noborder th, .noborder td {
    border: 0px none !important; /* 各セルのボーダーも消す */
    padding: 0.1em !important;
    background-color: transparent !important;
    line-height: normal !important;
    white-space: nowrap;
}

.noborder input, .noborder select, .noborder textarea {
    border: 1px solid #ccc !important; /* テキストボックスやドロップダウンの枠を復元 */
    padding: 0.2em !important; /* 必要に応じてパディングを調整 */
    background-color: #fff
}
.RequiredControls
{
    background: #faa !important; /* 背景色を強制適用 */
    font-size: 16px !important;  /* フォントサイズを強制適用 */
}

.EditForm th
{
    border:1px solid #000;
	color:#fff;
	background-color:#1b3123;
    padding:4px;
}
.EditForm td
{
    border:1px solid #000;
    padding:4px;
}
.GridScroll
{
   overflow-y: auto;
   max-height: 85vh;
   max-width:97vw;
}
.GridScrollMini
{
   overflow-y: auto;
   max-height: 30vh;
   max-width:97vw;
}
.GridScrollMiddle
{
   overflow-y: auto;
   overflow-x: auto;
   min-height: 10vh;
   max-height: 80vh;
   max-width:97vw;
}
.GridScrollX
{
    overflow-y: auto;
    overflow-x: auto;
   max-width:98vw;
}
.GridScrollSearchTH {
  position: sticky;
  background-color:#990000;
  background-clip: padding-box;
  top: -1px;
  z-index:3;
}
.GridScrollNomalTH {
  position: sticky;
  background-color:#5D7B9D;
  background-clip: padding-box;
  top: -1px;
  z-index:3;
}
.GridScrollFreezingSearchTHCol
{
    border:5px solid #000;
  position: sticky;
  top: -1px;
  left:0px;
  z-index:4;
  background-color:#990000;
  background-clip: padding-box;
}
.GridScrollFreezingTHCol
{
    border:5px solid #000;
  position: sticky;
  top: -1px;
  left:0px;
  z-index:4;
  background-color:#5D7B9D;
}
.FreezingCol
{
  position: sticky;
  left:-1px;
  z-index:2;
  background-color:#f4f4f4;
}
.FreezingColInsert
{
  position: sticky;
  left:-1px;
  z-index:2;
  background-color:#582828;
  background-clip: padding-box;
  color:white;
  font-weight:bold;
}
.GridScrollNest
{
  z-index:2;
   overflow-y: scroll;
   max-height: 50vh;
}
.GridScrollNest thead {
  z-index:2;
  position: sticky;
  background-color:#5D7B9D;
  background-clip: padding-box;
  top: -1px;
}
.GridScrollEdit
{
   overflow-y: scroll;
   min-height: 0vh;
   max-height: 50vh;
}
.GridScrollEdit th {
  position: sticky;
  background-color:#1b3123;
  background-clip: padding-box;
  top: -1px;
}
.scroll-hint-icon {
    z-index:3;
  top: 10%;
}
legend
{
    position: relative;
    background: #ffd98a;
    padding: 2px 15px 2px 35px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    font-size:x-large;
    font-weight:bold;
}
legend::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ffa337;
    font-weight: 900;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -0.7em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.legendConfigClass
{
    position: relative;
    background: #ffd98a;
    padding: 2px 15px 2px 35px;
    font-size: 20px;
    color: #474747;
    border-radius: 5px 10px 10px 0;
    font-size:x-large;
    font-weight:bold;
}
.legendConfigClass::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ad";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ffa337;
    font-weight: 900;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -0.7em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.legendCustomerClass
{
    position: relative;
    background: #ffd98a;
    padding: 2px 15px 2px 35px;
    font-size: 20px;
    color: #474747;
    border-radius: 5px 10px 10px 0;
    font-size:x-large;
    font-weight:bold;
}
.legendCustomerClass::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ffa337;
    font-weight: 900;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -0.7em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.legendClass
{
    position: relative;
    background: #ffcdcd;
    padding: 2px 15px 2px 20px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    font-size:medium;
    font-weight:bold;
}
.legendClass::before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    display: inline-block;
    line-height: 30px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #33aaff;
    font-weight: 900;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -1.0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.legendInsertClass
{
    position: relative;
    background: #ff8f8f;
    padding: 2px 15px 2px 25px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    font-size:medium;
    font-weight:bold;
}
.legendInsertClass::before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    display: inline-block;
    line-height: 30px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #582828;
    font-weight: 900;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -1.0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.legendEditClass
{
    position: relative;
    background: #8cc994;
    padding: 2px 15px 2px 25px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    font-size:medium;
    font-weight:bold;
}
.legendEditClass::before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    display: inline-block;
    line-height: 30px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #004509;
    font-weight: 900;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -1.0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.legendListClass
{
    position: relative;
    background: #cadff4;
    padding: 2px 15px 2px 25px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    font-size:medium;
    font-weight:bold;
}
.legendListClass::before {
    font-family: "Font Awesome 5 Free";
    content: "\f022";
    display: inline-block;
    line-height: 30px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #178fe5;
    font-weight: 900;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -1.0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.EditCss
{
    position: relative;
    background: #eeffdf;
    padding: 2px 15px 2px 20px;
    font-size: 16px;
    color: #474747;
    border-radius: 0 10px 10px 0;
}
.EditCss::before {
    content: "\f044";
    display: inline-block;
    line-height: 25px;
    position: absolute;
    padding: 0.2em;
    color: white;
    background: #1b3123;
    font-weight: 900;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    left: -1.25em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.SearchCss
{
    position: relative;
    background: #ebeafa;
    padding: 2px 15px 2px 20px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
}
.SearchCss::before {
    content: "\f002";
    display: inline-block;
    line-height: 25px;
    position: absolute;
    padding: 0.2em;
    color: white;
    background: #724cc7;
    font-weight: 900;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    left: -1.25em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    bor
}
.DuplicateCss
{
    position: relative;
    background: #ffe4e1;
    padding: 2px 15px 2px 20px;
    font-size: 16px;
    color: #474747;
    border-radius: 0 10px 10px 0;
}
.DuplicateCss::before {
    content: "\f24d";
    display: inline-block;
    line-height: 25px;
    position: absolute;
    padding: 0.2em;
    color: white;
    background: #724cc0;
    font-weight: 900;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    left: -1.25em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.ViewCss
{
    position: relative;
    background: #477;
    padding: 2px 15px 2px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 0 10px 10px 0;
}
.ViewCss::before {
    content: "\f06e";
    display: inline-block;
    line-height: 25px;
    position: absolute;
    padding: 0.2em;
    color: white;
    background: #477;
    font-weight: 900;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    left: -1.25em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.Freezing
  {
    position: relative;
    top:expression(this.offsetParent.scrollTop);
    z-index: 10;
  }
.Highlight
{
    background:#FFFACD;
}
/* Label Message */
.Message
{
    display: block;
    box-shadow: 5px 5px 7px #000;
	background-color : #1E50A2;
	color : White;
	padding : 10px 50px 10px 50px;
	font-weight : bold;
	border-radius : 15px;
}
/* Label ErrorMessage */
.ErrorMessage
{
    display: block;
    box-shadow: 5px 5px 7px #000;
	background-color : #C9171E;
	color : White;
	padding : 10px 50px 10px 50px;
	font-weight : bold;
	border-radius : 15px;
}
/* Label InformationMessage */
.InformationMessage
{
    display: block;
    box-shadow: 5px 5px 7px #000;
	background-color : #007b43;
	color : White;
	padding : 10px 50px 10px 50px;
	font-weight : bold;
	border-radius : 15px;
    z-index:999;
}
.GridViewCss 
th
{
    border:0.1px solid #000;
	white-space : nowrap;
	color : #fff;
}
.GridViewCss
td
{
    border:0.1px solid #000;
	padding:4px;
	margin:0px;
}
/* Label UpdateProgressMessage */
.UpdateProgressMessage
{
    top:50%;
    left:50%;
	color : #000;
	border-radius : 15px;
	font-weight : bold;
    z-index:999;
    text-align:center;
    background-color: #fcd98f;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .5);
    padding: 20px;
}
/* ValidatorCalloutExtender */
.Validator
{
	background-color : #FFFACD;
}
/*AutoComplete flyout */
.autocomplete_List
{
    margin : 0px;
    list-style-type : none;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
    margin : 0px;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	overflow : auto;
    text-align : left; 
    list-style : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
/* Accordion */
.accordionSalesReportHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #003300;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

#master_content .accordionSalesReportHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionSalesReportHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionSalesReportHeader
{
    border: 1px solid Black;
    color: white;
    background-color: #003300;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionSalesReportContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 2px;
    padding-top: 2px;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionDeliveryHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #996600;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

#master_content .accordionDeliveryHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionDeliveryHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionDeliveryHeader
{
    border: 1px solid Black;
    color: white;
    background-color: #996600;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionDeliveryContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 2px;
    padding-top: 2px;
}
.accordionTroubleHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #660066;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

#master_content .accordionTroubleHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionTroubleHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionTroubleHeader
{
    border: 1px solid Black;
    color: white;
    background-color: #660066;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionTroubleContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 2px;
    padding-top: 2px;
}

.accordionRentalEarningsHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #B22222;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

#master_content .accordionRentalEarningsHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionRentalEarningsHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionRentalEarningsHeader
{
    border: 1px solid Black;
    color: white;
    background-color: #B22222;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionRentalEarningsContent
{
    background-color: #D3DEEF;
    border: 1px dashed #B22222;
    border-top: none;
    padding: 2px;
    padding-top: 2px;
}

a.Title{/*リンクされた文字*/
    color:White;
    text-decoration:none;
}
a.Title:link {/*未訪問のリンク*/
    color:White;
    text-decoration:none;
}
a.Title:visited {/*訪問後のリンク*/
    color:White;
    text-decoration:none;
}
a.Title:hover {/*マウスをのせたとき*/
    color:White;
    text-decoration:underline;
}
a.Title:active {/*クリック中*/
    text-decoration:none;
}
.TabPanelClass
{
	background-color:#FFF;
    color:#000;
}
.tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
	z-index: -1;
}

.tab-label {
    color: White;
    background: #666666;
	cursor: pointer;
	font-weight: bold;
	order: -1;
    padding: 6px 12px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
    border-radius: 10px 10px 0 0;
}

.tab-label:hover {
    color:white;
	background: #178fe5;
}

.tab-switch:checked + .tab-label {
    background: #990000;
    color:white;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}
.tab-label::after {
	background: #777;
	bottom: 0;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 0;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	box-shadow:0 0 10px rgba(0,0,0,.4);
	height:0;
	opacity:0;
	padding: 0 0px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 3px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}
.menu {
	top: 74px;
	display: flex;
	position: absolute;
	margin: 0;
	padding: 0px;
	z-index: 100;
	width: auto;
	justify-content: space-between;  
}
.menu ul{
  margin:0;
  padding:0;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:12px;
  float: left;
  position: relative;
  padding-left:10px;
  padding-right:10px;
  width: auto;
  height: 30px;
  line-height: 30px;
  background:#1b3123;
  color: #FFF;
  text-align:center;
  font-weight:bold;    
}
.menu ul li a {
  color: #ffed6c;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#666;
  color:#fff;
}
.menu ul li ul {
  position: absolute;
  top: 30px;
  width: 130px;
  z-index: 100;
  text-align:left;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 130px;
  height: 0;
  background:#1b3123;
  text-align:left;
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#666;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:30px;/*サブメニューの高さ*/
  z-index: 10;
  width: 200px;
  text-align:left;
}
.menu * {
  transition: 0.3s;
}
#maincontents {
	z-index: 0;
	opacity: 0.9;
	top: 105px;
	left: 5px;
}

#sitemappath {
	z-index: 100;
	opacity: 0.9;
	top: 40px;
	left: 10px;
}

#nav-drawer {
	z-index: 1010;
	opacity: 0.9;
	position: fixed;
	top: 10px;
	right: 10px;
}

.nav-unshown {
  display:none;
}

#nav-open {
  display: inline-block;
  padding-top:4px;
  padding-right:10%;
  width: 50px;
  height: 24px;
  vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 10px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}


#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 9999;
	width: 60%;
	max-width: 270px;
	height: 100%;
	background: #000;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	opacity: .9;
	color: white;
	font-weight: bold;
}
#nav-content 
a:link { color: yellow;}
#nav-content 
a:visited { color: yellow;}
#nav-content 
a:hover { color: red; }
#nav-content 
a:active { color: red; }
#nav-content 
ul
{
  list-style:none;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .7;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f40;
  opacity: 0.6;
  border-radius: 50%;
  z-index:999;
}
#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: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 0 -10px;
  border-bottom: solid 5px #cccccc;
  padding: 0 1rem;
  color: #fff;
  border-radius: 0px 20px 20px 0px;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  font-size:26px;
  margin-bottom:5px;
}

h1:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
h2 {
  display:block;
  background-color:#850000;
  color:#ffffff;
  border-radius: 0px 20px 20px 0px;
  padding: 0.2em 0.5em;
  border-bottom: solid 5px #cccccc;
  font-size:22px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  margin-bottom:5px;
  margin-top:5px;
}
h3 {
  display:block;
  background-color:#25325f;
  color:#ffffff;
  border-radius: 0px 20px 20px 0px;
  padding: 0.2em 0.5em;
  border-bottom: solid 5px #cccccc;
  font-size:22px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  margin-bottom:5px;
  margin-top:10px;
}
h4 {
  display:block;
  bottom: -10px;
  background-color:#ffd5ac;
  border-radius: 5px 20px 20px 5px;
  padding: 0.2em 0.5em;
  border-left: solid 10px #a93200;
  font-size:14px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  margin-top:5px;
  margin-bottom:5px;
}
h5 {
  font-size:20px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, .1);
  margin-top:10px;
}
h6 {
  position: relative;
  font-size: 32px;
  padding: 5px 5px 0px 70px;
  border-bottom: 3px solid #000;
  border-top:3px solid #000;
  margin: 10px 0 0 0;
  background-color:#eee;
}
h6 span {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  margin:0;
}
h7 {
    margin:  0;
    position:  relative;
    font-weight:  bold;
    font-size:18px;
    display:  inline-block;
    background-color: #f1f5ff;
    margin-left: 10px;
    padding: 0 5px;
}
.line-left {
    display:inline;
    border-left: 1px solid #000;
	padding:10px;
}
.line-wrap {
    position: relative;
    margin-bottom:0px; 
}
.line-wrap:before {
    content:  '';
    background-color: #000;
	display:  block;
    position:  absolute;
    left:  0;
    width:  100%;
    height:  1px;
    top: 0;
    bottom:  0;
    margin:  auto;
}
.DataLockMsg {
    display: block;
    text-align:center;
    font-size:14pt;
    box-shadow: 0px 10px 10px #000;
	background-color : #1E50A2;
	color : White;
	padding : 8px 20px 8px 20px;
	font-weight : bold;
	border-radius :20px 0px 0px 20px;
    z-index:999;
}
.DataLockMsg::before {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
}
.InfomationMsg {
    display: block;
    text-align:center;
    font-size:14pt;
    box-shadow: 0px 10px 10px #000;
	background-color : #50A21E;
	color : White;
	padding : 8px 20px 8px 20px;
	font-weight : bold;
	border-radius :20px 0px 0px 20px;
    z-index:100;
}
.InfomationMsg::before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
}
.FieldBox
{
  margin:10px 0 10px 0;
  display: inline-block;
  border-radius: 0px 10px 10px 10px;
  background: #f1f5ff;
  width: 90%;
  border:double 5px #666;
}
.CautionFieldBox
{
  margin:10px 0 10px 0;
  display: inline-block;
  border-radius: 0px 10px 10px 10px;
  background: pink;
  width: auto;
  border:double 5px #666;
}
.qrcode-text {
  padding-right: 1.7em;
  margin-right: 0;
  vertical-align: middle;
}
.qrcode-text + .qrcode-text-btn {
  width: 1.7em;
  margin-left: -2.5em;
  vertical-align: middle;
}
.qrcode-text-btn {
  padding: 0.5em 0.6em;
  display:inline-block;
  background: url(qr_icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.qrcode-text-btn > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 2px;
  height: 2px;
  opacity: 0;
}
.table_line 
{
	display: table;
}
	
.table_block {
	display: table-cell;
	border: solid 0px;
    padding:2px;
    white-space:nowrap;
    vertical-align:middle;
}
	
.table_block_in {
	display: table-cell;
	border: solid 0px;
    padding:2px 5px 2px 5px;
    white-space:nowrap;
    vertical-align:middle;
    width:140px;
}
.RequiredField
{
    background-color:#ffb2b0;
}
.pdfBlock
{
    border-radius: 1em;
    background-color:#c3c3c3;
    vertical-align: middle;
    display: inline-block;
    padding:10px;
}
.SearchBlock
{
    vertical-align: middle;
    display: inline-block;
    padding:3px 5px 3px 0px;
}
.SearchControls
{
  background: #ccf;
  font-size:16px;
  padding:6px;
}
.RegistControls
{
  font-size:16px;
  padding:6px;
}
.textbox-quantity-container{
    position: relative;
    display: inline-block;
    z-index:0;
}
.textbox-quantity-container input{
    text-align: right;
    width: 40px;
}
.textbox-price-container {
    position: relative;
    display: inline-block;
    z-index:0;
}

.textbox-price-container::after {
    content: "円";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.textbox-price-container input {
    text-align: right;
    width: 90px;
    padding-right: 20px;
}

.textbox-price-container input:focus {
    width: 90px;
    text-align: right;
    padding-right: 20px;
}
.spinner {
  width: 50px; /* サイズ - 可変 */
  height: 40px; /* サイズ - 可変 */
  margin: 0 auto; /* 上下マージン - 可変 */
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: DarkGray; /* ベースの色 - 可変 */
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.Button_FontAwsome {
    display         : inline-block;
    border-radius   : 1em;
    text-align      : center;
    background      : #EEE;
    color           : #000;
    line-height     : 1.5em;
    transition      : .3s;
    box-shadow      : 3px 3px 3px #777;
    border          : 1px solid #009;
    font-weight     :bold;
    font-size       :15px;
    cursor          :pointer;
    padding         :0.1em 0.7em;
    text-decoration : none;
	font-family: "Font Awesome 5 Free"; 
    font-size:large;
}
.Button_FontAwsome:hover {
  box-shadow    : none;
  color         : #009;
  background    : #fff;
}
.autocompleteCompletionList {
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 1000;
}
.grid-cell-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; /* 必要に応じて幅を調整 */
}
.grid-cell-wrap-fix {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; /* 必要に応じて幅を調整 */
    position: sticky;
    left:-1px;
    z-index:2;
    background-color:#f4f4f4;
}