@charset "utf-8";

body {
  font: 16px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
}


#page h1.ttl {
  color: #000000;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  height: 50px;
  position: relative;
}
#page h1.ttl span {
  color: #333333;
  font-weight: normal;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 0 45px;
  white-space: nowrap;
}


#sys-error-content {
  padding: 30px 20px;
  line-height: 1.5;
}