@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [corporate]
 *
 * ==========================================================================
 */

.messageWrapper {
	padding-right: 7em;
}

.message {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}

.photoWrapper {
	width:637px;
}


.photoVox { 
	background-color:#ffb400;
}
	.photoVox figure {
		display: table;
	}
		.photoVox figure figcaption,
		.photoVox figure img {
			display: table-cell;
			vertical-align: bottom;
		}
		.photoVox figure figcaption {
			width:160px;
			float:left;
			padding:110px 0 0 30px;
		}

		.photoVox figure img {
			float:right;
		}

.careerVox { 
	background-color:#e4e4e4;
}
	.careerVox figure {
		display: table;
	}
		.careerVox figure figcaption,
		.careerVox figure img {
			display: table-cell;
			vertical-align: bottom;
		}
		.careerVox figure figcaption {
			width:160px;
			float:left;
			padding:140px 0 0 40px;
		}



.career {
	background-color:#f3f3f3;
	width:637px;
	vertical-align:auto;
}

.career_left {
	width:160px;
	background-color:#e4e4e4;
	float:left;
}

.career_right {
	background-color:#f3f3f3;
	width:477px;
	float:right;
	padding:40px 20px;
}

.career h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 4px solid #000;
	width: 4em;
	margin: 0 auto 50px;
	padding-bottom: 0.5em;
}

.careerVox dl {
	font-weight: bold;
	display: table;
	font-size: 12px;
}
.careerVox dt {
	width: 5em;
}
.careerVox dt,
.careerVox dd {
	display: table-cell;
}

.careerVox dd {
	line-height: 2;
}