@charset "UTF-8";
/* CSS Document */

table {
  table-layout: fixed;
}
.table1 {
	width: 100%
}
.table2 {
	width: 42%
}
.table3 {
	width: 30%
}

.s1 {
  padding: 9px;
  vertical-align: middle;
  text-align: center;
  background-repeat: repeat;
  font-size: 16px;
}
.s2 {
	padding: 8px 0;
  vertical-align: middle;
  text-align: center;
  background: center url("../common/hoshi_line.png") no-repeat;
  font-size: 20px;
  color: #F0E9D5;
	font-family: 'MS PGothic', sans-serif;
}
.s9 {
	padding: 5px 7px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.s0 {
  padding-right: 15px;
  vertical-align: middle;
  text-align: right;
  width: 95px;
}
.sat {
	color: #FFFFFF;
  background: center url("../common/hoshi_sat.png") no-repeat;
}
.sun {
	color: #FFFFFF;
  background: center url("../common/hoshi_sun.png") no-repeat;
}

.curtain_call1 { color: #E8154F; font-weight: bold; text-shadow: 0px 0px 12px #ffffff; }
.w_d { color: #DA07A2; font-weight: bold; text-shadow: 0px 0px 12px #ffffff; }

/*sp*/
@media screen and (max-width: 700px) {
	
	.table1 {
		width: 100%
	}
  .table2 {
    width: 60%
  }
  .table3 {
    width: 30%
    }

  .s1 {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    background-repeat: repeat;
    font-size: 12px;
  }
  .s2 {
    padding: 3px 0;
    vertical-align: middle;
    text-align: center;
    background: center url("../common/hoshi_line.png") no-repeat;
    font-size: 15px;
		font-family: 'MS PGothic', sans-serif;
  }
  .s9 {
    padding: 	5px 0px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
		line-height: 1.0;
  }
  .s0 {
    padding-right: 5px;
    vertical-align: middle;
    text-align: right;
    font-size: 12px;
    width: 5.4rem;
  }
  .sat {
    color: #FFFFFF;
    background: center url("../common/hoshi_sat.png") no-repeat;
		background-size: 88%;
		line-height: 1.1;
  }
  .sun {
    color: #FFFFFF;
    background: center url("../common/hoshi_sun.png") no-repeat;
		background-size: 88%;
		line-height: 1.1;
  }
	
}

.after1 { background-color: rgba(202,187,111,0.76); }
.after_a { color: #F8A23B; font-weight: bold; font-family: 'MS PGothic', sans-serif; }
.after_b { color: #FC5480; font-weight: bold; font-family: 'MS PGothic', sans-serif; }
.after_c { color: #2ECFC0; font-weight: bold; font-family: 'MS PGothic', sans-serif; }
.wcast_a { color: #FF64AB; font-weight: bold; font-family: 'MS PGothic', sans-serif;
 text-shadow: 0px 1px 5px #000000; }
.wcast_b { color: #EBE14F; font-weight: bold; font-family: 'MS PGothic', sans-serif;
 text-shadow: 0px 1px 5px #000000; }

.tic_text_line {
	border-left: 7px solid rgba(249,228,148,0.50);
	margin: 7px 0px 0px 1em;
	padding: 0px 0px 0px 0.7em;
}


/* プレイガイド */
#table_hoshi1 {
	margin-top: 10px;
	width: 100%; max-width: 850px;
	border-top: 1px solid #8F7A4B;
	border-bottom: 1px solid #8F7A4B;
	text-align: left;
}
.t_date1 {
	vertical-align: middle; text-align: center;
	border-bottom: 1px solid #8D8470;
	width: 20%;
	font-size: 15px; font-weight: bold;
	padding: 10px 0;
	background-color: rgba(0,0,0,0.70);
}
.t_date2 {
	vertical-align: middle; text-align: center;
	border-bottom: 1px solid #8D8470;
	width: 40%;
	font-size: 15px; font-weight: bold;
	background-color: rgba(0,0,0,0.70);
}
.t_date3 {
	vertical-align: middle; text-align: center;
	border-bottom: 1px solid #8D8470;
	width: 40%;
	font-size: 15px; font-weight: bold;
	background-color: rgba(0,0,0,0.70);
}
.t_hoshi {
	vertical-align: middle; text-align: center;
	border-bottom: 1px dotted #8D8470;
	background-color: rgba(31,25,26,0.50);
}
.t_hoshi2 {
	vertical-align: middle;
	border-bottom: 1px dotted #8D8470;
	padding: 13px;
	background-color: rgba(31,25,26,0.50);
}

.t_left {
	vertical-align: middle; text-align: center;
	border-bottom: 1px dotted #8D8470;
	border-right: 1px solid #8D8470;
	padding: 13px 0;
}
.t_left_under {
	vertical-align: middle; text-align: center;
	border-right: 1px solid #8D8470;
	padding: 13px 0;
}
.t_under {
	vertical-align: middle; text-align: center;
}
.t_under2 {
	vertical-align: middle;
	padding: 13px;
}

.t_left_right { border-right: 1px dotted #8D8470; }
.t_left_right2 { border-right: 1px solid #8D8470; }

.t_01 { background-color: rgba(36,26,16,0.60); }
.t_02 { background-color: rgba(29,14,9,0.60); }


/*田辺追加*/
.back_w{
  background-image : url(../common/backwhite.png);
  background-repeat : no-repeat;
  background-position : center center;
}