
/* 成功メッセージ */
.alert-success {
    background-color: #defade;
    border: 3px solid #267726;
    color: #267726;
    margin: 10px 0 15px;
    padding: 10px;
    text-align: center;
}

/* 失敗メッセージ */
.alert-danger {
    /*    background-color: #ffcccc;
        border: 3px solid #8f0000;*/
    color: red;
    margin: 10px 0 15px;
    padding: 10px;
    text-align: center;
}

/* 入力モードを指定 */
.ime_disabled{
    ime-mode: disabled;
}

/* フォームエラーメッセージ */
.error-message {
    color: red;
    font-weight: bold;
    /*display: none;*/
}

/* 絵文字サイズ */
.emojioneemoji {
    width: 22px;
}

/* WYSIWYG画像 */
.wysiwyg_image {
    width: 100%;
    height: 100%;
}

.limit-point{
    color: #ff0000;
}

/* ローディング */
.loader-inner{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
}
.loader-inner::before{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255,255,255,0.6);*/
}
.loader-inner div{
    background-color: #f68a5f;
}

#dataList{
    height: 700px;
}
#under_review_contact{
    height: 600px;
}
input:disabled {
    background: #ccc;
}
.notifyjs-corner{
    top: 50% !important;
    right: inherit !important;
    left: 50%;
    transform: translate(-50%, -50%);
}
.notifyjs-bootstrap-base{
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.side-route{
    float: left;
}
.side-route+label{
    display: block;
    overflow: hidden;
}
.side-route-keyword{
    float: left;
}
.side-route-keyword+label{
    display: block;
    overflow: hidden;
}
.kind-list{
    float: left;
}
.kind-list+label{
    display: block;
    overflow: hidden;
}