@CHARSET "UTF-8";
.sidemenu{
    overflow:hidden;
    width:135px;
}

.sidemenu_btn {
    height:60px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    cursor:pointer;
}

.sidemenu_btn:first-of-type {
    border-top-width:1px;
    border-top-style:solid;
}

.size_toggle_btn{
    height:30px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    font-weight: 500;
    cursor:pointer;
}

.menu_link{
    font-size: 12px;
    box-sizing:border-box;
    background-repeat:no-repeat;
    background-position: 0 center;
    padding-left:58px;
    padding-right:3px;
    display:block;
    height: 100%;
    text-decoration:none;
    color:white;
    font-family:"メイリオ", sans-serif;
    white-space:pre;
    white-space:pre; /* 伸縮アニメーション時に表示を崩さないため必要 */
}
.menu_link_tall{
    padding-top:18px;
}
.menu_link_short{
    padding-top:8px;
}
.icon_toggle {
    background-image: url("/fs/common/image/sidemenu/toggle_icon.png");
}


/* グローバルメニューのスクロールボタン */
#scroller{
    position:fixed;
    bottom:0;
    left:0;
    height:30px;
}

.scroller_btn{
    color:white;
    display:inline-block;
    line-height:30px;
    text-align:center;
}

