@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
.scroll-box {
  overflow: auto;
  margin-bottom:10px;
  white-space: nowrap;
}
.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #F3F3F3;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCCCCC;
}
@media only screen and (min-width: 414px) {
  .scroll-box {
    white-space: normal;
  }
}
