@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
#contents {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (max-width: 1280px) {
  #contents {
		width: 95%;
  }
}
@media print {
  #contents {
		width: 95%;
  }
}
.ie8 #contents {
	width: 95%;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
	padding: 100px 0;
}
