@charset "UTF-8";
/* --------------------------------------------------
	
	Format Ver  : 1.0
	Last UpDate : 2020/03/05
	
	1 - 宣言
	2 - 全ページ共有
	3 - コンテンツエリア
	4 - タイムテーブル＆テーブル設定
	5 - 
	6 - 
	5 - 
	6 - 
	7 - 
	8 - 
	9 - 

/* --------------------------------------------------

	宣言

-------------------------------------------------- */
/* --------------------------------------------------

	全ページ共有

-------------------------------------------------- */
.pc {
  display: inline-block; }

.sp {
  display: none; }

/* スマホ用 */
@media screen and (max-width: 480px) {
  .pc {
    display: none; }

  .sp {
    display: inline-block; } }
/* --------------------------------------------------

	コンテンツエリア

-------------------------------------------------- */
#pageSec {
  padding: 20px 0 40px;
  background: #b9d200;
  overflow: hidden;
  position: relative; }

#pageSec .site-inner {
  background: #FFF;
  width: 0 auto;
  padding: 40px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

#timetable {
  width: 920px;
  margin: 0 auto; }

/* --------------------------------------------------

	タイムテーブル＆テーブル設定

-------------------------------------------------- */
#timetable h2 {
  position: relative;
  behavior: url(/common/js/ie/PIE.htc);
  font-weight: bold;
  font-size: 124%;
  text-align: center;
  /**/
  width: 250px;
  margin: 0 auto 40px auto;
  padding: 6px 0;
  border: 1px solid #ccc;
  border-radius: 50px; }
#timetable .timeslot {
  display: flex; }
  #timetable .timeslot li {
    margin: 0 0 10px 6px; }
    #timetable .timeslot li:first-child {
      margin-left: 0; }
    #timetable .timeslot li:hover {
      background: #b8b6a2; }
    #timetable .timeslot li a {
      font-size: 1.5em;
      font-weight: bold;
      letter-spacing: 0.2rem;
      text-align: center;
      width: 160px;
      height: 50px;
      padding: 0.25em 0;
      border: 1px solid #ccc;
      border-radius: 3px;
      box-sizing: border-box;
      display: inline-block; }
      #timetable .timeslot li a:hover {
        color: #fff !important; }
  #timetable .timeslot .thisWeek a {
    padding: 0.5em 0; }
  #timetable .timeslot .lastWeek a:before,
  #timetable .timeslot .nextWeek a:after {
    font-family: FontAwesome;
    font-size: 1.2em; }
  #timetable .timeslot .lastWeek a:before {
    content: '\f104';
    padding-right: 0.3rem; }
  #timetable .timeslot .nextWeek a:after {
    content: '\f105';
    padding-left: 0.3rem; }
#timetable .dayslot {
  display: flex;
  margin-bottom: 2em; }
  #timetable .dayslot li {
    width: 120px;
    height: 50px;
    margin-left: 4px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative; }
    #timetable .dayslot li:first-child {
      margin-left: 0; }
    #timetable .dayslot li:hover {
      opacity: 0.8; }
    #timetable .dayslot li:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-width: 10px 7px 0 7px; }
    #timetable .dayslot li a {
      color: #fff;
      font-weight: bold;
      text-align: center; }
  #timetable .dayslot .morning {
    background: #9BC034; }
    #timetable .dayslot .morning:before {
      border-color: #9BC034 transparent transparent transparent; }
  #timetable .dayslot .evening {
    background: #f2491c; }
    #timetable .dayslot .evening:before {
      border-color: #f2491c transparent transparent transparent; }
  #timetable .dayslot .night {
    background: #059fcc; }
    #timetable .dayslot .night:before {
      border-color: #059fcc transparent transparent transparent; }
  #timetable .dayslot .midnight {
    background: #7159b8; }
    #timetable .dayslot .midnight:before {
      border-color: #7159b8 transparent transparent transparent; }
#timetable .mark {
  float: right;
  font-size: 0.5rem;
  text-align: right; }
#timetable #menu table {
  background: #fff;
  width: 100%;
  table-layout: fixed; }
#timetable #menu th,
#timetable #menu td {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #b8b6a2;
  padding: 2px 0;
  border: 2px solid #fff;
  border-top: 0;
  border-bottom: 0;
  border-radius: 4px;
  box-sizing: border-box; }
#timetable #menu th {
  width: 120px; }
#timetable #menu td {
  width: 32px; }
#timetable #menu .w_Today_date {
  background: #f18d00; }
#timetable #menu .w_Sat_date {
  background: #03526B; }
#timetable #menu .w_Sun_date {
  background: #DE4954; }
#timetable .table_margin {
  margin-top: 2px; }
  #timetable .table_margin table {
    background: #fff;
    width: 100%;
    table-layout: fixed; }
  #timetable .table_margin td {
    color: #666666;
    font-size: 0.9em;
    line-height: 1.3;
    width: 120px;
    padding: 5px;
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 1px dotted #c0c0c0;
    box-sizing: border-box; }
    #timetable .table_margin td.w_Hour1, #timetable .table_margin td.w_Hour2, #timetable .table_margin td.w_Hour3, #timetable .table_margin td.w_Hour4 {
      color: #fff;
      font-weight: bold;
      text-align: center;
      width: 32px;
      border-bottom: 2px solid #fff; }
    #timetable .table_margin td.w_Hour1 {
      background: #9BC034; }
    #timetable .table_margin td.w_Hour2 {
      background: #f2491c; }
    #timetable .table_margin td.w_Hour3 {
      background: #059fcc; }
    #timetable .table_margin td.w_Hour4 {
      background: #7159b8; }
    #timetable .table_margin td.w_WeekDay:hover, #timetable .table_margin td.w_Today:hover {
      background: #fc3 !important; }
    #timetable .table_margin td.w_Today, #timetable .table_margin td.today {
      background: #fdebc7; }
    #timetable .table_margin td .oa_time_morning,
    #timetable .table_margin td .oa_time_evening,
    #timetable .table_margin td .oa_time_night,
    #timetable .table_margin td .oa_time_midnight {
      color: #fff;
      font-size: 0.9em;
      padding: 0.1em 0.3em;
      display: inline-block; }
    #timetable .table_margin td .oa_time_morning {
      background: #9BC034; }
    #timetable .table_margin td .oa_time_evening {
      background: #f2491c; }
    #timetable .table_margin td .oa_time_night {
      background: #059fcc; }
    #timetable .table_margin td .oa_time_midnight {
      background: #7159b8; }
    #timetable .table_margin td .oa_title {
      color: #000;
      font-weight: bold;
      margin: 5px 0; }
      #timetable .table_margin td .oa_title img {
        margin-left: 3px; }
        #timetable .table_margin td .oa_title img.program_pict {
          width: 100%;
          margin: 0 0 3px; }
      #timetable .table_margin td .oa_title a {
        color: #ff6600; }

/* ヘッダー固定 */
.fixedmenu {
  background-color: #FFFFFF;
  position: fixed;
  border-collapse: collapse;
  table-layout: fixed;
  width: 920px;
  top: auto;
  top: 0px;
  margin: 0 auto;
  display: block; }
