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

 file name  : misc.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
.con_misc {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
	.con_misc {
		width: 95%;
	}
}

@media print {
	.con_misc {
		width: 95%;
	}
}

.ie8 .con_misc {
	width: 95%;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background: url(../misc/images/img_title.jpg) center center no-repeat;
}

@media only screen and (max-width: 767px) {
	.con_title {
		background-size: cover;
	}
}

/* -----------------------------------------------------------
	.con_misc
----------------------------------------------------------- */
.con_misc {
	text-align: center;
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.con_misc {
		margin-top: 50px;
	}
}

/*# sourceMappingURL=../maps/misc.css.map */
