/* tv_time css　しまクラ用 */

/* ﾘｾｯﾄ 
-------------------------------------------------------------------------------------------- */
#tvTime *{
	margin: 0;
	padding: 0;
}

html #tvTime{
	overflow-y: scroll;
}

#tvTime table {
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}

#tvTime img {
	font-size: 0px;
	border: 0px;
	vertical-align: top;
}

/* レイアウト
-------------------------------------------------------------------------------------------- */
body#tvTime {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "GenJyuuGothic-Bold", sans-serif;
  background: #ffffff;
}

#tvTime .displayPC {
	display: block;
}

#tvTime .displaySP {
	display: none;
}

@media screen and (max-width: 768px){
	body#tvTime {
	}

	#tvTime .displayPC {
		display: none;
	}
	
	#tvTime .displaySP {
		display: block;
	}
}


/* コンテンツ
-------------------------------------------------------------------------------------------- */
#tvTime #wrapper {
	margin: 0 auto;
    padding: 0 10px 20px; 
	width: 100%;
	text-align: left;
    box-sizing: border-box;
}

#tvTime #container {
	margin: 0 auto;
	padding: 0 0 20px;
	max-width: 810px;
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(174,172,167,.3);
	-moz-box-shadow: 0 0 10px rgba(174,172,167,.3);
	box-shadow: 0 0 10px rgba(174,172,167,.3);
}

#tvTime .ttl {
	margin: 0 auto;
	width: 100%;
}



#tvTime .introArea {
	width: 100%;
	padding: 4% 0;
	text-align: center;
/*	font-weight: bold;*/
	font-size: 24px;
}

#onAairTimeList .introArea {
	width: 100%;
	padding: 4% 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}


#onAairTimeList .timeListArea {
	margin: 0 auto;
	width: 90%;
}

#onAairTimeList .timeListArea .zone {
	margin: 0 auto;
	padding: 0 0 15px;
	width: 100%;
	position: relative;
}

#onAairTimeList .timeListArea .zone p{
	padding: 1.5% 0;
	font-size: 24px;
	/*font-weight: bold;*/
	color: #ffffff;
	text-indent: 20px;
	cursor: pointer;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background:  #ff9555 url("/kodomo/open/tv/tv_time/images/icn_open.png") no-repeat 98% center;
	font-family: "GenJyuuGothic-Bold", sans-serif;
}

#onAairTimeList .timeListArea .zone.active p {
	background:  #ff9555 url("/kodomo/open/tv/tv_time/images/icn_close.png") no-repeat 98% center;
}

#onAairTimeList .timeListArea .onAair {
	margin: 0 auto;
/*	padding: 0 0 25px;*/
	max-width: 860px;
	width: 95.555555556%;
}

/*#onAairTimeList .timeListArea .onAair:last-child {
	padding: 0 0 20px;
}*/


#onAairTimeList .timeListArea .onAair table {
	width: 100%;
	border-top: 2px solid #ffd36e;
	border-left: 2px solid #ffd36e;
}

#onAairTimeList .timeListArea .onAair table th {
	width: 20%;
	padding: 0.25em 0.5em;
	background: #fef0d0;
	text-align: center;
	border-bottom: 2px solid #ffd36e;
	border-right: 2px solid #ffd36e;
	font-family: "GenJyuuGothic-Bold", sans-serif;
    font-weight: normal;
}

#onAairTimeList .timeListArea .onAair table td {
	padding: 0.25em 0.5em;
	background: #ffffff;
	border-bottom: 2px solid #ffd36e;
	border-right: 2px solid #ffd36e;
	font-family: "GenJyuuGothic-Bold", sans-serif;
}
#onAairTimeList .timeListArea .onAair table th br,
#onAairTimeList .timeListArea .onAair table td br{
display: none;
}
#onAairTimeList .timeListArea .onAair table td:nth-child(2) {
	/*text-indent: 15px;*/
	text-align: left;
}

#onAairTimeList .timeListArea .onAair table td:nth-child(3),
#onAairTimeList .timeListArea .onAair table td:nth-child(4) {
	text-align: center;
}
#onAairTimeList .timeListArea .onAair table span{
font-size:smaller;
}
#onAairTimeList .timeListArea .onAair .note {
font-size: 14px;
text-align: right;
margin: 0.5em 0;
}
@media screen and (max-width: 768px){
	#headerArea.sp .airtimeBtn p {
		width: 100%;
		background: url("/kodomo/open/tv/tv_time/images/ttl_onair_open_sp.png") no-repeat center bottom;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		cursor: pointer;
	}

	#headerArea.sp .airtimeBtn.open p {
		background: url("/kodomo/open/tv/tv_time/images/ttl_onair_close_sp.png") no-repeat center bottom;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

	#onAairTimeList #wrapper {
		margin: 0 auto;
		padding: 20px 0 25px;
		width: 100%;
		text-align: left;
	}
	
	#onAairTimeList {
		position: relative;
		margin: 0 auto auto;
		padding: 0;
		max-width: inherit;
		width: 96%;
/*		-webkit-border-radius: 0 0 20px 20px;
		-moz-border-radius: 0 0 20px 20px;
		border-radius: 0 0 20px 20px;
*/		background-color: #fff;
/*		-webkit-box-shadow: 0 0 60px rgba(174,172,167,.3);
		-moz-box-shadow: 0 0 60px rgba(174,172,167,.3);
		box-shadow: 0 0 60px rgba(174,172,167,.3);*/
	}


	#onAairTimeList.open {
		background-color: #fff;
	}

	#onAairTimeList .onairListBlock {
	}
	
	#onAairTimeList .ttl {
		margin: 0 auto;
		width: 100%;
	}
	
	#onAairTimeList .introArea {
		width: 100%;
		padding: 4% 0;
		text-align: center;
		font-weight: bold;
		font-size: 4vw;
	}
	
	#onAairTimeList .timeListArea {
		margin: 0 auto;
		width: 96%;
	}
	
	#onAairTimeList .timeListArea .zone {
		margin: 0 auto;
		padding: 0 0 10px;
		width: 100%;
		position: relative;
		outline: none;
		-webkit-touch-callout:none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	
	#onAairTimeList .timeListArea .zone p{
		padding: 1.5% 0;
		font-size: 18px;
		/*font-weight: bold;*/
		color: #ffffff;
		text-indent: 12px;
/*		cursor: pointer;*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background:  #ff9555 url("/kodomo/open/tv/tv_time/images/icn_open.png") no-repeat 97% center;
		background-size: 18px 18px;
	}
	
	#onAairTimeList .timeListArea .zone.active p {
		background:  #ff9555 url("/kodomo/open/tv/tv_time/images/icn_close.png") no-repeat 97% center;
		background-size: 18px 18px;
	}
	
	#onAairTimeList .timeListArea .onAair {
		margin: 0 auto;
/*		padding: 0 0 10px;*/
		max-width: inherit;
		width: 98%;
	}
	
/*	#onAairTimeList .timeListArea .onAair:last-child {
		padding: 0 0 20px;
	}*/
	
	#onAairTimeList .timeListArea .onAair table {
		width: 100%;
		border-top: 2px solid #ffd36e;
		border-left: 2px solid #ffd36e;
	}
	
	#onAairTimeList .timeListArea .onAair table th {
		width: 3em;
		background: #fef0d0;
		text-align: center;
		border-bottom: 2px solid #ffd36e;
		border-right: 2px solid #ffd36e;
		font-size: 14px;
	}
	
	#onAairTimeList .timeListArea .onAair table td {
		background: #ffffff;
		border-bottom: 2px solid #ffd36e;
		border-right: 2px solid #ffd36e;
		font-size: 14px;
	}
#onAairTimeList .timeListArea .onAair table th br,
#onAairTimeList .timeListArea .onAair table td br{
display: inline;
}
	#onAairTimeList #container .timeListArea .onAair table td:nth-child(2) {
		width: 46%;
		text-indent: 0;
		text-align: center;
	}
	
	#onAairTimeList .timeListArea .onAair table td:nth-child(3) {
		width: 3em;
		text-align: center;
	}

	#onAairTimeList .timeListArea .onAair table td:nth-child(4) {
		width: 21%;
		text-align: center;
	}

#onAairTimeList .timeListArea .onAair .note {
text-align: left;
}
}
@media screen and (max-width: 320px){
	#onAairTimeList .introArea {
		font-size: 16px;
	}

	#onAairTimeList .timeListArea .zone p{
		padding: 1.4% 0;
		font-size: 16px;
		text-indent: 10px;
	}
	
	#onAairTimeList .timeListArea .onAair table th {
		width: 17%;
		font-size: 13px;
	}
	
	#onAairTimeList .timeListArea .onAair table td {
		font-size: 13px;
	}
	#onAairTimeList .timeListArea .onAair table td:nth-child(2) {
		width: 45%;
	}

	#onAairTimeList .timeListArea .onAair table td:nth-child(3) {
		width: 18%;
	}

	#onAairTimeList .timeListArea .onAair table td:nth-child(4) {
		width: 20%;
	}
}



/* webフォント
--------------------------------------------------*/
/*
 * "GenJyuuGothic" licensed under the SIL Open Font License
 * http://jikasei.me/font/genjyuu/
 */
@font-face {
  font-family: GenJyuuGothic-Medium;
  src: url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Medium-S.woff") format("woff"), url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Medium-S.eot") format("embedded-opentype"), url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Medium-S.ttf") format("truetype");
}
@font-face {
  font-family: GenJyuuGothic-Bold;
  src: url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Bold-S.woff") format("woff"), url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Bold-S.eot") format("embedded-opentype"), url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Bold-S.ttf") format("truetype");
}
@font-face {
  font-family: GenJyuuGothic-Heavy;
  src: url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Heavy-S.woff") format("woff"), url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Heavy-S.eot") format("embedded-opentype"), url("/kodomo/open/resources/fonts/subset/GenJyuuGothic-Heavy-S.ttf") format("truetype");
}






/* SP用モーダル */


.content{
    margin: 0 auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000000;
}
.modal__bg{
    height: 100vh;
    position: absolute;
	width: 100%;
	background-color: #ffffff;
    opacity: 0.85;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	width: 80%;
	height: 600px;
    overflow-y: auto;
	border-radius: 10px;
}

.modal #onAairTimeList{
	width: 100%;
}

.js-modal-close{
	display: block;
	text-align: right;
}