@charset 'UTF-8';/*---------------------------------------------------------------------------------error
-----------------------------------------------------------------------------------
font size
150% = 24px
138% = 22px
125% = 20px
113% = 18px
100%  = 16px
88%  = 14px
75%  = 12px
63%  = 10px
---------------------------------------------------------------------------------*//*import---------------------------------------------------------------------------------*/@import 'common.css';/*背景画像撤去---------------------------------------------------------------------------------*/
#all {
  background: #fff;
}
/*
エラー表示---------------------------------------------------------------------------------*/
#error {
  border: 1px solid #c00;
  margin: 20px;
  padding: 30px;
}

#error h3 {
  color: #c00;
  font-size: 138%;
  font-weight: bold;
}

#error p {
  color: #c00;
  margin: 30px 0;
}

#redirect {
  background: #eee;
  font-size: 88%;
  line-height: 1.5;
  padding:  20px 30px;
  text-align: center;
}

#redirect a {
  color: #0084ff;
}