@charset "UTF-8";

html {
    overflow-y: scroll;
}

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;
}

/* パスワードリセットページなど一部のみで使用 */
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;
}

/* 縦マージン調整 */
.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 {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #fff;
}

.navbar .nav > li > a {
    padding: 19px 15px;
    text-shadow: none;
    font-size: 13px;
    border-top: 2px solid transparent;
    margin-top: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e5f5ff;
}

.navbar-default .navbar-nav > li:hover > a {
    border-top: 2px solid #63afcb;
    color: #63afcb;
}

/* ブランドロゴ */
.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;
}

.dropdown-menu {
    min-width: 100px;
}

.dropdown-menu > li > a {
    padding: 3px 16px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e5f5ff;
}

.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;
}

.autowidth {
    width: auto !important;
}

.admin_table th {
    width: 150px;
}

.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;
}


.halflings i:before {
    position: absolute;
    left: 0;
    top: 0;
    font: 12px/1em 'Glyphicons Halflings';
    font-style: normal;
}

.halflings.chevron-up i:before {
    content: "\e113";
}

/* 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 {
    width: 100%;
    margin-bottom: 21px;
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-radius: 4px;
    box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.04);
}

.pretty-table table th, .pretty-table table td {
    padding: 8px;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.pretty-table table th {
    font-weight: bold;
}

.pretty-table table thead th {
    vertical-align: bottom;
}

.pretty-table table caption + thead tr:first-child th, .pretty-table table caption + thead tr:first-child td,
.pretty-table table colgroup + thead tr:first-child th, .pretty-table table colgroup + thead tr:first-child td,
.pretty-table table thead:first-child tr:first-child th, .pretty-table table thead:first-child tr:first-child td {
    border-top: 0;
    font-size: 12px;
}

.pretty-table table tbody + tbody {
    border-top: 2px solid #ddd;
}

.pretty-table table .table {
    background-color: #fff;
}

.pretty-table table th, .pretty-table table td {
    border-left: 1px solid #ddd;
}

.pretty-table table caption + thead tr:first-child th, .pretty-table table caption + tbody tr:first-child th,
.pretty-table table caption + tbody tr:first-child td, .pretty-table table colgroup + thead tr:first-child th,
.pretty-table table colgroup + tbody tr:first-child th, .pretty-table table colgroup + tbody tr:first-child td,
.pretty-table table thead:first-child tr:first-child th, .pretty-table table tbody:first-child tr:first-child th,
.pretty-table table tbody:first-child tr:first-child td {
    border-top: 0;
}

.pretty-table table thead:first-child tr:first-child > th:first-child,
.pretty-table table tbody:first-child tr:first-child > td:first-child {
    border-top-left-radius: 4px;
}

.pretty-table table thead:first-child tr:first-child > th:last-child,
.pretty-table table tbody:first-child tr:first-child > td:last-child {
    border-top-right-radius: 4px;
}

.pretty-table table thead:last-child tr:last-child > th:first-child,
.pretty-table table tbody:last-child tr:last-child > td:first-child,
.pretty-table table tfoot:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 4px;
}

.pretty-table table thead:last-child tr:last-child > th:last-child,
.pretty-table table tbody:last-child tr:last-child > td:last-child,
.pretty-table table tfoot:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 4px;
}

.pretty-table table tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}

.pretty-table table tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}

.pretty-table table caption + thead tr:first-child th:first-child,
.pretty-table table caption + tbody tr:first-child td:first-child,
.pretty-table table colgroup + thead tr:first-child th:first-child,
.pretty-table table colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

.pretty-table table caption + thead tr:first-child th:last-child,
.pretty-table table caption + tbody tr:first-child td:last-child,
.pretty-table table colgroup + thead tr:first-child th:last-child,
.pretty-table table colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.pretty-table table td, .pretty-table table th {
    padding: 9px 17px;
    font-size: 12px;
}

.pretty-table table thead th {
    font-weight: 600;
    background-color: #f7f5f0;
    font-size: 14px;
    vertical-align: top;
}

span.footable-toggle:before {
    padding-right: 0.3em;
}

.normal.arrow-right li:before {
    content: "\e092";
}

.normal li:before {
    content: "\e013";
    color: #63afcb;
    position: absolute;
    left: 0;
    top: 14px;
    font: 11px/1em 'Glyphicons Halflings';
    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;
}

.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;
}



.panel-savamoni-default {
    border-color: #ddd;
}
.panel-savamoni-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-savamoni-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-savamoni-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-savamoni-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-savamoni-default > .panel-heading {
    color: #333333;
    background-color: #f7f5f0;
    border-color: #ddd;
}
.panel-savamoni-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-savamoni-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.bg-danger-light {
    background-color: #fff4ed;
}