@charset "UTF-8";

/* -------------------------------- 

	base

-------------------------------- */
#content { padding-top:3rem !important;}

article header {
	display:block;
	width:1000px;
	height:23rem;
	position:relative;
	margin:0 auto 5rem;
	border:6px solid #e2e2e2;
}
article header h1 {
	background-image: url("../images/program/nakanjo-theatre/title_nakanjo-theatre.png") ;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
	width: 25rem;
	height: 5.6rem;
}




#content section {
	width:740px;
	margin:0 auto 4rem;;
}

#content section ul ,
#content p {
	font-size:1.4rem;
	letter-spacing:0.1rem;
	line-height:1.8;
	margin-bottom:2.8rem;
}

#content p.large {
	font-size:2.0rem;
}



/* -------------------------------- 

Style

-------------------------------- */

section h2 {
	margin:2rem 0 2rem;
	background:#000;
	color:#fff;
	padding:.8rem 2rem;
	display:inline-block;
	font-size:1.4rem;
}

section h2.whatAbout {
	background:#fff url("../images/program/nakanjo-theatre/tx_whatabout.png") center no-repeat ;
	line-height:3.2rem;
	width:100%;
}


section h3 {
	font-weight:bold;
	margin:2.5rem 0 2rem;
}


section p.center {
	text-align:center;
}


#content section.jinya {
	width:800px;
	position:relative;
	background:#e3e3e3;
	padding:0 0 0.2rem;
}
#content section.jinya h2 { margin:0;}
#content section.jinya p {
	padding:0 3.5rem;
	line-height:1.4;
}
#content section.jinya h3 {
	background:url("../images/program/nakanjo-theatre/tx_jinya-imai.png") 3rem 0 no-repeat ;
	line-height:2.5rem;
}


#content section.flow {
	width:800px;
	position:relative;
	background:#f3cad8;
	padding:0 0 0.2rem;
}
#content section.flow h2 {
	background:#D55380;
	margin:0 0 2rem;
}
#content section.flow p {
	padding:0 3.5rem;
	line-height:1.5;
}



/* -------------------------------- 

DL UL

-------------------------------- */

#content section ul.img {
	margin-bottom:3rem;
}
#content section ul.img li {
	float:left;
  margin: 0 2.1rem 1.5rem 0;
	}
#content section ul.img li:nth-child(2n) {
	margin-right:0;
}

#content section ul.pdf {
	margin-top:3rem;
}
#content section ul.pdf li img {
	border:1px solid #ccc;
}

#content dl { clear:both;
width:100%;
	line-height:1.4;
	letter-spacing:0.07rem;
}
#content dl dt {
  clear: left;
  float: left;
  margin: 0 0 1em;
  width: 6.0em;
	font-weight:bold;
}
#content dl dd {
  margin-bottom: 1em;
  margin-left: 6.0em;
}
#content dl dd div { background:#e3e3e3; margin-top:1rem; padding:2rem 3rem .1rem; }
#content dl dd div p { font-size:1.2rem; line-height:1.4;}