/* CSS Document */
#error .content__asnav {
  display: none; }
#error .center {
  text-align: center; }

.error_box {
  padding-top: 32px;
  padding-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .error_box {
      padding-top: 16px; } }
  .error_box > h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .error_box > h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 20px; } }
  .error_box > h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.4; }
    @media screen and (max-width: 640px) {
      .error_box > h3 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 32px; } }
    .error_box > h3 > br {
      display: none; }
      @media screen and (max-width: 640px) {
        .error_box > h3 > br {
          display: inline-block; } }
  @media screen and (max-width: 640px) {
    .error_box .error_p {
      text-align: left; } }

.content__wide {
  background: #fff;
  padding: 24px 50px 64px; }

/*# sourceMappingURL=common_error.css.map */
