@charset "UTF-8";

html {
    overflow-y: scroll;
    font-size: 14px;
}

body {
    font-family: 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    'ＭＳ Ｐゴシック', 'Open Sans', sans-serif;
    background-color: #333333;
    padding: 0 !important;
}

#boxed-wrapper {
    background-color: #fff !important;
    overflow: hidden;
}

/* リンク色のロールバック調整 */
a {
    color: #337ab7;
}

/* パスワードリセットページなど一部のみで使用 */
h2 {
    font-size: 23px;
}

/* 定義リスト */
dl {
    font-size: 13px;
}

dt {
    font-weight: normal;
    margin-bottom: 0.1em;
}

dd {
    margin-left: 1em;
    margin-bottom: 0.1em;
}

/* ラベル */
label {
    display: block;
    margin-bottom: 5px;
}

label {
    font-weight: normal;
}

/* code と pre の色をデフォルトに戻す */
pre {
    color: inherit;
}
code {
    color: inherit;
}

/* 縦マージン調整 */
.top-margin {
    margin-top: 28px;
}

/* アイコンとテキストの間隔を空ける */
.icon-padding-right {
    padding-right: 0.7em;
}

.icon-padding-left {
    padding-left: 0.7em;
}

/* 縦に長いフォーム */
.long-form {
    min-height: 200px;
}

/* トップページ用 */
.sub-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 14px 0;
    font-weight: 600;
}

/* ナビゲーションバー */
.navbar {
    border-bottom: 1px solid #e6e6e6;
}
.navbar-light .navbar-nav .nav-link {
    color: #777;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:has(.nav-link:focus) {
    background-color: #e5f5ff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0056b3;
}

.navbar-light .dropdown-item .nav-link:focus,
.navbar-light .dropdown-item .nav-link:hover {
    color: #0056b3;
}

/* ブランドロゴ */
.navbar-brand {
    margin-top: 2px;
    font-family: "Segoe UI light", "Helvetica Neue", Helvetica, Arial, Roboto, "游ゴシック",
    YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    'ＭＳ Ｐゴシック', 'Open Sans', sans-serif;
    font-size: 32px;
}

.navbar-light .navbar-text a {
    color: #337ab7;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:active{
    color: #0056b3;
}

.required {
    font-size: 80%;
    color: orange;
    display: inline-block;
    margin-left: 10px;
}

.error_block {
    font-size: 80%;
    color: red;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}

.border_red {
    border: 1px solid red !important;
}

.navbar .btn-navbar {
    background: #63afcb;
}

.watch_list .icon-question-sign {
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.footable-row-detail-row {
    padding: 5px;
    display: block !important;
}

.footable-detail-show {
    padding: 8px !important;
}

.easy-box {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    padding: 30px;
    margin: 5px 0 10px 0;
    display: inline-block;
    *zoom: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.easy-box.narrow {
    padding: 20px 40px 10px 40px;
}

.easy-box.narrow * {
    margin-bottom: 5px;
}

.easy-box.top {
    margin-top: 18px;
    background-color: rgba(255, 255, 255, 0.95);
}

.icon-box {
    padding-left: 45px;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    min-height: 145px;
}

.icon-box .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}

@media ( max-width: 990px) {
    .icon-box {
        margin-right: 3px;
        margin-left: 3px;
        margin-bottom: 40px;
        min-height: 100px;
    }
}

@media ( min-width: 1200px) {
    .icon-box {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* フッター */
.footer {
    background: #404040;
    min-height: 60px;
    padding: 25px 0 0 0;
    margin-top: 50px;
    color: #fff;
}

.footer a {
    color: #bfbfbf;
}

footer a:hover {
    color: #fff;
}

footer i:before {
    color: #595959;
}

footer a:hover i:before {
    color: #fff !important;
}

footer .footNotes {
    margin: 20px 0 0 0;
    padding: 23px 0 5px 0;
    background: #333333;
}

footer .copy {
    color: #999;
}

/* h3用 */
.two-lines {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px 0;
}

.two-lines:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 8px;
}

/* h4用 */
.two-lines-second {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.two-lines-second:after {
    content: " ";
    display: block;
    width: 70%;
    min-width: 255px;
    height: 2px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 4px;
}

.form-block {
    margin-bottom: 30px;
}

/* table */
.pretty-table table {
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin-bottom: 1rem;
}

.pretty-table th {
    background-color: #f7f5f0;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px !important;
    line-height: 14px !important;
    white-space: nowrap !important;
}

.pretty-table th,
.pretty-table td {
    font-size: 12px;
    padding: 9px 17px;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
}

.pretty-table td {
    padding: 5px 10px !important;
    line-height: 14px !important;
}

.pretty-table .table thead th,
.pretty-table .table thead td {
    border-left: none;
    border-bottom: none;
}

.pretty-table tr:last-child th,
.pretty-table tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.pretty-table tbody tr:first-child td {
    border-top: none;
}

.pretty-table tr th:first-child,
.pretty-table tr td:first-child {
    border-left: 1px solid #ddd;
}

.pretty-table th:first-child {
    border-top-left-radius: 4px;
}

.pretty-table th:last-child {
    border-top-right-radius: 4px;
}

.pretty-table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.pretty-table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}


span.footable-toggle:before {
    padding-right: 0.3em;
}


/* 飾り付きリスト */
.normal.arrow-right li:before {
    content: "▶";
}

.normal li:before {
    content: "-";
    color: #63afcb;
    position: absolute;
    left: 0;
    top: 14px;
    font: 11px/1em "Arial", sans-serif;
    font-style: normal;
}

.normal.dot li:before {
    content: "\2022";
    font-family: "Arial", sans-serif;
    font-size: 24px;
    top: 9px;
}

.normal li:first-child:after {
    border-top: none;
}

.normal li:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    border-top: 1px solid #e6e6e6;
}

.normal li {
    position: relative;
    padding: 10px 0 10px 20px;
}

.normal {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

/* 状態表示：アイコン用 */
.check-stop {
    font-size: 20px;
    color: #EE9d2c;
}

.check-ok {
    font-size: 21px;
    color: #50b850;
}

.check-ng {
    font-size: 21px;
    color: #c96c45;
}

.check-wait {
    font-size: 20px;
    color: #ddd;
}

.hidden_box {
    visibility: hidden;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 0;
}

.no_select {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.inline-block {
    font-size: 0;
}

.color_box {
    width: 32px;
    height: 32px;
    letter-spacing: normal; /* 文字間を通常に戻す */
    display: inline-block;
    _display: inline;
    margin: 0;
    padding: 4px 0 0 2px;
    border: solid 1px #E6E6E6;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #C6E5FF;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.color_box:hover {
    cursor: pointer;
}

.color_box_nochecked {
    background-color: #999999;
    font-weight: normal;
}

/* ツールチップ */
.tooltip-inner {
    background-color: #469;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #469;
}

.h3-tooltip {
    font-size: 16px;
    color: #488acc;
    margin-top: 3px;
}

/* インラインフォーム */
.inline {
    display: inline;
    width: auto;
    max-width: 100%;
}

/* アイコンのみのボタンを薄くする */
.icon-only-button {
    color: #555;
}

/* マイモニタータブの影 */
.nav-monitor {
    box-shadow: 0 -7px 7px -7px rgba(0, 0, 0, 0.06) inset;
}

.nav-monitor .active {
    box-shadow: 0 -7px 7px -7px rgba(0, 0, 0, 0.06);
}

/* 定義リストに文字サイズを合わせたテーブル */
.df-table {
    font-size: 13px;
}

.df-table > tbody > tr > td {
    padding-right: 1em;
}

/* ヘルプブロックの文字を小さく */
.help-block {
    font-size: 13px;
}

.brand_logo {
    width: auto;
    max-height: 45px;
    margin: 0;
    padding-right: 1em;
}

.footer-brand {
    font-family: "Segoe UI light", "Helvetica Neue", Helvetica, Arial, Roboto, "游ゴシック",
    YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    'ＭＳ Ｐゴシック', 'Open Sans', sans-serif;
}

.log-download {
    font-size: 13px;
}

@media (max-width: 767px) {
    .form-control {
        font-size: 16px;
        height: 36px;
    }
}

/* ボタン色変更 */
.btn-primary {
    background-color: #488acc;
    border-color: #3681c1;
}
.btn-primary:hover {
    background-color: #327bb8;
}
.btn-primary:focus {
    background-color: #327bb8;
}


/* ログイン画面でのニュース */
.news-wrapper .news p {
    padding: .5em 0 .75em;
    text-align: right;
}
.news-wrapper .news dl {
    overflow: hidden;
    margin-bottom: 10px;
}
.news-wrapper .news dl dt {
    font-size: 14px;
    line-height: 1.4;
}
.news-wrapper .news dl dt span {
    display: none;
    visibility: hidden;
}
.news-wrapper .news dl dd {
    line-height: 1.4;
}
.news-wrapper .news dl dd a:hover {
    text-decoration: underline !important;
}
.news-wrapper .news p a:hover {
    text-decoration: underline !important;
}


/* SavaMoni用のカード色 */
.card-savamoni-default {
    border-color: #ddd;
}
.card-savamoni-default > .card-header {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.card-savamoni-default > .card-header + .panel-collapse > .card-body {
    border-top-color: #ddd;
}
.card-savamoni-default > .card-header .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.card-savamoni-default > .panel-footer + .panel-collapse > .card-body {
    border-bottom-color: #ddd;
}

.card-savamoni-default > .card-header {
    color: #333333;
    background-color: #f7f5f0;
    border-color: #ddd;
}
.card-savamoni-default > .card-header + .panel-collapse > .card-body {
    border-top-color: #ddd;
}
.card-savamoni-default > .card-header .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.bg-danger-light {
    background-color: #fff4ed;
}
.card.bg-danger-light {
    background-color: #fff4ed;
}


/* btn-sm ボタンサイズ調整 */
.btn-group-sm>.btn, .btn-sm {
    font-size: 0.97rem;
}

/* btn-default emulation ここから */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #d2d2d2;
}

.btn-default:hover {
    background-color: #dedede;
    border-color: #b3b3b3;
}

.btn-default:focus, .btn-light.focus {
    background-color: #dedede;
    border-color: #929292;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-default.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
/* btn-default emulation ここまで */

/* btn-xs emulation ここから */
.btn-xs {
    padding: 0.2rem 0.35rem;
    font-size: 0.9rem;
    line-height: 1.25;
    border-radius: 0.2rem;
}
/* btn-xs emulation ここまで */