/*たいよう動物クリニック
----------------------------------------*/
#topimage .ti{
	background-image:url(./../images/institution/topimage.png);
}
#section1 h4{
	background:url(./../images/institution/point.png) no-repeat left center;
	padding-left:15px;
}
/*PC
--------------------------------------------------*/
@media screen and (min-width:1000px),print{
	#section1 h4{
		font-size:1.143em;
	}
	#section1 ul{
		margin-left:-20px;
	}
	#section1 ul li h4{
		margin-bottom:10px;
	}
	#section1 ul li{
		float:left;
		overflow:hidden;
		margin-left:20px;
		margin-bottom:20px;
	}

}
/*PC&Tab
--------------------------------------------------*/
@media screen and (min-width:641px),print{
	#section1 h4{
		font-size:1.143em;
	}
}
/*Tab
--------------------------------------------------*/
@media screen and (max-width:999px) and (min-width:641px){
}
/*Tab&Phone
--------------------------------------------------*/
@media screen and (max-width:999px){
	#section1 ul li{
		margin-bottom:5%;
	}
	#section1 ul li h4{
		margin-bottom:2%;
	}
	#section1 ul li .image{
		text-align:center;
	}

}
@media screen and (max-width:640px){
}