@charset "UTF-8";
#summary{
	　　min-height: 100%; /* 背景画像をhtml要素に表示 */
	background-size: cover; /* 背景画像をhtml要素にフィット */
	background-image: url(../images/header_images/eco_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
}
.headerimage_bottom {
	background-image: url(../images/header_bottom.png);
	background-repeat: repeat-x;
	height: 15px;
}.img-activity-div {
	clear: left;
	height: 220px;
}
.img-activity-div  li {
	padding: 3px;
	float: left;
	list-style-type: none;
}
.img-activity-text {
	display: inline;
	float: left;
	width: 98.03921569%%;
	margin: 0 .98039216%;
	*width:98.03921569%;
	*margin:0 .92830882%;
	padding: 0.5em 0
}


.eco-exp{
	font-size:1rem;
	
}

.eco_table{
	width: 100%;
}
.eco_table th{
	width: 25%;
}
.eco_table td{
	width: 25%;
	text-align: center;
}