/*******************************************
*
* 国際医療福祉大学病院 後期研修医（専攻医）募集
* 2018.6.5
*
********************************************/

@charset "UTF-8";


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


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

    /**/

}

/* ==========================================================
*
* 後期研修医（専攻医）募集
*
========================================================== */

/********************************
TOP
********************************/
#s03 h5 > span{
    margin-bottom:0;
}

#s20 h5 > span,
#s21 h5 > span,
#s23 h5 > span,
#s24 h5 > span{
    margin-bottom:0;
}

/********************************
各プログラムの体制
********************************/

dl.dlCompact_10m > dt{
	width:12em;
}

dl.dlCompact_10m > dd{
	width:calc(100% - 12em);
	min-height:4em;
}

dl.dlCompact_10m > dd img{
	margin-right:10px;
}
.docInfo{
	display:block;
	overflow:hidden;
	width:calc(100% - 110px);
}

.docInfo strong{
	font-size:1.2em;
	line-height:200%;
}

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

	dl.dlCompact_10m > dt{
		width:100%;
		float:none;
	}

	dl.dlCompact_10m > dd{
		width:100%;
		border-left:none;
		min-height:initial;
	}

	.docInfo{
		width:100%;
	}

