@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* PC START ###################################################### */

.twitter {
  max-width: 600px;
  margin: 0 auto;
  max-height: 500px;
  overflow-y: auto;
}

/* PC END ###################################################### */

@media screen and (max-width: 768px) {
  /* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

  /* tablet END ###################################################### */
}
@media screen and (max-width: 468px) {
  /* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

  /* smartphone END ################################################## */
}
