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

/*	header
============================== */

@media all and (min-width: 768px) {
header#title {
  background-position: center top;
  background-image: url(../img/bg_header.jpg);
  background-repeat: repeat-x;
}
header#title div a {
	width:980px; height: 160px; margin: 0 auto; display: block; text-indent: -9999px;
  background-position: center top;
  background-image: url(../img/title.png);
  background-repeat: no-repeat;
	background-size: contain;
}
}
@media all and (max-width: 767px) {
header#title div a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% !important;
	background-image: url(../img/sp_title.png);
    position: relative;
    height: 0;
    padding-top: 24%;
  }
}

#contents { padding-top: 28px; background-image: url(../img/bg.jpg); background-repeat: repeat; background-position: center top;}
@media all and (max-width: 767px) {
	#contents { padding-top: 14px; padding-bottom: 15px;}
}
/*	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.intro h1 {
    background-image: url(../img/intro/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.cast h1 {
    background-image: url(../img/cast/h1.png);
  }
body.staff h1 {
    background-image: url(../img/staff/h1.png);
  }
body.bbs h1 {
    background-image: url(../img/message/h1.png);
  }
body.gallery h1 {
    background-image: url(../img/gallery/h1.png);
  }
body.quiz h1 {
    background-image: url(../img/quiz/h1.png);
  }
body.interview h1 {
    background-image: url(../img/interview/h1.png);
  }
body.report h1 {
    background-image: url(../img/report/h1.png);
  }
body.movie h1 {
    background-image: url(../img/movie/h1.png);
  }
@media all and (min-width: 768px) {
  h1 {
    height: 72px; margin-bottom: 30px;
  }

}
@media all and (max-width: 767px) {
  h1 {height:50px; margin: 0 auto 14px;
  }
}
/*	wrap
============================== */
.low div.wrap {}
.low div.wrap .contentsBlock {
	background-color: #fff;
    box-sizing: border-box;
	border: solid 4px #000;
}
@media all and (min-width: 768px) {
  .low div.wrap {
	margin-bottom: 40px;
  }
.low div.wrap .contentsBlock { /*padding:30px 40px 30px;*/}
}
@media all and (max-width: 767px) {
  .low div.wrap {
	margin: 2.4%;
  }
.low div.wrap .contentsBlock {margin-bottom: 1.5em;}
}
@media all and (max-width: 350px) {
.low div.wrap .contentsBlock {
	border: solid 3px #000;
}
}
/*	h2
============================== */
.low h2 {
  font-size: 1.3em; line-height: 1.5em; 
	text-align: center;
}
@media all and (max-width: 767px) {
.low h2 { font-size: 1.2em;}
}

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