/*	lower css
============================== */
#page-top{
font-family: "source-han-sans-japanese", sans-serif;
font-weight: 400;
font-style: normal;
color: #000;
background-image: url(../img/bg.jpg);
}
#contentsArea{ text-align: left; position: relative;}
#contentsArea:before{
  content: '';
	position: absolute;
	top:0; left:0;
  width: 100%;
  height: 2px;
  border-top: solid 5px #136325;
  border-bottom: solid 3px #136325;
}

@media all and (min-width: 768px) {
	#contentsArea { padding: 50px 0 120px; background-repeat: repeat-x, no-repeat; background-position: center bottom, center top; background-image: url(../img/bg_sns.jpg), url(../img/bg_contents.jpg);}
}
@media all and (max-width: 767px) {
	#contentsArea { padding: 30px 0 50px; background-repeat: repeat-x, no-repeat; background-position: center bottom, center top; background-size: contain, auto 275px; background-image: url(../img/sp_bg_sns.jpg), url(../img/bg_contents.jpg);}
	#contentsArea:before {border-top: solid 3px #136325;
  border-bottom: solid 2px #136325;}
}

/*	header
============================== */
#headerArea header {margin: 0 auto; position: relative; 

}
header#title div a {
display: block; text-indent: -9999px;
  background-position: center center;
  background-image: url(../img/title.png?2);
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
	#headerArea header { width: 100%;
	background-position: center top;
background-image: url(../img/bg_title.jpg);
background-repeat: repeat-x;
	}
	header#title div {width:100%; height: 170px; margin: 0 auto;}
	header#title div a {
	width:100%; height: 170px;
	background-size: auto 170px;
	}
}
@media all and (max-width: 767px) {
	#headerArea header { width:100%;
	background-position: center top;
background-image: url(../img/bg_title_sp.jpg);
background-repeat: no-repeat;
	background-size: cover;}
	header#title div a {
	background-image: url(../img/title_sp.png?2);
	width:100%; height:0; padding-top: 24.154%;
	background-size:cover;
	}
}



/*	low h1
============================== */
h1 {
    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.staff h1 {
    background-image: url(../img/staff/h1.png);
  }

@media all and (min-width: 768px) {
  h1 {
	  width: 980px;
	  height: 160px; margin-bottom: 35px;
  }

}
@media all and (max-width: 767px) {
  h1 {width:93%; height:105px; margin-bottom: 15px;
  }
}

/*	wrap
============================== */
.low div.wrap .contentsBlock { background:rgba(255,255,255,1); position: relative; box-shadow:1px 1px 5px rgba(0,0,0,0.2);}
.low div.wrap .contentsBlock .contents { background:rgba(255,255,255,1); position: relative;}


@media all and (min-width: 768px) {
	.low div.wrap .contentsBlock { margin-bottom: 30px; padding: 5px;}
	.low div.wrap .contentsBlock .contents { padding: 15px 45px 45px; border: solid 3px #136325;}
}
@media all and (max-width: 767px) {
	.low div.wrap .contentsBlock { margin: 2.4%; margin-bottom: 1em; padding: 1%;}
	.low div.wrap .contentsBlock .contents {padding: 1em; border: solid 2px #136325;}
}

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

@media all and (max-width: 767px) {
section.txtArea .txt { font-size: 0.9em;  line-height: 1.8em;}
.txt { font-size: 0.9em;  line-height: 1.8em;}
}
