/*


error-common-style


*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  justify-content: center;
}
body main {
  padding-top: 160px;
  position: relative;
}
body main img {
  padding-right: 48px;
}
body main img:last-of-type {
  position: absolute;
  top: 300px;
  right: 50%;
  width: 141px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  height: 151px;
  padding-right: 0;
}
body main .btn {
  text-align: center;
  margin-top: 26px;
}
body main .btn a {
  display: inline-block;
  width: 120px;
  height: 36px;
  background-color: #E99122;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}
body main .btn a:first-of-type {
  margin-right: 10px;
}
