body{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.main-header-users {
    margin-left: 0px !important;
    padding: 10px 20px;
}

.content-wrapper-users{
    margin-left: 0px !important;
}

.normaluser-item{
    margin-right: 20px;
}

.normaluser-item a{
    color: #FFF;
}

.normaluser-item a:hover{
    text-decoration: underline;
}

.bg-sasuke{
    background-color: #13366c;
    color: #FFF;
}

.nav-normaluser{
    border-radius: 15px;
}

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

.sortbtn a{
    font-weight: bold;
}

.searchtablerow{
    cursor: hand;
    cursor:pointer;
}

.view-body-title{
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.enableforsmall{ display: none; }
.disableforsmall{ }

.disableforsmallinline{ display: inline; }

.disableforsmallymd{ min-width: 120px; }

.signup-box{
    width: 768px;
    margin: 0 auto;
}

.login-logo img{
    max-height:50px;
}

.dropdown-menu li a{
    color: #FFF;
}

.emailbox {
    width:45%
}

.carditem {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.carderr{
    line-height:120%;
    font-size: 1rem;
    color: #F00;
    font-weight: bold;
    padding: 5px 10px;
}

#card_errors{
    line-height:150%;
    font-size: 1.2rem;
    color: #F00;
    font-weight: bold;
    padding: 5px 10px;
}

#credittable thead tr th{
    background-color: #DDF;
}

#credittable tbody tr td{
    padding-top : 4px;
    padding-bottom : 4px;
}

@media screen and (max-width:768px) {
    .enableforsmall{ display: block; }
    .disableforsmall{ display: none; }
    .disableforsmallinline{ display: none; }
    .normaluser-item{ margin-left: 10px; margin-right:0px; }
    .disableforsmallymd{ min-width:25px; }

    .signup-box{
        width: 95%;
    }
}

media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }
}

