/*******************************************
*
* 国際医療福祉大学病院 病院について 運営理念・ご挨拶
* 2018.6.5
*
********************************************/

@charset "UTF-8";


#s01 dl{
	display:block;
	/*overflow:hidden;*/
}

#s01 dl > dt{
	display:block;
	/*overflow:hidden;*/
	font-size:1.4em;
	line-height:125%;
	font-weight:bold;
	padding-bottom:0.5em;
	border-bottom:1px solid #333333;
}

#s01 dl > dd{
	display:block;
	overflow:hidden;
	margin:1em 0 2em;
}

#s02 h5,
#s03 h5,
#s04 h5{
	display:block;
	/*float:left;*/
}

#s02 .photoBox,
#s03 .photoBox,
#s04 .photoBox{
	float:right;
	margin-left:2em;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {
	#s02 h5,
	#s03 h5,
	#s04 h5{
		text-align:center;
	}
	#s02 .photoBox,
	#s03 .photoBox,
	#s04 .photoBox{
		width:40%;
		margin-left:1em;
	}
	#s02 .photoBox > img,
	#s03 .photoBox > img,
	#s04 .photoBox > img{
		width:100%;
		height:auto;
	}
}

