.formzu-mail-icon {
    display: inline-block;
    position: relative;
    vertical-align: sub;
    margin: 0 12px 0 0;
}
.formzu-mail-icon > i.fa-exclamation-circle {
    position: absolute;
    right: -7px;
    background-color: #f1f1f1;
}
.red-alert {
    color: #EA0000;
    font-size: 16px;
    font-family: "Meiryo","MS PGothic", Arial, "ヒラギノ角ゴ Pro W3", sans-serif;
}

#formzu-create-box.closed,
#formzu-add-box.closed,
#formzu-list-box.closed {
    margin-bottom: 50px;
}


#formzu-create-box > .hndle,
#formzu-add-box > .hndle,
#formzu-list-box > .hndle,
.separate-box {
    color: #555;
    text-shadow: 1px 1px 1px #ccc;
    border: solid #777;
    padding: 24px 20px;
    border-width: 4px 4px 0;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-weight: bold;
    font-family: "Meiryo","MS PGothic", Arial, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*
 * Fixed at 2020.10.21
 *   - WordPress5.5への対応(metaboxの仕様変更に伴うもの)
 */
#formzu-create-box > div.postbox-header,
#formzu-add-box > div.postbox-header,
#formzu-list-box > div.postbox-header {
    background-color: #FFF;
    border: solid #777;
    border-width: 4px 4px 0 4px;
    padding-bottom: 2px;
}
#formzu-create-box.closed > div.postbox-header,
#formzu-add-box.closed > div.postbox-header,
#formzu-list-box.closed > div.postbox-header {
    border-width: 4px;
}
#formzu-create-box > div.postbox-header > div.handle-actions,
#formzu-add-box > div.postbox-header > div.handle-actions,
#formzu-list-box > div.postbox-header > div.handle-actions {
    position: absolute;
    top: 10px;
    right: 10px;
}
#formzu-create-box > div.postbox-header > div.handle-actions > button.handlediv,
#formzu-add-box > div.postbox-header > div.handle-actions > button.handlediv,
#formzu-list-box > div.postbox-header > div.handle-actions > button.handlediv {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
#formzu-create-box > div.postbox-header > div.handle-actions > button.handlediv > span.toggle-indicator:before,
#formzu-add-box > div.postbox-header > div.handle-actions > button.handlediv > span.toggle-indicator:before,
#formzu-list-box > div.postbox-header > div.handle-actions > button.handlediv > span.toggle-indicator:before {
    display: inline-block;
}
#formzu-create-box > div.postbox-header > h2,
#formzu-add-box > div.postbox-header > h2,
#formzu-list-box > div.postbox-header > h2 {
    width: 100%;
    color: #555;
    font-size: 24px;
    text-shadow: 1px 1px 1px #CCC;
    padding: 24px 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "Meiryo","MS PGothic", Arial, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#formzu-create-box > div.postbox-header > h2:hover,
#formzu-add-box > div.postbox-header > h2:hover,
#formzu-list-box > div.postbox-header > h2:hover {
    cursor: pointer;
}
#formzu-create-box > div.postbox-header > h2:hover > span.box-label,
#formzu-add-box > div.postbox-header > h2:hover > span.box-label,
#formzu-list-box > div.postbox-header > h2:hover > span.box-label {
    text-decoration: underline solid #555;
}


#formzu-create-box > div.inside,
#formzu-add-box > div.inside {
    font-family: "Meiryo","MS PGothic", Arial, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#formzu-list-box .tablenav {
    margin: 0 0 4px;
}

#formzu-create-box.closed > .hndle,
#formzu-add-box.closed > .hndle,
#formzu-list-box.closed > .hndle {
    padding: 16px 16px;
    border-width: 4px 4px 4px;
    cursor: pointer;
}

#formzu-create-box .hndle > span,
#formzu-add-box .hndle > span,
#formzu-list-box .hndle > span {
    margin: 0 0 0 12px;
}

#formzu-create-box.closed .box-icon,
#formzu-add-box.closed .box-icon,
#formzu-list-box.closed .box-icon {
    font-size: 2.6em;
    color: #999;
    vertical-align: middle;
    margin: 0 12px 12px 0;
}

#formzu-create-box .inside,
#formzu-add-box .inside,
#formzu-list-box .inside {
    margin: 0;
    border: solid #777;
    border-width: 0 4px 4px;
}

#formzu-list-box {
    background: inherit;
}
#formzu-list-box > .hndle {
    background: white;
}

#formzu-create-box .panel,
#formzu-add-box .panel,
#formzu-list-box .panel {
    margin: 0px;
    padding: 20px;
}

.panel {
    position: relatice;
    overflow: auto;
    background: #fff;
    font-size: 13px;
    line-height: 2.1em;
}

.separate-arrow i {
    position: relative;
    left: 43%;
}

div.separate-box {
    width: 100%;
    font-size: 22px;
    border-width: 0px;
    padding: 8px 0;
    line-height: 1.4;
    display: inline-block;
    text-align: center;
}

#add-new-form-data {
    margin: 0;
}

#add-new-form-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#add-new-form-label {
    min-width: 121px;
    font-size: 1.8em;
    margin: 0 8px 0 0;
}

#add-new-form-input {
    font-size: 1.6em;
    border: 3px solid #999;
    width: 100%;
    padding: 8px 8px;
    border-radius: 6px;
}
#add-new-form-input:hover {
    background-color: rgba(100, 100, 100, 0.1);
}
#add-new-form-input:focus {
    outline: none;
    border: 3px solid #777;
    box-shadow: 0 0 6px 0 #777;
}
#add-new-form-input::-moz-input-placeholder {
    color: #bbb;
}
#add-new-form-input::-webkit-input-placeholder {
    color: #bbb;
}

#add-new-form-submit {
    min-width: 73px;
    padding: 13px 12px 11px;
}


#goto-formzu-page-button {
    margin: 0 0 20px 0;
}
#open-formzu-page-button {
    font-size: 14px;
    padding: 4px 12px;
    display: block;
}
.large-button {
    background-color: #aaa;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    font-size: 1.4em;
    border-radius: 6px;
    vertical-align: baseline;
}
.large-button:hover {
    background-color: #000000;
    text-decoration: underline;
    opacity: 0.6;
}

i {
    width: 1.2857142857142858em;
    text-align: center;
}

.new-item {
    color: red;
    margin-right: 4px;
}

.wp-list-table .column-cb { width: 3%; }
.wp-list-table .column-number { width: 5%; }
.wp-list-table .column-name { width: 24%; }
.wp-list-table .column-pagebutton { width: 14%; }
.wp-list-table .column-widgetbutton { width: 14%; }
.wp-list-table .column-shortcode { width: 15%; }
.wp-list-table .column-items { width: 25%; }

