body {
  background: #fafbfb;
  font-size: 17px;
}

a {
  color: #148cc5;
}

body>img {
  width: 500px;
  margin: 10px auto 10px;
  display: block;
}

body>div {
  background: #fff;
  padding: 20px;
  margin: 50px auto 0;
  width: 920px;
  border: solid 1px #ddd;
  border-radius: 4px;
}

body>div>h4 {
  font-size: 125%;
}
body>div>h4:before {
  content: "停止期間：";
  font-size: 80%;
  font-weight: normal;
}

body>div>p:after {
  content: "皆様にはご迷惑をおかけいたしますが、メンテナンス終了後に再度アクセスしていただきますようお願い申し上げます。";
  display: block;
}

body>div>ul>li:before {
  content: "freeeの各サービス稼働状況は";
}
body>div>ul>li:after {
  content: "にてお送りしております。";
}
body>div>ul>li:last-child:before {
  content: "操作方法については、";
}
body>div>ul>li:last-child:after {
  content: "をご参照ください。";
}

body>div>div {
  margin: 0 auto;
  width: 600px;
}

body>p {
  margin: 10px auto 50px;
  width: 920px;
  text-align: center;
}
body>p:after {
  content: " | Copyright © 2012-2025 freee K.K.";
}
