@charset "utf-8";
/* CSS Document */


.interviewSection {
	margin-bottom: 62px;
	margin-bottom: 32px\9;
	/margin-bottom: 32px;
}

	.interviewSection h2 {
		background: #ada696;
		font-size: 234%;
		padding: 15px;
		color: #fff;
		margin-bottom: 35px;
	}
	
	.interviewSection h3 {
		font-size: 200%;
		color: #568700;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		padding-bottom: 2px;
		margin-bottom: 25px;
	}

	.interviewSection h3.interviewHead {
		font-size: 234%;
		border-bottom: none;
	}
	
	.interviewSection .mainVisual {
		margin-bottom: 0;
	}

.featuresHead {
	border: 1px solid #ccc;
	line-height: 1.7;
	padding: 12px;
	margin-bottom: 30px;
}

	.interviewSection .colBox{
		clear: both;
		zoom: 1;
	}
	.interviewSection .colBox:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.interviewSection .colBoxLeft {
		float: left;
		margin-right: 40px;
	}
	.interviewSection .colBoxLeft.imgBox {
		margin-bottom: 70px;
		_margin-right: -30px;
	}
		.interviewSection .colBoxLeft p {
			font-size: 100%;
			color: #333;
			margin-top: 8px;
			width: 230px;
		}
.interviewSection .colBoxRight {
	float: right;
	margin-left: 30px;
}
.interviewSection .colBoxRight.imgBox {
	width: 300px;
}
	.interviewSection .colBoxRight.imgBox img {
		margin-bottom: 9px;
	}
	.interviewSection .colBoxRight.imgBox p {
		font-size: 100%;
		text-align: right;
		color: #24292d;
	}

.interviewSection p {
	font-size: 117%;
	margin-bottom: 30px;
}

	.interviewSection p span {
		color: #476f00;
		font-weight: bold;
		margin-right: 5px;
	}


