    .nav-item{
        padding-right: 15px;
    }
    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }
    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .btn-success.btn-outline {
        color: #218838;
    }
    .btn-info.btn-outline {
        color: #5bc0de;
    }
    .btn-warning.btn-outline {
        color: #f0ad4e;
    }
    .btn-outline {
        color: inherit;
        background-color: transparent;
        transition: all .5s;
    }
    .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
        color: #fff;
    }
    .col-xs-6 {
        width: 50%;
    }
    .show .nav-item .btn{
        display: block;
    }
    .table {
        color: rgba(255, 255, 255, 0.75);
    }
    .table-hover tbody tr:hover {
        color: #212529;
        background-color: rgba(255, 255, 255, 0.75);
    }
    @media (min-width: 992px){
        .col-md-offset-3 {
            margin-left: 25%;
        }
    }
    .mb-2r{
        margin-bottom: 2rem;
    }

    .pickup{
        counter-reset: flow;
    }
    .pickup-content {
        border: 1px solid #fff;
        margin-top: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .pickup-content .content-inner{
        padding: 1rem;
        height: 100%;
    }
    .pickup-content h3 {
        font-size: 1.2rem;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 33px;
        background-color: #fff;
        position: relative;
        margin-left: -2rem;
        color: #00b900;
    }
    .pickup h3::before {
        left: 1rem;
        font-size: 1.2rem;
        counter-increment: flow;
        content: counter(flow,decimal-leading-zero);
        font-family: "Roboto Condensed", "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���S�V�b�N��", "Yu Gothic", YuGothic, ���C���I, Meiryo, sans-serif;
        font-weight: bold;
        position: absolute;
        left: 0.5rem;
        top: 0;
        padding: 10px 0;
    }
    .row-eq-height {
        display: flex;
        flex-wrap: wrap;
        height:100%
    }
    .bg-cover{
        padding-top: 72px;
        padding-bottom: 0;
    }
    .mb-30{
        margin-bottom: 30px;
    }
    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }
    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }
    .panel-success {
        border-color: #d6e9c6;
    }
    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }
    .panel-info {
        border-color: #bce8f1;
    }
    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }
    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .panel-body {
        padding: 15px;
    }
    @media (min-width: 768px){
        .dl-horizontal dt {
            float: left;
            width: 260px;
            overflow: hidden;
            clear: left;
            text-align: right;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .dl-horizontal dd {
            margin-left: 280px;
        }
    }

    .bg-dark {
        background-color: #343a40 !important;
        padding: 5px;
    }
    .text-white {
        color: #fff !important;
    }
    .tab-border .nav-tabs{
        border-bottom: 1px solid #ddd !important;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 60px;
        background-color: #f5f5f5;
    }
    body > .container {
        padding: 60px 15px 0;
    }
    .container .text-muted {
        margin: 20px 0;
    }

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }