/* ヘッダのロゴ */
.navbar-brand {
    background: url(../img/logo_house.png) no-repeat left center !important;
    background-size: contain !important;
    margin-left: 10px !important;
}

.well {
    background-color: #eaf1f6;
    border: 1px solid #94b0c0;
}

tbody.even {
    background-color: #eaf1f6;
}

div.table-header {
    background-color: #0068b7;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #0068b7;
}

.ui-sortable .btn-warning {
    background-color: #337ab7;
    border-color: #2e6da4;
}