/*******************************************
*
* 国際医療福祉大学病院 交通のご案内
* 2018.6.5
*
********************************************/

@charset "UTF-8";




/* ==========================================================
*
* コーナー共通
*
========================================================== */

#s01 .photoBox,
#s02 .photoBox{
	max-width:326px;
}

#s01 #jr .photoBox{
	max-width:278px;
}


.photoBox > span {
	text-align:left;
	padding-left: 1em;
}

.idt2em{
	display:block;
	/*text-indent:-1.5em;
	padding-left:1.5em;*/
}

#access .photoBox > span {
    line-height: 155%;
}

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

	.photoBox > span {
	    font-size: 1.0em;
	}
	.photoBox img{
		width:100%;
		height:auto;
	}

	.photoBox{
		margin:0 auto;
	}

	#s01 .photoBox img,
	#s02 .photoBox img{
		max-width:270px;
	}

	#s01 #jr .photoBox img{
		max-width:226px;
	}

}