/*	lower css
============================== */

/*	header
============================== */
#headerArea{background-image: url(../img/header_bg.jpg); background-repeat: repeat-x; background-position: center bottom;}
#headerArea header {margin: 0 auto; position: relative;}
header {/*共通の背景色を消す*/
    background: rgba(255, 255, 255, 0);
}
header#title div a {
display: block; text-indent: -9999px;
  background-position: center center;
  background-image: url(../img/title.png?0601);
  background-repeat: no-repeat;
}
header#title #schedule { position: absolute;
display: block; text-indent: -9999px; height: 0;
}

@media all and (min-width: 768px) {
	#headerArea header { width: 1000px; }
	header#title div a {
	width:1000px; height: 170px;
	background-size: 750px 170px;
	}
}
@media all and (max-width: 767px) {
	#headerArea header { width:100%; }
	header#title div a {
	background-image: url(../img/title_sp.png?0601);
	width:100%; height:0; padding-top: 26.57%;
	background-size:cover;
	}
}

#contentsArea{ background-image: url(../img/bg.png); background-repeat: repeat; background-position: center top; text-align: left;}
@media all and (min-width: 768px) {
	#contentsArea  { padding-top: 35px;}
}
@media all and (max-width: 767px) {
	#contentsArea  { padding-top: 25px;}
}

/*	low h1
============================== */
h1 {
	width: 100%;
    margin: 0 auto;
    position: relative; text-indent: -9999px; background-repeat: no-repeat; background-size: contain; background-position: top center;
}
body.about h1 {
    background-image: url(../img/about/h1.png);
  }
body.story h1 {
    background-image: url(../img/story/h1.png);
  }
body.news h1 {
    background-image: url(../img/news/h1.png);
  }
body.chart h1 {
    background-image: url(../img/chart/h1.png);
  }
body.caststaff h1 {
    background-image: url(../img/caststaff/h1.png);
  }
body.onair h1 {
    background-image: url(../img/onair/h1.png);
  }
body.news h1 {
    background-image: url(../img/news/h1.png);
  }

@media all and (min-width: 768px) {
  h1 {
    height: 44px; margin-bottom: 30px;
  }

}
@media all and (max-width: 767px) {
  h1 {height:35px; margin-bottom: 17px;
  }
}

/*	wrap
============================== */
.low div.wrap {}
.low div.wrap .contentsBlock {
background-color: #fff; padding: 5px;
}
.low div.wrap .contentsBlock .contentsBox { border: solid 3px #a3d8f0;}
@media all and (min-width: 768px) {
  .low div.wrap {
	margin-bottom: 40px;
  }
	.low div.wrap .contentsBlock .contentsBox { padding: 40px 40px;}
}
@media all and (max-width: 767px) {
  .low div.wrap {
	margin: 2.4%;
  }
	.low div.wrap .contentsBlock .contentsBox { padding: 15px;}
}

/*	txtArea
============================== */
section.txtArea { padding: 10px 0px;}
section.txtArea .txt {line-height: 2.0em; padding: 0.5em 0;}
.txt {line-height: 2.0em;}
