@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : mypage_exhibit.css
 author     : Ability Consultant
 style info : 出品する
=================================================================== */
.con_exhibit {
	max-width: 1100px;
	margin: auto;
}

@media only screen and (max-width: 1200px) {
	.con_exhibit {
		width: 92%;
	}
}

/* -----------------------------------------------------------
	.con_exhibit
----------------------------------------------------------- */
.con_exhibit .box_exhibit {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_exhibit .box_exhibit {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.con_exhibit .box_exhibit {
		margin-bottom: 1.75em;
	}
}

.con_exhibit .box_exhibit .title {
	text-align: center;
	font-size: 124%;
	margin-bottom: 30px;
	color: #d72b27;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_exhibit .box_exhibit .title {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_exhibit .box_exhibit .title {
		margin-bottom: 0.75em;
	}
}

.con_exhibit .box_exhibit .text {
	text-align: center;
	line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	.con_exhibit .box_exhibit .text {
		text-align: left;
	}
}

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