/*******************************************
*
* 国際医療福祉大学病院 病院について
* 2018.5.9
*
********************************************/

@charset "UTF-8";




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

dl.dlCompact_12m dt{
	width:14em;
}
dl.dlCompact_12m dd{
	width:calc(100% - 14em);
}

dl.dlCompact_22m dt{
	width:22em;
}
dl.dlCompact_22m dd{
	width:calc(100% - 22em);
}

dl.dlCompact_30m dt{
	width:30em;
}
dl.dlCompact_30m dd{
	width:calc(100% - 30em);
}

ul.twinLine{
	letter-spacing: -.4em;
	margin-bottom:25px;
}
ul.twinLine li{
	display:inline-block;
	min-width: 50%;
	letter-spacing: normal;
}

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

    dl.dlCompact_12m dt{
		width:100%;
		float:none;
	}
	dl.dlCompact_12m dd{
		width:100%;
		border-left:none!important;
	}
	
    dl.dlCompact_22m dt{
		width:100%;
		float:none;
	}
	dl.dlCompact_22m dd{
		width:100%;
		border-left:none!important;
	}
	
    dl.dlCompact_30m dt{
		width:100%;
		float:none;
	}
	dl.dlCompact_30m dd{
		width:100%;
		border-left:none!important;
	}

}


/* ==========================================================
*
* 病院概要･沿革
*
========================================================== */
.outline #s01 table th,
.outline #s02 table th{
	white-space:nowrap;
}

/* ==========================================================
*
* 恩賜館
*
========================================================== */
.youtubeBox{
	display:block;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	width:510px;
	height:315px;
}

.youtubeBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.youtubeBox{
		width: 100%;
		height: 100%;
		padding-bottom:56.25%;
	}

}


