﻿@charset "UTF-8";

html, body {
    /* スワイプでのページ移動を抑制 */
    touch-action: pinch-zoom;
    -ms-touch-action: none;
}

/* -------------------------------------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: Meiryo,Verdana,'ヒラギノ角ゴ ProN','ＭＳ Ｐゴシック','Osaka',sans-serif;
}

div.save_text {
    font-size: 10px;
    white-space: nowrap;
}

div.order_text {
    font-size: 10px;
    white-space: nowrap;
}

div.order_sheet_amount {
    font-size: 12px;
    white-space: nowrap;
}

div.marking_warning {
    font-size: 10px;
    border: solid 1px black;
    padding: 3px 3px 3px 3px;
    color: red;
    background-color: rgba(255, 255, 255, 0.5);
}

div.trim_text {
    font-size: 10px;
    white-space: nowrap;
}

*.textbox_common {
    font-size: 10px;
    border: 0px;
    background-color: transparent;
    padding: 0px 2px 0px 2px;
}

select.textbox_common {
    padding: 0px 0px 0px 0px;
}

div.caption_color {
    margin-top: 6px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    left: -60px;
    width: 56px;
    height: 16px;
    text-align: right;
}

/* -------------------------------------------------------------------------------- */

#container {
    position: relative;
    margin: auto;
    overflow: hidden;
}

#busyImage {
    z-index: 11;
}
#busyImageBackground {
    z-index: 10;
}

#tutorialContainer {
    z-index: 20;
}

#tabCustom {
    display: none;
    overflow: hidden;
}

#scrollPalette0 div,
#scrollPalette1 div,
#scrollPalette2 div,
#scrollPalette3 div,
#scrollPalette4 div,
#scrollPalette5 div,
#scrollPalette6 div {
    overflow: visible !important;
}

.parent_colors {
    width: 100%;
    height: 20px;
    margin-bottom: initial;
    clear: both;
}

.caption_color_name {
    width: 56px;
    height: 16px;
    position: relative;
    margin-left: -60px;
    margin-top: 6px;
    font-size: 10px;
    text-align: right;
    line-height: 16px;
    white-space: nowrap;
    float: left;
    overflow: hidden;
}

.color_palette_button {
    float: left;
    margin-bottom: 2px;
    position: relative;
}

/* -------------------------------------------------------------------------------- */

#FrameColorPaletteNodes {
    overflow: hidden;
}

.FrameColorPaletteNode {
    background-repeat: no-repeat;
    height: 26px;
    position: relative;
}

.FrameColorPaletteNodeDelete {
    width: 28px;
    height: 22px;
    left: 2px;
    top: 2px;
}

.FrameColorPaletteNodeOrigin {
    width: 28px;
    height: 22px;
    left: 34px;
    top: 2px;
}

.FrameColorPaletteNodeColorOrigin {
    width: 28px;
    height: 22px;
    left: 98px;
    top: 2px;
}

.FrameColorPaletteNodeColors {
    margin-top: 3px;
}

.FrameColorPaletteNodeColor {
    position: relative;
    margin-bottom: 2px;
    float: left;
}

/* オリジナルマークアップロード画面 */

#frame_upload_image0 {
    z-index: 1001;
}

#frame_upload_image1 {
    z-index: 1001;
}

#frame_upload_image2 {
    z-index: 1001;
}