@charset "UTF-8";
/* CSS Document */
body {
  /*background:none;
	background-color:#fbdfed;*/
}
.sponsored {
  text-align: right;
  font-size: 0.75em;
}
table {
  width: 100%;
  /*border-collapse:collapse;*/
  border: none;
  margin-bottom: 1em;
}
th, td {
  /*padding:1em;*/
  /*border:1px solid #ccc;*/
  padding: 0.5em;
  border: none;
  vertical-align: top;
}
.time {
  text-align: center;
}
.yaku {
  white-space: nowrap;
  /*border-top:1px solid #aaa;*/
  border-right: 1px solid #aaa;
}
.names {
  border: 0;
}
.inst {
  font-size: 12px;
  margin-left: 0.5em;
}
/*.banner{
	border:1px dotted #aaa;
	padding:1em;
}*/
.banner {
  text-align: center;
}
.banner img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.watch {
  width: 100%;
  text-align: center;
  padding: 1em;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #da526b;
  color: white;
  border-radius: 0.5em;
  border: 2px solid #999;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}