@charset "UTF-8";
#summary{
	　　min-height: 100%; /* 背景画像をhtml要素に表示 */
	background-size: cover; /* 背景画像をhtml要素にフィット */
	background-image: url(../images/header_images/activity_bg.jpg);
	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
}