body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-top: 108px;
    background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
    body{
        margin-top: 71px;
    }
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999999 !important;
}

li hr {
    margin:4px;
}

a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}

.container-navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
.navbar {
    min-height: 0px;
    border-bottom:1px solid #ddd;
}
.navbar a,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.navbar-default {
    background-color: #444;
    z-index:9999;
}
.navbar-menu{
    background-color: #fff;
}
.nav-tabs {
    border-bottom: none;
    margin-top: 3px;
}
.dropdown-menu li {
    cursor: pointer;
}

.navbar-menu .nav .dropdown>a {
    background-color:#fff;
    border-bottom: solid #ddd 1px;
    color: #000;
}

.navbar-menu .nav .dropdown>a:focus,
.navbar-menu .nav .dropdown>a:hover {
    background-color:#fafafa;
    border: solid #ddd 1px;
    border-width: 1px 1px 1px 1px;
}

.navbar-menu .nav .dropdown.active>a {
    background-color:#f5f8fa;
    border: solid #ddd 1px;
    border-bottom-color: #f5f8fa;
}

.pagination {
    margin:0px;
}

.required {
    border-left:solid 5px rgba(255,0,0,.7);
}

h4 {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #3498db;
}

.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .5s ease;
}
.cover .cuation {
    position: absolute;
    width: 120px;
    height: 55px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.ui-autocomplete {
    font-size: 12px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999 !important;
}

.modal .modal-dialog .modal-content {
    top:90px;
}
@media screen and (max-width: 767px) {
    .modal .modal-dialog .modal-content {
        top:60px;
    }
}

:placeholder-shown{
    font-size:10px;
}

input[type="text"],input[type="number"],input[type="login_id"],input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    margin-top: 1px;
}
input[type="radio"] + div {
    border: solid 1px #bbb;
    border-radius: 3px;
    margin-top: -10px;
    padding: 6px 12px;
    text-align: center;
    margin-left: -20px;
    background-color: #fff;
}

input[type="radio"]:checked + div {
    background-color: #3097D1;
    color: #fff;
}

.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}

.mt-1 {
    margin-top: 5px !important;
}
.mr-1 {
    margin-right: 5px !important;
}
.mb-1 {
    margin-bottom: 5px !important;
}
.ml-1 {
    margin-left: 5px !important;
}

.pt-1 {
    padding-top: 5px !important;
}
.pr-1 {
    padding-right: 5px !important;
}
.pb-1 {
    padding-bottom: 5px !important;
}
.pl-1 {
    padding-left: 5px !important;
}

.btn-left {
    float: left;
    width: 47%;
}

.btn-right {
    float: right;
    width: 47%;
}