/*
編集画面トップメニュー用 
ヘッダーフッターの画像アップロードモーダル 
*/
#common_hd_img_up {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#common_ft_img_up {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#common_hd_img_up input,
#common_ft_img_up input{
    display: inline;
}

#common_hd_img_up .btn-img-close,
#common_ft_img_up .btn-img-close {
  color: #fff;
  background-color: #f44250;
}

#common_hd_img_up .btn-hd-img-reset,
#common_ft_img_up .btn-ft-img-reset {
  color: #fff;
  background-color: #f44250;
}

#common_hd_img_up .fb_content,
#common_ft_img_up .fb_content{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;

    text-align: left;
    overflow: auto;
    font-size: 15px;
}

#common_hd_img_up .dropify-wrapper .dropify-message span.file-icon p,
#common_ft_img_up .dropify-wrapper .dropify-message span.file-icon p  {
    font-size: 20px;
}

#common_hd_img_up .description,
#common_ft_img_up .description{
    color: red;
}

.common_hd_ft_content{
    width: 650px;
    padding: .5rem .75rem
}

.common_hd_ft_content .action {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}


.common_hd_ft_style{
    position:fixed;
    display: none;
    z-index: 9999;

    

    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
}

.common_hd_ft_title {
    font-size: 1.5rem;
}

.common_hd_ft_padding {
    margin-bottom: 1rem;
}
.common_hd_ft_padding label {
    font-weight: bold;
}