#concept_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
#concept_wrap h2 {
	font-size: 25px;
	margin: 0;
	padding: 80px 0;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.w100 {
	width: 100% !important;
}
#concept_wrap #concept_emmi .conceptText {
	width: 100%;
	float: none;
	margin: 40px auto 200px;
}
#concept_wrap .conceptText h3 {
	font-size: 29px;
	font-family: futura-pt, sans-serif;
	margin-bottom: 34px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
}
#concept_wrap #concept_emmi .conceptText p.concept {
	max-width: 840px;
}
#concept_wrap .conceptText p {
	width: 100%;
	margin: 0 auto 25px;
	max-width: 340px;
	line-height: 2.5em;
	font-size: 12px;
	text-align: center;
	height: 200px;
	letter-spacing: 0.1em;
}
.more_button {
	text-align: center;
	line-height: 1.5;
}
.more_button a {
	display: block;
	padding: 14px 0px;
	max-width: 200px;
	margin: 0 auto;
	font-size: 11px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#concept_emmi, #concept_other {
	margin: 0 auto;
	width: 90%;
}
#concept_wrap dl {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 50%;
	float: left;
}
.border_bottom {
	border-bottom: 1px solid;
}
.more_button a:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
#concept_wrap dl:last-child {
    padding-bottom: 200px;
}
