/*	lower css
============================== */
#page-top{
font-family: toppan-bunkyu-gothic-pr6n, serif;
font-weight: 400;
font-style: normal;
color: #000;
background-image: url(../img/bg.jpg);
}
#contentsArea{ text-align: left; position: relative;}

@media all and (min-width: 768px) {
	#contentsArea { padding-top: 30px;}
	.low div.wrap .contentsBlock { margin: 0 auto;
	display: inline-block;
	background: #fff;
	background: linear-gradient(135deg, transparent 78px, #fff 0) top left,
	linear-gradient(0deg, transparent 0px, #fff 0) top right,
	linear-gradient(-45deg, transparent 78px, #fff 0) bottom right,
	linear-gradient(0deg, transparent 0px, #fff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	}
	.low div.wrap .contentsBlock .contents {background:rgba(255,255,255,0.5); border: solid 2px #421d3c; margin: 10px; padding: 0 30px;}
}
@media all and (max-width: 767px) {
	#contentsArea { padding-top: 18px; text-align: center;}
	.low div.wrap .contentsBlock { width: 100%;
	display: inline-block;
	background: #fff;
	background: linear-gradient(135deg, transparent 40px, #fff 0) top left,
	linear-gradient(0deg, transparent 0px, #fff 0) top right,
	linear-gradient(-45deg, transparent 40px, #fff 0) bottom right,
	linear-gradient(0deg, transparent 0px, #fff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	}
	.low div.wrap .contentsBlock .contents {background:rgba(255,255,255,0.5); border: solid 2px #421d3c; margin: 2%; padding: 0 4%; text-align: left;}
}

/*	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?0414);
  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: 200px; margin: 0 auto;}
	header#title div a {
	width:100%; height: 200px;
	background-size: auto 200px;
	}
}
@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: contain;}
	header#title div a {
	background-image: url(../img/title_sp.png?0414);
	width:100%; height:0; padding-top: 26.570%;
	background-size:cover;
	}
}



/*	low h1
============================== */
h1 {
    margin: 0 auto;
    position: relative; text-indent: -9999px; background-repeat: no-repeat; background-size: contain; background-position:left top;
}
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);
  }

@media all and (min-width: 768px) {
  h1 {
	  width: 1000px;
	  height: 72px; margin: 0 auto 35px;
  }

}
@media all and (max-width: 767px) {
  h1 {height:40px; margin:0 3% 15px;
  }
}

/*	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;}
}
