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

@charset "UTF-8";



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

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

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%;
	}

