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

/*hospital.html--------------------------------------------------*/
#contents_main .ttl6{
	width:665px;
}
.photobox{
	width:700px;
	overflow:hidden;
}
.photobox li{
	float:left;
	width:220px;
	height:300px;
	display:block;
	margin:0 12px 20px 0;
}
.photobox li.hlong{
	height:350px;
}
.photobox li p{
	width:220px;
	height:40px;
	display:block;
	background-color:#d3e5f6;
	color:#0d6fb8;
	font-weight:bold;
	padding:12px 0 0 0;
	text-align:center;
	margin-bottom:10px;
}
.photobox li a img{
	border:none;
}
.photobox li span{
	display:block;
	width:220px;
	height:80px;
	margin-top:5px;
}
