@charset "UTF-8";

/*「トップページ」テキスト幅*/
#guest{
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 64em) {
  #guest{
    width: 100%;
	text-align: center;
  }
}

@media only screen and (max-width: 40em) {
  #guest{
    width: 100%;
  }
}

/*「次回の見どころ」テキスト幅*/
.fz20{
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 64em) {
  .fz20{
    width: 100%;
	text-align: center;
  }
}

@media only screen and (max-width: 40em) {
  .fz20{
    width: 100%;
  }
}

/*「視聴者は見た！」テキスト幅*/
.fz21{
  width: 92%;
  text-align: left;
}

@media only screen and (max-width: 64em) {
  .fz21 {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  .fz21{
    width: 90%;
  }

  .pc_guest {
	display: none;
  }
}

#next_highlight, #next_guest, #next_host {
  white-space: pre-line;
}
