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

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

@media all and (min-width: 768px) {
header#title {
  background-position: center top;
  background-image: url(../img/bg_header.png?);
  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?2);
  background-repeat: no-repeat;
}
}
@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?2);
    position: relative;
    height: 0;
    padding-top: 24.15%;
  }
}

#contents { padding-top: 25px; box-shadow: 0px 2px 4px rgba(0,0,0,0.1) inset; background-image: url(../img/bg.png); background-repeat: repeat; background-position: center top;}
@media all and (max-width: 767px) {
	#contents { padding-top: 15px; padding-bottom: 15px; background-size: 105px 105px;}
}
/*	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.caststaff h1 {
    background-image: url(../img/caststaff/h1.png);
  }
body.original h1 {
    background-image: url(../img/original/h1.png);
  }
body.bbs h1 {
    background-image: url(../img/message/h1.png);
  }
body.comment h1 {
    background-image: url(../img/comment/h1.png);
  }
body.gallery h1 {
    background-image: url(../img/gallery/h1.png);
  }
body.quiz h1 {
    background-image: url(../img/quiz/h1.png);
  }
body.movie h1 {
    background-image: url(../img/movie/h1.png);
  }
body.character h1 {
    background-image: url(../img/character/h1.png);
  }
body.linequiz h1 {
    background-image: url(../img/linequiz/h1.png);
  }
body.familytree h1 {
    background-image: url(../img/familytree/h1.png);
  }
body.quiz h1 {
    background-image: url(../img/quiz/h1.png);
  }
@media all and (min-width: 768px) {
  h1 {
    height: 80px; margin-bottom: 25px;
  }

}
@media all and (max-width: 767px) {
  h1 {height:55px; margin: 0 auto 13px;
  }
}
/*	wrap
============================== */
.low div.wrap {}
.low div.wrap .contentsBlock {
	background-color: #fff;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
@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) {

}
/*	h2
============================== */
.low h2 {
  font-size: 1.3em; line-height: 1.5em; 
color: #8f6500;
	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;}
