@charset "utf-8";
@import url('http://fonts.googleapis.com/css?family=Noto+Sans');

#groupMenu {
    width: 100%;
    margin: 20px 0 10px;
    display:flex;
    display:-ms-flex;
}

#group_div {flex:1;height:49px}



#group_div a {display:block;float:left;margin-left:0px;padding:10px 0;width:100%;border:1px solid #313131;background:#000;color:#fff;text-align:center;letter-spacing:-0.1em;font-size:1.45em;line-height:1.8em;font-weight:bold;cursor:pointer}
#group_div:first-child a{} 
#group_div:last-child a{} 


#group_div a:focus, #group_div a:hover, #group_div a:active {text-decoration:none;background:#000 url(../img/left_bg.png) no-repeat center 0;color: #fff;}

#group_div.on {font-weight:bold;}
#group_div .on a {
    color: #ffc800;
}
#group_div .on span {position:relative;    z-index: 1;}
#group_div .on span::before {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #f7d800;
    bottom: 2px;
    z-index: -1; */
}
#group_div.on a {background:#f26f21 url(../img/left_bg.png) no-repeat center 0; color: #fff;font-weight:bold;}
#group_div.on a:hover {background:#f26f21 url(../img/left_bg.png) no-repeat center 0;color: #fff;}