
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.no-thank-yu, .navbar, .btn, .form-control, .input-gruop, .breadcrumb, .nav-tabs, .nav-pills, .panel-title, .list-group, .pagination, .pager, .alert, .label, .badge, .panel-heading, .lead, .tooltip, .popover {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuProN-W3","ヒラギノ角ゴシック W3","メイリオ",Meiryo,sans-serif;
}
body {
    font-size: 13px;
}

.container {
    width: 95%;
}

span.optional {
    margin-left: 15px;
    font-weight: normal;
}

span.required {
    margin-left: 15px;
    font-weight: normal;
    color: red;
}

span.no-condition {
    font-weight: normal;
    color: orangered;
}

span.max-length {
    margin-left: 15px;
    font-weight: normal;
}

input.date {
    width: 150px!important;
}

input.datetime {
    width: 200px!important;
}

input.row-price {
    width: 120px!important;
    text-align: right;
}

input.row-quantity {
    width: 60px!important;
    text-align: right;
}

.input-numeric {
	/*
    width: 120px!important;
    text-align: right;
    */
}

iframe.dialog {
    border: none;
    width: 100%;
    height: calc(100% - 10px);
}

.modal-dialog,
.modal-content {
    height: calc(100% - 30px);
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.modal-body {
    height: calc(100% - 70px);
}

.modal-footer {
    padding-top: 15px;
    padding-bottom: 5px;
}

thead th {
/*    white-space: nowrap;*/
}

tr.selectable {
    cursor: pointer;
}

td .row-button-horizontal+.row-button-horizontal {
    margin-left: 2px;
}

td.row-buttons-vertical {
    width: 70px;
}

td.row-buttons-vertical>.btn+.btn {
    margin-top: 4px;
}

.input-group-addon.static {
    text-align: left!important;
}

form input[type="text"],
form input[type="password"],
form input[type="number"],
form textarea {
    /* max-width: 700px; */
}

select.form-control {
    max-width: 700px;
}

.modaloding {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .6 ) url('/assets/img/loading.gif') 50% 50% no-repeat;
}
.kuru-body {
    margin: auto;
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba( 255, 255,255,1 ) 50% 50% no-repeat;
}

.kuru-body img {
    padding-top: 40px;
    vertical-align: middle;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.kuru-body div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:     100%;
    width:      100%;
}

.kuru-body p {
    text-align: center;
    font-size: small;
}

body.loading {
    overflow: hidden;
}

body.loading .modaloding {
    display: block;
}


@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
    }
}

.confirm-value {
    width:100%;
    padding:6px 12px;
}


/**
 * 画像サイズ設定
 */
.panel-body img {
    width:auto;
    height:auto;
    max-width :100%;
    max-height :100%;
}

.panel-body td img {
    max-width :200px;
}

.billing_detail_button{
    width:130px;
    margin-top: 5px;
    margin-right: 5px;
}
.billing_row_real_quantity{
    width:100px !important;
}
.billing_row_quantity{
    margin-left:5px;
    margin-right:5px;
}

a.disabled {
    pointer-events: none;
}

.input-group-addon-content {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #ecf0f1;
}