/*sidrカスタム*/
.menu-button {
    display: block;
    position: absolute;
    top: 65px;
    left: 25px;
    /*overflow: hidden;*/
    width: 24px;
    height: 24px;
    /*text-indent: -9999px;*/
}

.menu-button.right {
    right: 25px;
    left: auto;
}

.menu-button.right {
    right: 25px;
    left: auto;
}

.menu-button.fixed {
    position: fixed;
}

.menu-button.right.help {

}

.menu-button.right.tool {

    right: 75px;
    left: auto;
}

.menu-button.right.app {

    right: 125px;
    left: auto;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 999998;
    display: none;
}

.sidr-open #overlay {
    display: block;
}

.sidr.fullwidth {
/* Settings for fullwidth */
    width: 90%;
}

.sidr.left.fullwidth {
/* Settings for fullwidth */
    left: -90%;
}

.sidr.right.fullwidth {
/* Settings for fullwidth */
    right: -90%;
}

.close-button {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 999;
    background: #dfdfdf;
    color: #333;
}

.close-button a,
.close-button span {
    display: inline;
    text-decoration: none;
    color: #333;
    line-height: 48px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}