.none {
    display: none !important;
}

.invisible {
    visibility:hidden !important;
    position: absolute !important;
    top: -99999px;
    left: -99999px;
}

/* ---------------------------------- */
div.jSvg {
    position: relative;
    width: 100% !important;
}

/* ---------------------------------- */
div.jSvg .vnone {
    display: none;
    visibility: hidden;
}

/* ---------------------------------- */
div.jSvg .jSvgBox.viewArea {
    position: relative;
}
div.jSvg .jSvgBox.viewArea .viewAreaBox{
    z-index: 0;
}
div.jSvg .jSvgBox.viewArea .viewAreaBox.dropper{
    z-index: 11001;
}
div.jSvg .jSvgBox.viewArea .viewAreaBox.dropper>svg{
    background-color: #ffffff !important;
}

div.jSvg .jSvgBox.viewArea>* {
    position: absolute;
    top: 0;
    left: 0;
}

div.jSvg .viewAreaGroup {
    overflow: hidden;
}

div.jSvg .viewAreaGroup>* {
    position: absolute;
    top: 0;
    left: 0;
}

/* ---------------------------------- */
div.jSvg .jSvgBox.viewArea>canvas.huBox {
    bottom: 0;
}

/* ---------------------------------- */
div.jSvg div.viewBtnBoxObj {
    position: absolute;
    left: 0;
    bottom: 20px;
}

div.jSvg.mode--right div.viewBtnBoxObj {
    left: auto;
    right: 0;
}

div.jSvg div.viewBtnBoxObj:after {
    clear: both;
}

div.jSvg div.viewBtnBoxObj div {
    float: left;
    margin: 0 0 0 4px;
}

div.jSvg div.viewBtnBoxObj div:first-child {
    margin-left: 0;
}

/* ---------------------------------- */
div.jSvg div.dummySvg {
    position: absolute;
}

/* ---------------------------------- */
div.jSvg div.changeBtnBoxObj {
    position: absolute;
    right: -64px;
    bottom: 20px;
}

/* ---------------------------------- */
div.jSvg div.vScrollBox,
div.jSvg div.hScrollBox {
    visibility:hidden;
}
div.jSvg.scrollbar div.vScrollBox,
div.jSvg.scrollbar div.hScrollBox {
    visibility:visible;
}
body.sp div.jSvg.scrollbar div.vScrollBox,
body.sp div.jSvg.scrollbar div.hScrollBox {
    visibility:hidden;
}
body.grabbing,
body.grabbing div.jSvg div.vScrollBox div,
body.grabbing div.jSvg div.hScrollBox div{
    cursor:grabbing !important;
}
/* ---------------------------------- */
div.jSvg .jSvgBox.viewArea .h-scroll-wrap,
div.jSvg .jSvgBox.viewArea .v-scroll-wrap {
    position: absolute;
    background: #f1f1f1;
    z-index: 10;
}
div.jSvg .jSvgBox.viewArea .h-scroll-wrap {
    top: auto;
    left: 0;
    bottom: -17px;
    height: 17px;
    width: 100%;
}
div.jSvg .jSvgBox.viewArea .v-scroll-wrap {
    top: 0;
    left: auto;
    right: -17px;
    width: 17px;
    height: 100%;
}
div.jSvg .jSvgBox.viewArea .vScrollBox,
div.jSvg .jSvgBox.viewArea .hScrollBox {
    position: absolute;
    overflow: hidden;
    margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
}
div.jSvg .jSvgBox.viewArea .vScrollBox {
    width: calc(100% - 4px);
}
div.jSvg .jSvgBox.viewArea .hScrollBox {
    height: calc(100% - 4px);
}
div.jSvg .jSvgBox.viewArea .vScrollBox div,
div.jSvg .jSvgBox.viewArea .hScrollBox div {
    position: absolute;
    background-color: #c1c1c1;
    cursor: grab;
    top: 0;
    left: 0;
}
div.jSvg .jSvgBox.viewArea .vScrollBox div {
    width: 100%;
}
div.jSvg .jSvgBox.viewArea .hScrollBox div {
    height: 100%;
}
/* ---------------------------------- */
div.jSvg .jSvgBox.viewArea .scrollBtn {
    position: absolute;
    width: 17px;
    height: 17px;
    z-index: 10;
    background: #f1f1f1;
}
div.jSvg .jSvgBox.viewArea .scrollBtn:not(.disabled) {
    cursor: pointer;
}
div.jSvg .jSvgBox.viewArea .scrollBtn::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #505050;
}
div.jSvg .jSvgBox.viewArea .scrollBtn.disabled::before {
    border-color: transparent transparent transparent #a3a3a3;
}
div.jSvg .jSvgBox.viewArea .scrollBtn:not(.disabled):hover {
    background-color: #d2d2d2;
}
div.jSvg .jSvgBox.viewArea .scrollBtn:not(.disabled):active {
    background-color: #505050;
}
div.jSvg .jSvgBox.viewArea .scrollBtn:not(.disabled):active::before {
    border-color: transparent transparent transparent #FFF;
}
div.jSvg .jSvgBox.viewArea .scrollBtn.up {
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}
div.jSvg .jSvgBox.viewArea .scrollBtn.down {
    left: 0;
    bottom: 0;
    transform: rotate(90deg);
}
div.jSvg .jSvgBox.viewArea .scrollBtn.left {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
div.jSvg .jSvgBox.viewArea .scrollBtn.right {
    top: 0;
    right: 0;
}
body.sp div.jSvg .jSvgBox.viewArea .scrollBtn {
    visibility:hidden;
}
/* ---------------------------------- */
div.viewAreaGroup.line-none div.viewAreaBox {
    border: none;
}

div.viewAreaGroup.line-none div.viewAreaBox>svg {
    border: none;
    position: relative;
    top: 2px;
    left: 2px;
}

/* ---------------------------------- */
div.jSvg div.translateBox {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url("../img/translate.png");
}

/* ---------------------------------- */
div.cursor--info--window {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    text-align: center;
    z-index: 150;
}

div.cursor--info--window>span {
    padding: 4px 10px;
    border: 1px solid #000;
    background-color: #333333;
    color: #FFF;
    /* -CSS3/ --------------------------------- */
    border-radius: 512px;
    -moz-border-radius: 512px;
    -webkit-border-radius: 512px;
    /* -/CSS3 --------------------------------- */
}

/* ---------------------------------- */
/*                TEST                */
/* ---------------------------------- */
div.viewAreaBox {}

div.viewAreaBox>svg {
/*
    border: 1px solid #9E9E9E;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.39);
*/
}

div.actBox {}

/* ---------------------------------- */
g.actbox-outer-box {
  cursor:pointer;
}
g.actbox-outer-box.locked {
  cursor:default;
}
rect.actmaster-move-box {
  cursor:move;
}
g.act-resize {
  cursor:se-resize;
}
g.act-rotate {
  cursor:pointer;
}
g.act-front {
  cursor:pointer;
}
g.act-back {
  cursor:pointer;
}
g.act-delete {
  cursor:pointer;
}
g.act-copy {
  cursor:pointer;
}
g.act-hresize {
  cursor:ew-resize;
}
g.act-vresize {
  cursor:ns-resize;
}
/* ---------------------------------- */
/* 枠線非表示 */
.no-border .viewAreaBoxm,
.no-border svg {
  border:none !important;
}
.no-border .lineBox,
.no-border .none_element {
  display:none !important;
}
