@CHARSET "UTF-8";
.tC {
    text-align: center!important;
}
.tL {
    text-align: left!important;
}

/* ログイン画面 */
.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;
}

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

p.form-title {
    margin: 0;
}

table.call-history-table th, table.call-history-table td {
    text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f39c12;
    border-color: #f39c12;
}

#call-contents-modal .modal-dialog {
    width: 70%;
}
#call-contents-modal .modal-dialog h4.modal-title {
    text-align: center;
    font-weight: bold;
}
#call-contents-modal .modal-dialog table {
    width: 100%;
    border-top: 2px solid #f39c12;
    border-left: 2px solid #f39c12;
}
#call-contents-modal .modal-dialog table th, #call-contents-modal .modal-dialog table td {
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    border-right: 2px solid #f39c12;
    border-bottom: 2px solid #f39c12;
}
#call-contents-modal .modal-dialog table th {
    background: #f39c12;
    color: #fff;
    font-weight: normal;
    border-right-color: #fff;
}
#call-contents-modal .modal-dialog table tr:first-child th:last-child {
    border-right-color: #f39c12;
}
#call-contents-modal .modal-dialog table th:last-child {
    border-right-color: #f39c12;
}
#call-contents-modal .modal-dialog table td#call_contents {
    text-align: left;
}

p.search-title {
    font-size: 18px;
    padding: 6px 12px;
    background: #f39c12;
    color: #fff;
}

.search-wrap {
    margin-bottom: 20px;
}
.search-wrap table {
    width: 100%;
    box-sizing: border-box;
}
.search-wrap table td {
    padding: 0 5px;
    padding-bottom: 12px;
}
.search-wrap table td p.search-name {
    margin: 0;
    padding: 0 4px;
}
