@charset "utf-8";

/*----------あにてれバナー----------*/

.anibnr {
	padding: 10px;
	background: #332f31;
	text-align: center;
}
.anibnr a {
	display: block;
	margin: 0 auto;
	width: 900px;
}
	@media screen and (max-width: 619px){
		.anibnr a {
			width: auto;
		}
	}

/*----------共通----------*/

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}
	@media screen and (max-width: 619px){
		body {
			background: url(../images/bg_pattern.png) repeat center top #d80b18;
			background-size: 161px auto;
		}
	}
p,img,dl,dt,dd,ul,li  {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul,li {
	list-style-type: none;
}
a:link,
a:visited {
	color: #f0d51c;
	text-decoration: none;
}
a:hover,
a:active {
	color: #f0d51c;
	text-decoration: underline;
}
.f_clr {
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
}
/*clearfix hack*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*----------全体----------*/

#wrap {
	width: 100%;
	background:
		url(../images/wrap_bg_top.png) repeat-x center top,
		url(../images/wrap_bg_bottom.png) repeat-x center bottom,
		url(../images/bg_pattern.png) repeat center top,
		-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d80b18), color-stop(0.60, #000), color-stop(0.40, #000), color-stop(0.00, #d80b18));
	background:
		url(../images/wrap_bg_top.png) repeat-x center top,
		url(../images/wrap_bg_bottom.png) repeat-x center bottom,
		url(../images/bg_pattern.png) repeat center top,
		-webkit-linear-gradient(top, #d80b18 0%, #000 40%, #000 60%, #d80b18 100%);
	background:
		url(../images/wrap_bg_top.png) repeat-x center top,
		url(../images/wrap_bg_bottom.png) repeat-x center bottom,
		url(../images/bg_pattern.png) repeat center top,
		linear-gradient(to bottom, #d80b18 0%, #000 40%, #000 60%, #d80b18 100%);
	background-size: auto, auto, 161px auto, auto;
}
.wholeBox {
	width: 1300px;
	margin: 0 auto;
}
#container {
	width: 980px;
	height: 1250px;
	float: left;
	background:
		url(../images/container_top_bg2.png) no-repeat center top,
		url(../images/container_bottom_bg.png) no-repeat center bottom,
		url(../images/kv.jpg) no-repeat center 90px,
		url(../images/kv_bg_side.png) no-repeat center center,
		url(../images/kv_bg.png) repeat-y center center,
		url(../images/container_top_bg_shadow.png) no-repeat center top,
		url(../images/container_bottom_bg_shadow.png) no-repeat center bottom;
	position: relative;
}
h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 750px;
	width: 100%;
	text-align: center;
}
	@media screen and (max-width: 619px){
		#wrap {
			width: 100%;
			background: none;
		}
		.wholeBox {
			width: 100%;
			margin: 0;
		}
		#container {
			width: auto;
			height: auto;
			float: none;
			background: none;
		}
		h1 {
			display: none;
		}
	}

/*----------放送文言----------*/

.onairtxt_pc {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: center;
	width: 980px;
}
.onairtxt {
	display: none;
}
	@media screen and (max-width: 619px){
		.onairtxt_pc {
			display: none;
		}
		.onairtxt {
			margin: 0;
			padding: 5px 0;
			line-height: 1;
			display: block;
			white-space: nowrap;
			text-align: center;
			background: #2d59a4;
		}
		.onairtxt span {
			background: none;
			width: 100%;
			height: auto;
			color: #fff;
			font-size: 0.8em;
			line-height: 1.2;
			font-weight: normal;
		}
	}

/*----------時間変更----------*/

.time_change {
	margin: 0;
	padding: 4px 0;
	text-align: center;
	background: #2d58a4;
}
	@media screen and (max-width: 619px){
		.time_change {
			display: none;
		}
		/*SP*/
		.onairinfo {
			background: #903124;
			margin: 0;
			padding: 5px 0;
			font-size: 0.8em;
			text-align: center;
			color: #fff;
		}
	}

/*----------次回予告----------*/

.next {
	position: absolute;
	bottom: 90px;
	left: 20px;
	width: 940px;
	min-height: 135px;
	padding: 30px;
	border: 5px solid #000;
	box-shadow: 0 0 0 10px #2d59a4 inset;
	background: url(../images/next_bg.png) repeat center center;
	box-sizing: border-box;
}
.next h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 6px;
	top: -20px;
}
.next dl {
	line-height: 1.4;
	width: 480px;
}
.next dl dt {
	font-weight: bold;
	color: #fee224;
}
.next dl dd {
	color: #fff;
}
	@media screen and (max-width: 619px){
		.next {
			position: inherit;
			bottom: 0;
			left: 0;
			width: auto;
			min-height: auto;
			padding: 0 0 20px;
			border-left: none;
			border-right: none;
			box-shadow: 0 10px 0 0 #4f90cd inset, 0 -10px 0 0 #4f90cd inset;
		}
		.next h2 {
			position: inherit;
			margin-bottom: 10px;
			padding-top: 10px;
			left: 0;
			top: 0;
			width: 100%;
			height: 48px;
			text-align: center;
			background: url(../images/sp_next_bg.png) no-repeat center bottom;
			box-sizing: border-box;
		}
		.next h2 img {
			width: 100px;
		}
		.next dl {
			width: auto;
			padding: 0 15px;
		}
	}

/*----------テレビ愛知リンク----------*/

.btn_aichi a {
	position: absolute;
	display: block;
	bottom: 118px;
	right: 45px;
	width: 380px;
	padding: 20px 0;
	border: 5px solid #000;
	text-align: center;
	box-shadow: 0 0 0 5px #fff inset;
	background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #a97b00), color-stop(0.50, #fee124), color-stop(0.06, #a97b00));
	background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-linear-gradient(top, #a97b00 6%, #fee124 50%, #a97b00 94%);
	background: url(../images/btn_aichi_arrow.png) no-repeat right center, linear-gradient(to bottom, #a97b00 6%, #fee124 50%, #a97b00 94%);
	box-sizing: border-box;
	border-radius: 100px;
}
.btn_aichi a:hover {
	background: url(../images/btn_aichi_arrow.png) no-repeat right center #d60d19;
}
	@media screen and (max-width: 619px){
		.btn_aichi a {
			position: inherit;
			bottom: 0;
			right: 0;
			width: 95%;
			margin: 5% auto;
			padding: 20px 10px;
		}
		.btn_aichi a:hover {
			background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #a97b00), color-stop(0.50, #fee124), color-stop(0.06, #a97b00));
			background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-linear-gradient(top, #a97b00 6%, #fee124 50%, #a97b00 94%);
			background: url(../images/btn_aichi_arrow.png) no-repeat right center, linear-gradient(to bottom, #a97b00 6%, #fee124 50%, #a97b00 94%);
		}
	}
	
/*----------テレビ愛知リンク（放送終了後）----------*/
.btn_aichi2 {
	position: absolute;
	bottom: 90px;
	left: 20px;
	width: 940px;
	padding: 25px;
	border: 5px solid #000;
	box-shadow: 0 0 0 10px #2d59a4 inset;
	background: url(../images/next_bg.png) repeat center center;
	box-sizing: border-box;
}
.btn_aichi2 a {
	display: block;
	width: 460px;
	margin: 0 auto;
	padding: 20px 0;
	border: 5px solid #000;
	text-align: center;
	box-shadow: 0 0 0 5px #fff inset;
	background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #a97b00), color-stop(0.50, #fee124), color-stop(0.06, #a97b00));
	background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-linear-gradient(top, #a97b00 6%, #fee124 50%, #a97b00 94%);
	background: url(../images/btn_aichi_arrow.png) no-repeat right center, linear-gradient(to bottom, #a97b00 6%, #fee124 50%, #a97b00 94%);
	box-sizing: border-box;
	border-radius: 100px;
}
.btn_aichi2 a:hover {
	background: url(../images/btn_aichi_arrow.png) no-repeat right center #d60d19;
}
	@media screen and (max-width: 619px){
		.btn_aichi2 {
			position: static;
			width: 90%;
			margin: 5% auto;
			padding: 0;
			border: none;
			box-shadow: none;
			background: none;
		}
		.btn_aichi2 a {
			width: auto;
		}
		.btn_aichi2 a:hover {
			background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #a97b00), color-stop(0.50, #fee124), color-stop(0.06, #a97b00));
			background: url(../images/btn_aichi_arrow.png) no-repeat right center, -webkit-linear-gradient(top, #a97b00 6%, #fee124 50%, #a97b00 94%);
			background: url(../images/btn_aichi_arrow.png) no-repeat right center, linear-gradient(to bottom, #a97b00 6%, #fee124 50%, #a97b00 94%);
		}
	}

/*----------ソーシャル----------*/

.social_area {
	position: absolute;
	bottom: 47px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.social_area .so01,.social_area .so02,.social_area .so03 {
	display: inline-block;
    width: 130px;
	font-size: 14px;
}
	@media screen and (max-width: 619px){
		.tx_social_table {
			margin: 0 auto;
		}
		.social_area,.social_area .so01,.social_area .so02,.social_area .so03{
			display: none;
		}
		#sp_social_area{
			padding: 0;
		}
	}

/*----------コピーライト----------*/

#copyright {
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: center;
	width: 980px;
	font-size: 14px;
	line-height: 1;
}
	@media screen and (max-width: 619px){
		#copyright {
			position: inherit;
			bottom: 0;
			width: 100%;
			margin-top: 3%;
			padding: 6px 0;
			color: #fff;
			background: #2d59a4;
		}
	}