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

 file name  : company_greeting.css
 author     : Ability Consultant
 style info : 代表挨拶
=================================================================== */
.con_message {
	max-width: 1140px;
	margin: auto;
}

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

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

.ie8 .con_message {
	width: 95%;
}

.con_message .box_message .con_img:after {
	content: "";
	display: table;
	clear: both;
}

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

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

#contents {
	overflow: hidden;
}

/* -----------------------------------------------------------
	.con_message
----------------------------------------------------------- */
.con_message {
	margin: auto;
	max-width: 1140px;
}

.con_message .box_message .box_txt {
	margin-bottom: 2%;
	float: left;
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_message .box_message .box_txt {
		margin-bottom: 2%;
	}
}

@media only screen and (max-width: 767px) {
	.con_message .box_message .box_txt {
		margin-bottom: 5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_message .box_message .box_txt {
		padding-right: 12px;
	}
}

.con_message .box_message .box_txt .text {
	margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
	.con_message .box_message .box_txt .text {
		margin-bottom: 2%;
	}
}

.con_message .box_message .con_img {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

.con_message .box_message .con_img .box_img {
	width: 20%;
	margin-right: 4%;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.con_message .box_message .con_img .box_img {
		width: 45%;
		margin: 0 2%;
	}
}

.con_message .box_message .con_img .box_img .img {
	margin-bottom: 2%;
}

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