/* Enter Your Custom CSS Here */
/*----コンテンツ部分の中のミニタイトル部分--------*/
h3 {
/* font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
margin-bottom:20px;
padding:5px 7px;
font-weight:bold;
font-size:14px;                /*----文字サイズ--------*/
background-color:#EEF0EF;      /*----背景色--------*/
border-bottom:#0173B0 solid 3px;  /*----背景色の下の線の色・線の種類・太さ--------*/
}

table,tr,td{
font-size:15px;
vertical-align:middle;
}

.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}