*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body{
  width: 100%;
  height: 100%;
  background-color: #111;
  background-color: #fff;
  font-size: 14px;
  font-family: "IPAexGothic", "IPAexゴシック";
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 


html, body{
  width: 100%;
}

body{
  background-color: #efefef;
}

#page-single{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 0;
}

.block-error{
  text-align: center;
}

.error-num{
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  width: 100%;
  color: #c7a76f;
  line-height: 50px;
}

.error-text{
  font-size: 20px;
  color: #22263c;
  width: 100%;
  font-weight: 200;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 50px;
}

.error-description{
  color: #999;
  padding-bottom: 20px;
}

h2{
  color: #666;
}

.error-request table{
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.error-request table th,
.error-request table td{
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 4px 10px;
}

.error-stack{
  text-align: left;
}