@charset "UTF-8";
/* CSS Document */

/*----リンク　links -------------*/

div#links {
	width:708px;
	height:auto;
	margin-top:24px;
	background-color:#ffffff;
}

/*----病院の取り組み effort h2.title-------------*/

div#links h2.title {
	width:700px;
	height:36px;
	font-size:18px;
	color:#ffffff;
	line-height:36px;
	letter-spacing:.2em;
	padding-left:8px;
	border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	-moz-border-radius:6px 6px 0px 0px;
	background-color:#4bb88d;
	margin-bottom:12px;
	display:inline-block;
}



/*----リンク links-container-------------*/


div#links-container{
	width:708px;
	height:auto;
}

div#links-container ul{
	padding-bottom:16px;
}

div#links-container ul:last-child{
	padding-bottom:0px;
}

div#links-container ul li{
	display:inline-block;
	/*width:224px;
	height:124px;*/
	width:345px;
	height:152px;
	margin-right:18px;
	float:left;
}

div#links-container ul li img{
	width:345px;
	height:152px;
}

div#links-container ul li:last-child{
	margin-right:0px;
}


div#links-container ul li a{
	display:inline-block;
	width:220px;
	height:120px;
	/*border:2px solid #4bb88d;
	font-size:16px;
	text-decoration:none;*/
}
