
#concept{
	padding: 60px 0;
	background: url(img/concept_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

#concept_in{
	width: 840px;
	height: 820px;
	text-align: center;
	background: url(img/concept.png) no-repeat;
	box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#concept_in h3{
	text-indent: -9999px;
	height: 270px;
}

#concept_in p{
	font-size: 13px;
	line-height: 20px;
	border-top: 1px dotted #ffcbda;
	padding: 25px 0;
}

#concept_in p:last-of-type{
	border-bottom: 1px dotted #ffcbda;
}

#concept_in p em{	color: #ff568e;}
