@charset "UTF-8";
/* CSS Document */
.box {
  display: flex;
  width: 100%;
  height: 280px;
	overflow-x: scroll;
}
 
.box div {
  width: 100%;
 flex-shrink: 0;
}

