@charset "UTF-8";
/* CSS Document */
/* 障害掲示板の中のスタイル */
.news-body {
  margin: 0 auto;
  width: 94%;
  color: #2C2111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  font-size: 0.9em;
  text-align: center;
  overflow-y: scroll !important;
}
/* タイトル */
.news-title {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: solid 1px #2C2111;
}
/* 赤大文字 */
.red-large {
  color: #E8451F;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 140%;
}
/* 投稿時刻 */
.time-recoard {
  padding-top: 0.5em;
  color: #BBB;
  text-align: right;
  border-top: solid 1px #CCC;
}
