html {
    font-size: 10pt;
}

body {
    margin-bottom: 40pt;
}

/* テキスト中央寄せ */
span {
  padding-top: 5px;
}

.form-group {
    margin-bottom: 2re;
}

.main {
    padding-top: 80px;
}

.title_logo {
    width: 50%;
}

.title_logo2 {
    width: 152px;
    height: 41px;
}

.title_area {
    background-color: #191970;
    color: #ffffff;
    padding: 5px 10px 1px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.condition_area {
    padding: 20px 30px 0px 30px;
    border: 1px solid #999999;
}

.button_area {
    padding: 0px 20px;
}

.message {
    color: #ff0000;
}

.error-message {
    color: #ff0000;
}

.required_item {
    color: #ff0000;
    padding-left: 5px;
}

.amount {
    text-align: right;
}

.datep {
    text-align: left;
}

.table-a {
    text-align: left;
}

/* ラベルを左揃えにしたい時に使う */
.text-align-left {
    text-align: left !important;
}

/* ラベルは右揃え＆太字 */
.col-form-label {
    text-align: right;
    font-weight: bold !important;
}

.card {
    padding: 0px;
}

/* マーカーライン */
.marker_yellow {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

/* 項目の上下マージンを詰める */
/*
.form-group {
    margin-bottom: 0;
}
*/
/* ----------------------------------------- */

/* loading */

  #loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    z-index: 998;
    opacity: 0.6;
  }

  #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #ffffff;
    z-index: 999;
  }

  /* ----------------------------------------- */

#search_btn {
    width: 100px;
}
.btn-secondary .btn-danger{
    width: 100px;
}