/*******************************************
*
* 国際医療福祉大学病院 糖尿病教室
* 2018.6.12
*
********************************************/

@charset "UTF-8";




/* ==========================================================
*
* コーナー共通
*
========================================================== */
.pastEvent{
	background-color:#dedede;
}

/* ==========================================================
*
* 運動の紹介
*
========================================================== */
.ytFrame{
	display:block;
	overflow:hidden;
	width:480px;
	margin:0 auto;
	position:relative;
}

.ytFrame iframe{
	width:480px;
	height:260px;
	border:1px solid #333333;
}

.ytFrame dl{
	display:block;
	overflow:hidden;
	margin-top: 1em;
}
.ytFrame dl > dt{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.5em;
}


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

    .ytFrame{
    	width:320px;
    }
	 .ytFrame iframe{
		width:320px!important;
		height:186px!important;
	}   

}
