/*	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: 180px; margin: 0 auto; display: block; text-indent: -9999px;
  background-position: center top;
  background-image: url(../img/title.jpg);
  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.jpg);
    position: relative;
    height: 0;
    padding-top: 24.15%;
  }
}

#contents { padding-top: 0px; box-shadow: 0px 2px 4px rgba(0,0,0,0.1) inset;}
@media all and (max-width: 767px) {
	#contents { padding-bottom: 20px;}
}
/*	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.topics h1 {
    background-image: url(../img/topics/h1.png);
  }
body.comment h1 {
    background-image: url(../img/comment/h1.png);
  }
body.interview h1 {
    background-image: url(../img/interview/h1.png);
  }
body.gallery h1 {
    background-image: url(../img/gallery/h1.png);
  }
body.quiz h1 {
    background-image: url(../img/quiz/h1.png);
  }
body.music h1 {
    background-image: url(../img/music/h1.png);
  }
body.supervision h1 {
    background-image: url(../img/supervision/h1.png);
  }
body.aruarusns h1 {
    background-image: url(../img/aruarusns/h1.png);
  }
body.nagitech h1 {
    background-image: url(../img/nagitech/h1.png);
  }
@media all and (min-width: 768px) {
  h1 {
    height: 95px; margin-bottom: 10px;
  }

}
@media all and (max-width: 767px) {
  h1 {height:70px; margin: 0 auto 10px;
  }
}
/*	wrap
============================== */
.low div.wrap {
  position: relative;
  z-index: 4;
	background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
}
.low div.wrap .contentsBlock {border: solid 5px #f4bad3;}
@media all and (min-width: 768px) {
  .low div.wrap {
    /*padding: 20px 20px 50px;*/
	margin-bottom: 40px;
  }
  .chart div.wrap {
    /*padding: 20px 20px 50px;*/
  }
.low div.wrap .contentsBlock { padding:30px 25px 30px;}
}
@media all and (max-width: 767px) {
  .low div.wrap {
	 background-color: #fff;
    /*padding: 2.4%  2.4% 6%;*/
	margin: 2.4%;
  }
.low div.wrap .contentsBlock { padding:0.8em;}
}
@media all and (max-width: 350px) {
.low div.wrap .contentsBlock { padding:0.8em 0.3em;}
}
/*	h2
============================== */
.low h2 {
  font-size: 1.5em; line-height: 1.5em; 
  text-align: center;
color: #009277;
	padding-bottom: 15px;
}
@media all and (max-width: 767px) {
.low h2 { font-size: 1.3em;}
}

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