select {
    padding-right: 20px;
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.4rem 0.7rem 0.4rem 0.7rem;
    font-size: 0.9rem;
    color: #fff;
    transition: background-color 300ms ease-out;
}

.btn:hover, .btn:focus {
    color: #fff;
}

.btn-default {
    background-color: rgb(180, 180, 180);
    border-color: rgb(170, 170, 170);
}

.btn-default:hover {
    background-color: rgb(160, 160, 160);
    border-color: rgb(150, 150, 150);
}

.btn-primary {
    background-color: #2c68c1;
    border-color: #2c68c1;
}

.btn-primary:hover {
    background-color: #275eaf;
    border-color: #275eaf;
}

.btn-success {
    background-color: rgb(0, 141, 7);
    border-color: rgb(0, 141, 7);
}

.btn-success:hover {
    background-color: rgb(0, 119, 6);
    border-color: rgb(0, 119, 6);
}

ul.table-menu {
    display: inline-block;
    margin-left: 0;
}

ul.table-menu li {
    display: inline-block;
    vertical-align: top;
}

.required>label:after {
    content: ' 必須';
    font-size: 11px;
}

.table-scrollable {
    overflow-x: auto;
    width: 100%;
}

.text-nowrap {
    white-space: nowrap;
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 900px;
    margin-top: -300px;
    margin-left: -450px;
    border: 1px solid gray;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    background-color: white;
}

.modal iframe {
    height: 100%;
    width: 100%;
}

table tbody tr:nth-child(even) {
    background: rgb(248, 248, 248);
}

table tbody tr:hover {
    background: rgb(236, 236, 236);
}

.hidden {
    display: none;
}

.display {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 400px;
    margin-top: -300px;
    margin-left: -200px;
    padding: 10px 14px;
    border: 1px solid gray;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    background-color: white;
}

.top-bar.expanded, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
    background: #3a65b5;
}

.top-bar.expanded .title-area {
    background: #0e4890;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #1157ad;
}

@media only screen and (min-width: 40.0625em) {
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #0e4890;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #1157ad;
    }
}

a {
    color: #2a6cb5;
}

a:hover {
    color: #194a83;
}

table thead tr {
    border-bottom: 1px solid #2a6cb5;
}

table tr th {
    color: #2a6cb5;
    border-bottom: 2px solid #2a6cb5;
}

fieldset legend {
    border-bottom: 2px solid #2a6cb5;
}

legend {
    color: #2a6cb5;
}

.vertical-table th {
    color: #2a6cb5;
}

.content .related h4 {
    color: #2a6cb5;
}

.badge {
    display: inline-block;
    background-color: rgb(215, 228, 255);
    margin: 1px 2px 1px 0;
    padding: 1px 4px;
    font-size: 0.76rem;
    border-radius: 3px;
}
