@charset "utf-8";
/* ==========================================================

shelulu_univaly_e > feature.css

========================================================== */

/*-----------------------------------------------------------
	共通
-----------------------------------------------------------*/
#main h3 {
    background: rgba(0, 0, 0, 0) url("../../image/ttl_bg.png") no-repeat scroll 0 bottom;
    border-bottom: 3px solid #71bbdd;
    color: #084d6c;
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    overflow: hidden;
    padding: 0 0 0 20px;
}

#main h3 span {
    display: inline-block;
    font-weight: bold;
    line-height: 1.8;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.inner_area {
	margin: 30px 0 0 0;
}

.content_area {
	padding: 15px 10px 0 10px;
}

.content_area:after {
	content: "";
	clear: both;
	display: block; 
}

.content_area figure {
	width: 264px;
	text-align: center;
	float: left;
	margin: 0 25px 0 0;
}

/* 導入部分 */
#main p.header_lead {
	width:45em;
	margin:16px auto 20px;
}

/*-----------------------------------------------------------
	#reinforced_concrete
-----------------------------------------------------------*/
#reinforced_concrete {
	width: 820px;
	margin: 40px auto 0 auto;
}

#reinforced_concrete {
	width: 820px;
	margin: 40px auto 0 auto;
}

/*-----------------------------------------------------------
	.performance
-----------------------------------------------------------*/
.performance {
	float: left;
	width: 250px;
	margin: 60px 25px 70px 0;
}

.performance:nth-of-type(1) {
	clear: both;
}

.performance:nth-of-type(3) {
	margin: 60px 0 0 0;
}

.performance dt img {
	width: 250px;
	float: none;
	margin: 0 0 10px 0;
}

.performance dl {
	width: 250px;
	margin: 0 auto;
}

.performance dt {
	text-align: center;
	font-size: 18px;
	color: #084d6c;
	font-weight: bold;
}

.performance dd {
	width: 220px;
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
	border-top: 1px solid #084d6c;
}

.performance figure:nth-of-type(2) {
	margin: 30px 0 0 0;
}



