.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height:0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     right:0;
     width: 100%;
     height:100%;
     display:block;
     margin:0 auto;
}

#notes_tbl {margin-left:auto;margin-right:auto;width:96%;}

#notes_tbl td {border-bottom: 1px solid #b5b1b1;}

#notes_tbl th {
 width: 20px;
 text-align:left;
 vertical-align:top;
 color:#0a0;
 font-size:120%;
 border: none;
}

/* facebookのためのCSS */

.facebook_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}

div#news {
	word-wrap: break-word;
}

/* cm news 表示 */
div#news div#information div {
	margin: 10px 20px 20px 20px;
	border-top: 1px dotted #333333;
	padding: 10px 0 20px;
}

div#news div#information div:first-child {
	border-top: none;
	padding-top: 0;
}

div#news dt{
	font-weight:600;
	font-size:110%;
}

div#news dd{
	margin-left:10px;
}

