.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;
}

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 .jSvgBox.viewArea>div.vScrollBox {
    left: auto;
    right: -15px;
    top: 0;
    width: 15px;
    background-color: #FFF;
    overflow: hidden;
    /* --------------------- */
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    opacity: 0.6;
    /* --------------------- */

    /* -CSS3/ --------------------------------- */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* -/CSS3 --------------------------------- */
}

div.jSvg .jSvgBox.viewArea>div.hScrollBox {
    top: auto;
    left: 0;
    bottom: -15px;
    height: 15px;
    background-color: #FFF;
    overflow: hidden;
    /* --------------------- */
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    opacity: 0.6;
    /* --------------------- */

    /* -CSS3/ --------------------------------- */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* -/CSS3 --------------------------------- */
}

div.jSvg div.vScrollBox div {
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    cursor:grab;

    /* -CSS3/ --------------------------------- */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* -/CSS3 --------------------------------- */
}

div.jSvg div.hScrollBox div {
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    cursor:grab;

    /* -CSS3/ --------------------------------- */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* -/CSS3 --------------------------------- */
}
body.grabbing,
body.grabbing div.jSvg div.vScrollBox div,
body.grabbing div.jSvg div.hScrollBox div{
    cursor:grabbing !important;
}
/* ---------------------------------- */
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;
}
/* ---------------------------------- */
/* 枠線非表示 */
.no-border .viewAreaBoxm,
.no-border svg {
  border:none !important;
}
.no-border .lineBox,
.no-border .none_element {
  display:none !important;
}
