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

 file name  : guide.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_guide {
	max-width: 1140px;
	margin: auto;
}

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

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

.ie8 .con_guide {
	width: 95%;
}

.con_guide:after, .con_guide ul:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_guide
----------------------------------------------------------- */
.con_guide {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_guide {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide {
		margin-bottom: 40px;
	}
}

.con_guide ul li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_guide ul li {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide ul li {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide ul li {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_guide ul li {
		width: 33.3%;
	}
}

#bg_page {
	background-image: url(../guide/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../guide/images/bg_title-sp.jpg);
	}
}

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