@CHARSET "UTF-8";
.tC {
    text-align: center;
}

/* グリッド高さを揃える */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* ログイン画面 */
.login-box, .register-box {
    width:  380px;
}

.login-logo b {
    font-size: 25px;
}

.login-logo span {
    font-size: 20px;
}

/* フォーム全般 */
.checkbox label, .radio label {
    padding-left:  0;
    padding-right: 20px;
}
.checkbox label span, .radio label span {
    position: relative;
    top: 2px;
}

.error-message {
    font-weight:  bold;
    color:  #ff0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.error-message.ajax {
    font-weight:  bold;
    color:  #ff0000;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
}

input[type=file] {
    height: 41px;
}

table.dataTable td {
    vertical-align: middle!important;
}

.loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
    display: none;
}
.loading-wrap img {
    width: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

p.to-signup-login {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

img.thumb {
    display: block;
    width: 200px;
}
img.master-list-image {
    height: 60px;
}

.master-detail-wrap table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.master-detail-wrap table th,
.master-detail-wrap table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 6px 8px;
}
.master-detail-wrap {
    padding: 10px;
}
.master-detail-wrap table th {
    background: #ffdad4;
    width: 12em;
}

p.detail-status-txt {
    font-size: 18px;
    text-align: center;
    margin: 0;
}
p.detail-status-txt.red {color: red;}
p.detail-status-txt.green {color: green;}

img[id^=upload-image] {
    max-width: 200px;
    max-height: 200px;
}

table.history-detail-image {border: none;}
table.history-detail-image td {border: none;width: 20%;padding: 5px;}
table.history-detail-image td img {width: 100%;}

.history-image-wrap img {width: 100%;}
.callout h4 {margin: 0;}

a[id^="cke_Upload_"] { display: none!important;}

.image-wrapper {
    position: relative;
}

button#del-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -48px;
}

div.photo-thumb {
    width: 200px;
    position: relative;
}
div.photo-thumb img {
    width: 100%;
}

.form-group label a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
    font-weight: normal;
}
