/*******************************************
*
* 国際医療福祉大学病院 病院について 病院のご案内
* 2018.6.5
*
********************************************/

@charset "UTF-8";


#mapPict{
	display:block;
	overflow:hidden;
	width:653px;
	margin:0 auto;
}
#mapPict2{
	display:block;
	overflow:hidden;
	width:335px;
	margin:0 auto;
}
#mapPict dl{
	display:block;
	overflow:hidden;
	margin-top:1em;
}

#mapPict dl > dt{
	width:4em;
	float:left;
	clear:both;
	padding: 0.25em 0;
}

#mapPict dl > dd{
	display:block;
	overflow:hidden;
	width:calc(100% - 4em);
	padding: 0.25em 0;
}

#s03_01 h4{
	margin-top:2em;
}

#s03_01 .photoBox{
	margin:1em 0.5em;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	#mapPict{
		width:100%;
	}

	#mapPict > img{
		width:100%;
		height:auto;
	}
}

@media screen and (max-width: 738px) {

	#mapPict2{
		width:100%;
	}

	#mapPict2 > img{
		width:100%;
		height:auto;
	}
}























