@charset "utf-8";
/* CSS Document */

/*content05--------------*/

#content05 ul{
	list-style:none;
}

#content05 ul li{
	float:left;
	text-align:center;
	width:50%;
	margin-bottom:10px;
}


/*--------------ボランティア活動--------------*/

@media screen and (max-width:743px){
#volunteer .floatR, #volunteer .floatL{
	float: none !important;
	text-align: center;
}
#volunteer img{
	width: auto;
	height: auto;
	max-width: 100%;
}
}
#volunteer p{
	margin-bottom:10px;
}

#volunteer .main-img img{
	margin:0 5px;
	margin-right:15px;
	border:1px solid #CCC;
	padding:5px;
}

#volunteer .img-list img{
	margin-right:3px;
}

#volunteer .poem{
	font-size:16px;
	line-height:20px;
	color:#000;
}

#volunteer table{
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
}

#volunteer table td{
	padding:5px;
}
