/*ページ飾り系-----------------------------------------------------------------*/

.mandatory_input{
    color: #ffffff;
    font-size: xx-small;
    background-color: #980000;
    padding: 3px 6px 3px 6px;
    border-radius: 3px 3px 3px 3px;
    margin: 0px 0px 0px 3px;
    vertical-align:middle;
    font-weight: normal;
    vertical-align:0.1rem;
}

.not_mandatory_input{
    color: #ffffff;
    font-size: xx-small;
    background-color: #555555;
    padding: 3px 6px 3px 6px;
    border-radius: 3px 3px 3px 3px;
    margin: 0px 0px 0px 3px;
    vertical-align:middle;
    font-weight: normal;
    vertical-align:0.1rem;
}

/* メイン ---------------------------------------------------------------------- */

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.app_title_area{
    border: dashed 1px #cccccc;
    border-radius: 5px;
    padding: 10px 0px 0px 10px;
    margin: 0px auto 0px auto;
/*    text-align: center;*/
    width: 85%;
    max-width: 870px;
}

#tabs {
    width: 85%;
    max-width: 900px;
}
.img_paste {
    position: absolute;
    border: solid 1px #aaaaaa;
    border-radius: 8px;

    -webkit-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    -moz-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    -ms-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.image-wrapper {
    position: relative;
/*    background-color: #ff0000;*/
}
.resizable {
    position: absolute;
    width: 290px;
    height: 45px;
    padding: 0.5em;
    background: rgba(255, 0, 0, 0.2);
    border: solid 3px #ff0000;

    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ff0000;
    user-select: none;

    box-sizing: content-box; /* 必要に応じて設定 */

  text-shadow: -2px -2px 0 white, -2px 0 0 white, -2px 2px 0 white,
                  0 -2px 0 white,                  0 2px 0 white,
                2px -2px 0 white,  2px 0 0 white,  2px 2px 0 white;
}


.ui-resizable-handle.ui-resizable-se {
/*    background-color: rgba(255, 0, 0, 0.8); /* 希望する色に変更 */*/
}

.resizable .ui-resizable-se {
  background-image: url('../img/handle.svg') !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;  /* 画像の幅に合わせる */
  height: 12px; /* 画像の高さに合わせる */
}


.default_message_area{
    border: dashed 1px #cccccc;
    border-radius: 5px;
    padding: 80px 10px 80px 10px;
    margin: 10px auto 10px auto;
    text-align: center;
    width: 85%;
    max-width: 900px;
}

.additional_message_area{
/*        border: dashed 1px #cccccc;
    border-radius: 5px;*/
/*        padding: 5px 10px 5px 10px;*/
    margin: 5px 0px 5px 0px;
    text-align: center;
    color: #ff0000;
    font-size: 0.9rem;
}

.tab_contents_label{
    font-weight: normal;
    font-size: 0.9rem;
/*        background-color: #e9e9e9;*/
    color: #000000;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 0px 0px;
    border-radius: 3px;
    text-align: center;
/*        border: solid 1px #dddddd;*/
}

.tab_contents_label_blue{
    font-weight: normal;
    font-size: 0.9rem;
    background-color: #0069d9;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 20px 0px;
    border-radius: 5px;
    text-align: center;
    border: solid 1px #dddddd;
}

.tab_contents_label_gray{
    font-weight: normal;
    font-size: 0.9rem;
    background-color: #555555;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
    text-align: center;
    border: solid 1px #dddddd;
}

.ui-widget-header{
    background: #e9e9e9 !important;
    border: solid 1px #dddddd;
}

.ui-state-active{
    border: 1px solid #003eff !important;
    background: #0069d9 !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.text_input{
    border: solid 1px #dddddd;
    border-radius: 4px;
    padding: 8px;
    margin: 10px 0px 10px 0px;
    font-size: 1.0rem !important;
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.file_input{
    background-color: #eeeeee;
    border: solid 1px #dddddd;
    width: 600px;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 1.0rem !important;
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.focus_text{
    font-weight: bold;
    color: #ff0000;
}


/*ダイアログ系-------------------------------------------------------------*/

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000;
}

#dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    z-index: 1001;
    border: 1px solid #000;
}


#process_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    user-select: none;
}

#process_dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3px;
    background-color: #eee;
    z-index: 1001;
    border: 1px solid #000;
    user-select: none;
    height: 20px;
    border: solid 1px #000000;
    text-align:center;
}


