/* scrollbar.css — webkit-scrollbar rules (圧縮対象外) */

/* カートエリア */
section#itemDetail-wrap .cartArea::-webkit-scrollbar { display: none; }

/* サイドカラム */
#sub-column::-webkit-scrollbar { width: 2px; }
#sub-column::-webkit-scrollbar-track { background-color: rgba(0,0,0,0); border-radius: 3px; }
#sub-column::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 2px; }

/* ニュースフレーム */
.news_frame_wrap::-webkit-scrollbar { width: 10px; }
@media screen and (max-width: 768px) {
  .news_frame_wrap::-webkit-scrollbar { width: 5px; }
}
.news_frame_wrap::-webkit-scrollbar-track { background-color: rgba(0,0,0,0); border-radius: 3px; }
.news_frame_wrap::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 2px; }

/* お知らせ iframe */
#contents #main-column .top_news .news_list iframe::-webkit-scrollbar { width: 2px; }
#contents #main-column .top_news .news_list iframe::-webkit-scrollbar-track { background-color: rgba(0,0,0,0); border-radius: 3px; }
#contents #main-column .top_news .news_list iframe::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 2px; }
