
/* ページトップ */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}


.form-group {
  margin-bottom:0px;
}

.main-header .logo {
 line-height: 25px;
 font-size:19px;
}

.main-header .logo-mini {
 line-height: 50px;
}

#belt_info>.table-condensed>tbody>tr>td, #belt_info>.table-condensed>tbody>tr>th, #belt_info>.table-condensed>tfoot>tr>td, #belt_info>.table-condensed>tfoot>tr>th, #belt_info>.table-condensed>thead>tr>td, #belt_info>.table-condensed>thead>tr>th {
    padding: 1px;
}


.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}



.modal-body {
    position: relative;
	padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}

.selected {background:#e49e61;}


#tableEventShifter{
  /* Need to set the focus.
     So, 'Display: none;' is not working.
  */
  position:absolute;
  z-index: -10;
  height:0;
}
#tableEventShifter2{
  /* Need to set the focus.
     So, 'Display: none;' is not working.
  */
  position:absolute;
  z-index: -10;
  height:0;
}
#tableEventShifter3{
  /* Need to set the focus.
     So, 'Display: none;' is not working.
  */
  position:absolute;
  z-index: -10;
  height:0;
}




.table-hover-cells > tbody > tr > th:hover,
.table-hover-cells > tbody > tr > td:hover {
  background-color: #f5f5f5;
}

.table-hover-cells > tbody > tr > th.active:hover,
.table-hover-cells > tbody > tr > td.active:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > td:hover {
  background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr:hover > td:hover {
  background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
  background-color: #d8d8d8;
}

h1 > .divider:before,
h2 > .divider:before,
h3 > .divider:before,
h4 > .divider:before,
h5 > .divider:before,
h6 > .divider:before,
.h1 > .divider:before,
.h2 > .divider:before,
.h3 > .divider:before,
.h4 > .divider:before,
.h5 > .divider:before,
.h6 > .divider:before {
  color: #777;
  content: "\0223E\0020";

}




.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.bg-header {
    color: #fff;
    background-color: #367fa9;
}


.box-header2 {
color: #444;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}


.login-box, .register-box {
    width: 360px;
    margin-top: 3%;
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
}

.table-orverflow {
  max-height: 600px;
  overflow-y: scroll;
}


.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
}


.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 5px 5px;
  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;
}


.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;

}



input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0px;
  margin-top: 1px \9;
  margin-left: 10px \9;
  line-height: normal;
  vertical-align: top;


}



.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: -10px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 5x;
    margin-bottom: 5px;
}


.required-color1 {
    color: #000000;
    background-color: #ffa07a;
}

.required-color2 {
    color: #000000;
    background-color: #D2D6DE;
}


.red-text {
	color: red;
	font-weight: normal; 
}
.noraml-text {
	color: black;
	font-weight: normal; 
}


.right-control input[type="text"] {
    width: 25%;
}
.left-control input[type="text"] {
    width: 50%;
}

.inline-form-control {
    display: inline-block;
/*    margin-right: 10px; */
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}



.modal-headerfooter {
    padding: 5px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}


.float-left {
    float: left;
}
.float-right {
    float: right;
}
/* クリアフロート */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
}


.content-header {
    position: relative;
    padding: 5px 15px 0 15px;
}

.content {
    padding: 0px 15px 15px 15px;
}


<style>
  .no-border tr td {
    border: none;
  }
</style>


.denpyou-page {
    display: block !important;
    margin: 8px !important;
}

.uriage_warning{
    color:red;
}


.input-with-year {
    display: flex;
    align-items: center; /* 中央揃え */
}

.input-with-year .year-label {
    margin-left: 3px; /* 入力フィールドとの間隔 */
    margin-right: 3px; /* 入力フィールドとの間隔 */
}


/* スピナーボタンを非表示にする */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance: textfield; /* Firefoxでのスピナーボタンの非表示 */
}



.custom-modal-width {
    width: 90%;  /* または希望の幅（例：800pxなど） */
    max-width: 100%;  /* 必要に応じて */
}


.input-with-year {
    display: flex;
    flex-wrap: wrap;       /* 折り返しを許可 */
    align-items: center;
    gap: 1px;              /* 余白を付けて整列 */
}
.input-block {
    display: flex;
    align-items: center;
    margin-right: 0px;
    flex-wrap: wrap; /* 中身が多いと折り返す */
}
.year-label {
    white-space: nowrap;
}