body {
    font-family: 'Meiryo';
}

.hidden {
    display: none;
}

a {
    color: #00B7FF;
}

a:hover {
    color: #B0E0E6;
}

.display-body {
    padding: 20px;
    width: calc(100% - 220px);
}

.display-title {
    display: inline-block;
    vertical-align: top;
  
  /* color: #fff;
  text-shadow: 1px 1px 0 #007bff,
               -1px 1px 0 #007bff,
               1px -1px 0 #007bff,
               -1px -1px 0 #007bff; */
}

.table tr th {
    border-bottom-width: 0px;
    font-weight: normal;
    font-size: 14px;
}

/* ローディングアニメーション
適用するエレメントは、最前面に来るようにする必要があります。 */
#loading {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index: 9999;
}

#loading::before {
    content:"";
    display:block;
    position:fixed;
    left:50%;
    top:50%;
    width:50px;
    height:50px;
    border-radius:5px;
    margin-top:-15px;
    margin-left:-15px;
    /* background:white; */
}

#loading::after {
    content:"";
    display:block;
    position:fixed;
    left:50%;
    top:50%;
    width:64px;
    height:64px;
    border-radius:40px;
    margin-top:-20px;
    margin-left:-20px;
    border:8px solid #60ABB9;
    border-right:8px solid white;
    animation: rotate 1s infinite linear;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

a.ap_download {
    text-decoration: none;
    color: white;
}
a.ap_download:link { color:white; }
a.ap_download:visited { color:white; }
a.ap_download:hover { color:white; }
a.ap_download:active { color:white; }

.main {
    display: inline-flex;
    width: 100%;
    /** ヘッダー分の高さを引く */
    min-height: calc(100vh - 54px);
}

/** ヘッダーメニュー */
.header-dropdown-menu {
    background: #343a40;
    border: none;
}

.header-dropdown-item.active,
.header-dropdown-item:focus,
.header-dropdown-item:hover {
    background-color: transparent;
}

.header-dropdown-item a {
    padding: 4px 0px;
}

.navbar-dark .navbar-nav .active>.header-link {
    color: #1CB5E0;
    text-decoration: underline;
}

.navbar-dark .navbar-nav .header-link {
    color: #1CB5E0;
}

li.header-item {
    margin: 0px 10px;
}

.header-app-name {
    margin-bottom: 0;
    margin-right: 24px;
    /* +Punchリンクを一時無効。index画面実装時に解除 */
    pointer-events: none;
}
.header-login-user {
    color: #fff;
    text-decoration: none;
    margin-left: auto;
}

.header-app-name a {
    color: #fff;
    text-decoration: none;
}

.headerMenu {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
.display-body {
    margin-top: 50px;
    padding-left: 0px;
}

/* サイドメニュー */
#sideMenu {
    width: 220px;
}

.sideMenuInner li {
    padding: 8px 10px; /* 縦幅を狭く */
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 15px;
    max-height: none;
}

.sideMenuInner li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: flex;
}

.sideMenuInner li span {
    display: block;
    margin-left: 8px;
    cursor: pointer;
}

.sideMenuInner li svg {
    font-size: 24px;
}

.sideMenuInner{
    position: sticky;
    position: fixed;
    margin-top: 50px;
    height: 100%;
    width: 200px;
}
