/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2022 | 13:30:57 */
/* rotatingtweet */
.rotatingtweet {
  padding: 1.2em !important;
  margin: 5px 0 !important;
}

.norotatingtweets .rotatingtweet {
  border: 1px solid #55acee;
   /* border-bottom: none; */
  margin-bottom: 20px !important;
  border-radius: 4px;
}

#content .norotatingtweets {
  border-top: none;
  border-bottom: 1px solid #55acee;
}

.rtw_info {
  height: 30px;
}

.rtw_id,
.rtw_intents {
  display: none !important;
}

.rtw_icon img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
/*  max-height: 2.0em !important;*/
}

.rtw_main {
  font-family: 'Noto Sans JP';
  font-size: 1.8rem !important;
  margin: 10px 0;
  color: #333;
}

.rtw_media img {
  max-height: 300px !important;
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

}