html {
  overflow-y: scroll;
  height: 100%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.notice {
  font-weight: normal;
  color: #666;
}

.error_message {
  color: #F00;
}

label {
  font-weight: normal;
}

.focus {
  background: #FCC;
}

.alert {
    display: none;		/* 初期状態は非表示 */
    position: fixed;
    width: 350px;
    top: 30%;
    left: 50%;
    margin-left: -175px;
    margin-top: -25px;
}

.name {
  font-size: 14px;
}

.kana {
  font-size: 10px;
}

#inprogress{
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -30px;
}

.navbar {
  background-color:#0FF;
}

th.header {
  text-align: center;
  vertical-align: middle;
  background-color: #ead5ff;
  font-size: 11px;
}

td {
  vertical-align: middle;
}

td.v-middle {
  vertical-align: middle;
}

.table {
  margin: 0;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: auto;
  pointer-events: none;
}
.modal-content {
  pointer-events: all;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ページの先頭へ戻るボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#pagetop a {
  background: #FFAA00;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pagetop a:hover {
  background: #FFCC00;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■メインメニューのリンクの文字色
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.main_menu {
  color: #FFF;
}

.main_menu a:hover {
  color: #000;
}


#panel_tab_list {
  padding: 0;
  margin-top: 5px;
  margin-left: 5px;
}

#inprogress {
  display: none;
}


.calendar, .calendar_month {
  display:inline;
}

.set_pager, .set_pager_month {
  padding: 0;
  text-align: center;
}

#set_select_send_images {
  display: none;
}

span .header {
  background-color: #ead5ff;
  padding: 5px;
}

.label_failure {
  font-size: 10px;
  font-weight: normal;
}