.yubi {
    cursor: pointer;
}

/* フッターにメッセージ */
#order_btn_display{
  position:fixed;
  right:50px;
  bottom:20px;
  transition:1s;
  z-index:1000;
}
#kumitate_btn_display{
    position:fixed;
    left:50px;
    bottom:20px;
    transition:1s;
    z-index:1000;
  }

/* #articleがその場所より下にスクロールすると追従する */
/* #article{
  position:fixed;
  right:15px;
  bottom:10px;
  transition:1s;
  z-index:1000;
  background-color: #eee;
} */

#gl_category {
    height: 100px; /* 例として200pxに設定 */
}
#customer {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 5px;
}