@charset "UTF-8";

/*

	静岡朝日テレビ
	Copyright (C) SATV. All Rights Reserved.

*/


/* --------------------------------------------------
　　#headline　
-------------------------------------------------- */
#headline {
    background: #fff;
}
#headline #pageTitle {
	display: none;
}

/* --------------------------------------------------
　　#content　
-------------------------------------------------- */

#content {
	/*background: #051340 url(../img/bg_content.jpg) no-repeat center top ;*/
	padding-bottom: 50px;
	background:url(../img/bg_content.jpg) no-repeat center top -80px;
}

/*　#contHeader　
---------------------------------------- */
#contHeader {
}
#contHeader #mainVisual {}
#contHeader #contHeadSide {}

/*　#contNav　
---------------------------------------- */
#contNav{
	margin-bottom:50px;
}
#contNav ul li {
	width: 33%;
	margin:0 0.5%;
}
#contNav ul li:first-child{
	margin:0;
}
#contNav ul li:last-child{
	margin:0;
}
#contNav ul li a {
	width: 100%;
	background: #F9F4D7 url(../img/bg_content.jpg) no-repeat right 35% top;
    background-size: 175%;
	height: 63px;
	line-height: 63px;
	color: #201f1f;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
	box-shadow: 1px 1px 24px 0 rgb(171 132 90 / 20%);

}
#contNav ul li a:hover{
	background: #F9F4D7 url(../img/bg_content.jpg) no-repeat right top;
	background-size:180%;
	transition: 1s;
	opacity: 1!important;
}


/*　#contMain　
---------------------------------------- */
#contMain {
	padding:0!important;

}

/*　#contMainMain　*/

#contMain #contMainMain > section h2 {
	background: #F9F4D7 url(../img/bg_content.jpg) no-repeat center top;
	background-size:140%;
	color: #201f1f;
	font-size: 20px;
	text-align: center;
	line-height: 63px;
	letter-spacing: 2px;
	height: 63px;
	box-shadow: 1px 1px 24px 0 rgb(0 0 0 / 10%);
}
#contMain #contMainMain > section .font180 {
	font-size:180%;
}
#contMain #contMainMain > section .font150 {
	font-size:150%;
}
#contMain #contMainMain > section .sectionInner {
	background: #fff;
}
#contMain #contMainMain > section#news {
    margin: 0 0 50px 0;
}
#contMain #contMainMain > section#news ul li{
	list-style: disc;
    margin: 0 0 13px 0;
    line-height: 1.4;
	font-feature-settings: "palt";
}
#contMain #contMainMain > section#news ul li.comingsoon{
    font-size:120%!important;
    list-style:none;
    margin-left:-10px;
}
#contMain #contMainMain > section#news ul li a{
	color:#333;
}
#contMain #contMainMain > section#news ul li a:hover{
	color:#5CA4E4;
	text-decoration:none;
}
#contMain #contMainMain > section#news ul li .newsList-date{
	font-size:80%;
    color: #aaa;
	display: block;
}

/*　aide　*/

#contMain #contMainSide {}


/*　footer　
---------------------------------------- */
#pageFooter .footerAd{
	padding-top:50px;
}