#qmenu { display:inline-block;position:fixed; top:240px;right:20px;z-index:999; padding:35px 0 0; width:80px; /*height:420px;*/ height:330px; background:#f3f3f3; border-top-left-radius:40px; border-top-right-radius:40px; border-bottom-left-radius:40px; border-bottom-right-radius:40px;}
#qmenu > .layer-quick li { margin:0;width:80px; height:90px; text-align:center;font-family:'s-core-dream-medium'; font-size:13px; color:#444;  letter-spacing:-0.05em; }
#qmenu > .layer-quick a { display:inline-block;position:relative; width:54px; height:54px; margin-bottom:6px; background:#303747; border-radius:50%; line-height:51px; transition: all .6s ease transition:left 500ms, background-color 500ms;-webkit-transition:left 500ms, background-color 500ms;}
#qmenu > .layer-quick a:hover { background:#02AEF1; text-decoration:none;transition: all .6s ease }

#qmenu > .layer-quick .color_ { display:block; background:#86D7F1; margin:0 auto;margin-bottom:-10px;}

* {max-height:9999999999px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0,0,0,1);
}