#divBody {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

/* ------------- NEW -------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    touch-action: none;
    background-color: transparent;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-bg .item-top {
    opacity: 0;
}

.btn-bg:hover .item-background {
    opacity: 0;
}

.btn-bg:hover .item-top {
    opacity: 1;
}

.draggable-zone {
    opacity: 0.001;
}

.draggable-zone:focus {
    outline: none !important;
}

.btn-pointer {
    cursor: pointer;
}

#svg_root {
    background-color: white;
}

/**-----------------------------------------------------------------------------
 * User Interface Style
 *----------------------------------------------------------------------------*/

.btn {
    display: inline-block;
    min-width: 146px;
    height: 44px;
    padding: 0 10px;
    margin: 10px;
    border-radius: 14px;
    border: solid 3px #0b89dd;
    color: #0b89dd;
    background-color: #fafafa;
    box-shadow: 0 4px #ccc;
    font-size: 18px;
    line-height: 39px;
    font-family: RoundedMPlus, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: nowrap;
    text-transform: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transform: rotate(0.1deg);
    -o-transform: rotate(0.1deg);
    -ms-transform: rotate(0.1deg);
    -moz-transform: rotate(0.1deg);
    -webkit-transform: rotate(0.1deg);
}

.btn.spiner {
    display: inline-block;
    min-width: 44px;
    height: 44px;
    border-radius: 22px;
    border: solid 3px #0b89dd;
    color: #0b89dd;
    background-color: #fafafa;
    box-shadow: 0 4px #ccc;
    font-size: 18px;
    line-height: 39px;
    font-family: RoundedMPlus, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: nowrap;
    text-transform: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transform: rotate(0.1deg);
    -o-transform: rotate(0.1deg);
    -ms-transform: rotate(0.1deg);
    -moz-transform: rotate(0.1deg);
    -webkit-transform: rotate(0.1deg);
}

.btn.w200 {
    width: 200px;
}

.btn.down {
    background-color: #0b89dd;
    color: #fff;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
    box-shadow: none;
}

.btn.disabled,
.btn[disabled="disabled"] {
    border-color: #b3b3b3;
    background-color: #f2f2f2;
    color: #b3b3b3;
    cursor: default;
    pointer-events: none;
}

@font-face {
    font-family: "A-SOTCenturyStd-Regular";
    src: url(../font/A-SOTCenturyStd-Regular.woff);
}
@font-face {
    font-family: "A-SOTJMathCenturyStd-Bold";
    src: url(../font/A-SOTJMathCenturyStd-Bold.woff);
}
@font-face {
    font-family: "A-SOTMathCenturyStd-Regular";
    src: url(../font/A-SOTMathCenturyStd-Regular.woff);
}
@font-face {
    font-family: "rounded-mplus-1p-medium";
    src: url(../font/rounded-mplus-1p-medium.woff);
}
@font-face {
    font-family: "rounded-l-mplus-1c-regular";
    src: url(../font/rounded-mplus-1c-medium.woff);
}
@font-face {
    font-family: "rounded-l-mplus-1c-medium";
    src: url(../font/rounded-mplus-1c-medium.woff);
}
@font-face {
    font-family: "A-SOTGirishaStd-Italic";
    src: url(../font/A-SOTGirishaStd-Italic.woff);
}
@font-face {
    font-family: "A-SOTJMathCenturyStd-Regular";
    src: url(../font/A-SOTJMathCenturyStd-Regular.woff);
}
@font-face {
    font-family: "fontello";
    src: url(../font/fontello.woff);
}
