﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.SmallInput {
    font-size: 2px
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* 共通
-------------------------------------------------- */
html, body {
    background-color: whitesmoke;
}

/* header */
.mt-60 {
    margin-top: 60px;
}
.mt-90 {
    margin-top: 90px;
}
.tz-bg {
    background-color: #3C8DBC;
}
header nav .container {
    background-color: #3C8DBC;
}
    header nav .container a:link,
    header nav .container a:visited,
    header nav .container a:hover,
    header nav .container a:active {
        color: #fff;
    }

.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,255);
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-btn {
    color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    background-color: #101010;
}
.btn-account {
    font-size: 12px;
    color: #fff;
    border: 2px solid #fff;
    padding: 3px;
    margin-left: 10px;
    border-radius: 30px;
}

.show {
    display: block;
}

#navbar {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
    z-index: 3;
}
    #navbar ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.account-frame {
    position: relative;
}
    .account-frame .account-form {
        position: absolute;
        top: 35px;
        right: 0px;
        width: 300px;
        height: auto;
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-radius: 2px;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        display: none;
        z-index: 999;
    }
    .account-form .user-field {
        margin-top: 10px;
        margin-bottom: 10px;
    }
.user-field .name {
    font-size: 28px;
}

.md-pc-account, .md-pc-agg {
    display: inline-block;
}

.md-mb-account, .md-mb-agg {
    display: none;
}

.other-bar {
    margin-top: 56px;
    z-index: 998;
}
.infoBar, .errbar {
    position: relative;
    border: none;
    min-height: 30px;
    overflow-y: hidden;
    color: #fff;
}
.errbar {
    border: none;
    background-color: #FF5050;
    min-height: 30px;
    overflow-y: hidden;
    color: #fff;
}
.infoBar {
    background-color: #3F51B5;
    border-bottom: 1px solid #fff;
}
#infoBrand, #errBrand {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 22px;
    color: #fff;
    padding: 0;
    padding-right: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow-y: hidden;
    -ms-overflow-style: none;
}
    #errBrand::-webkit-scrollbar {
        display: none;
    }
#btnInfoClose, #btnOpenClose {
    width: 28px;
    padding: 0;
    color: #fff;
    background: none;
    background-color: #FF5050;
    border: none;
    border: 1px solid #fff;
    position: absolute;
    top: 2px;
    right: 0px;
}
#btnInfoClose {
    background-color: #3F51B5;
    border: none;
}


/* body */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.arrow-top {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(315deg);
    margin-top: 12px;
}

/* Information
-------------------------------------------------- */
.news-date {
    width: 140px;
    font-weight: bold;
}

.news-category {
    width: 100px;
}

.news-category.info {
    color: #fff;
    background-color: #1a2e56;
    padding: 1px;
    text-align:center;
}

.card-header.info {
    background-color: #3C8DBC;
}

.nav-tabs .nav-item .nav-link:link,
.nav-tabs .nav-item .nav-link:visited {
    color: #fff;
}
.nav-tabs .nav-item .nav-link.active:link,
.nav-tabs .nav-item .nav-link.active:visited {
    color: #333;
}
.tab-pane {
    padding: 5px;
}

.info-link {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    color: #0066c0;
}
    .info-link:hover { color: #002080; outline: 0; }
    .info-link:active { border: none; outline: 0; }
    .info-link:focus { outline: 0; }


/* Manage
-------------------------------------------------- */
        .tbl-account tr th {
    background-color: #ddd;
    border-bottom: 1px solid #fff;
}
.tbl-account tr:last-child th {
    border-bottom: 1px solid #ddd;
}

.tbl-account tr td {
    border-bottom: 1px solid #ddd;
}

/* スマホサイズ */
@media (max-width: 575.98px) {
    h2 {
        font-size: 16px;
    }

    .md-pc-account, .md-pc-agg {
        display: none;
    }

    .md-mb-account, .md-mb-agg {
        display: inline-block;
    }

    .other-bar {
        margin-top: 50px;
    }

    /* Menu-Agg */
    .nav-item {
        display: block;
    }
    #navbar,
    .agg-menu,
    .account-item {
        display: none;
    }
}
/* タブレットサイズ */
@media (min-width: 575.99px) and (max-width: 767.98px) {
    #navbar {
        top: 48px;
    }
}
/* PC～タブレットサイズ */
@media (min-width: 767.99px) and (max-width: 2028px) {
}
