
/****************************
メインイメージ
****************************/
#topIamge{
	display:block;
	position:relative;
	width:100%;
	text-align:center;
	background:url('../images/paper01.jpg');
	/*	
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	background-attachment:fixed;
	*/
}

#topTitle{
	width:100%;
	max-width:1024px;
	display:block;
	overflow:hidden;
	margin:0 auto;
}

#topTitle > img{
	vertical-align: bottom;
	width:100%;
	max-width:930px;
	height:auto;
}

/*#topbanner{
	display:inline-block;
	text-align: center;
	padding:10px 20px;
	background-color:rgba(255,255,255,0.75);
	position:absolute;
	top:440px;
	right:40px;
	border:6px double #006400;
}*/
#topbanner{
	display:none;
}

/****************************
お知らせ
****************************/

#news{
	margin-top:1em;
	padding:1em 0 0 1em;
	border:1px solid #DDDDDD;
	background:url('../images/cotton-a.png');
}
#news > h2{
	font-size:1.5em;
	font-weight: bold;
	margin-bottom:0.5em;
}

#news dl{
	display:block;
	overflow: hidden;
	width:100%;
	/*border:1px solid #FF0000;*/
}

#news dl > dt{
	clear:both;
	display:block;
	width:90px;
	float:left;
	margin-bottom:0.5em;
	padding-top:0.5em;
	border-top:1px dotted #CCCCCC;
	font-size:0.8em;
}

#news dl > dd{
	/*float:left;
	width:390px;*/
	margin-left:90px;
	display:block;
	margin-bottom:0.5em;
	padding-top:0.5em;
	border-top:1px dotted #CCCCCC;
}

#newsFld{
	display:block;
	width:100%;
	height:420px;
	overflow-y:scroll;
}

#news > a.roundBtn{
	display:none;
	/*
	float:right;
	margin:0.5em;
	padding:0.5em 1.5em;
	font-size:1.4rem;
	text-decoration:none;
	*/
}


/****************************
概要
****************************/

#about{
	padding:1em;
}

#about p{
	padding:0.5em 1em;
}

#about p:first-letter {
  font-size:2em;
  line-height:1;
  float: left;
  margin: 0 .2em 0 0;
  padding: .1em 0;
	font-weight: bold;
}
/****************************
作品紹介
****************************/

#intro{
	/**/
}

#intro .centerBox > img{
	width:100%;
	max-width:448px;
	height:auto;
	margin:10px;
}

#intro > p {
	margin:0 1em 1em;
}

#intro strong{
	display:block;
	font-weight:bold;
	padding:0.5em 0;
	font-size:1.1em;
	text-align: center;
	line-height:200%;
}

#intro > dl {
	margin:2em 4em;
	display:block;
	overflow:hidden;
	border:1px solid #CCCCCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#intro > dl > dt{
	font-size:1.2em;
	padding:0.5em 1em;
	background-color:#CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#intro > dl > dd{
	padding:1em;
	background-color:#FFFFFF;
}

/****************************
スタッフ・キャスト
****************************/

#stuff{
	/**/
}

#stuff > dl{
	width:100%;
	display:block;
	float:left;
	padding:0 2em;
	/*background:url('../images/k_tutui.jpg') no-repeat bottom right; */
}

#stuff > dl > dt,
#stuff > dl > dd{
	display:block;
	overflow: hidden;
	padding:0.5em 0;
	border-top:1px dotted #DDDDDD;
	float:left;
	font-size:1.6rem!important;
}

#stuff > dl > dt{
	font-weight:bold;
	width:10em;
	clear:both;
}

#stuff > dl > dd{
	width:calc(100% - 10em);
	margin:0!important;
}

/****************************
リサイズ
****************************/

@media screen and (max-width: 640px) {

	/*#topbanner{
		display:block;
		text-align: center;
		padding:10px 20px;
		background-color:rgba(255,255,255,0.75);
		position:relative;;
		top:auto;
		right:auto;
		border:4px double #006400;
	}*/

	#news dl{
		width:100%;
		min-height:auto;
	}

	#news dl > dt{
		clear:both;
		display:block;
		width:100%;
		float:none;
		font-size:0.8em;
		margin-bottom:0;
	}

	#news dl > dd{
		float:none;
		width:auto;
		padding:0;
		border-top:none;
		margin-left:0;
	}
	
	#news > a.roundBtn{
		width:100%;
		text-align: center;
		/*float:none;*/
	}
	
	#about{
		padding:1em 0;
	}
	
	#intro {
		padding:0 0.5em;
	}
	#intro strong{
		text-align:left;
		line-height:175%;
	}
	#intro .centerBox > img{
		margin:5px 0;
	}
	
	#intro > dl {
    	margin:1em;
	}
	
	#stuff > dl {
   	 	width:100%;
		margin:0;
		padding:0 0.5em;
    	float:none;
		overflow: hidden;
		margin: 0!important;
	}
	
	#stuff > dl > dt,
	#stuff > dl > dd {
   	 	width:100%;
		margin:0;
		float:none;
		border-top:none;
	}
	
	#stuff > dl > dt{
		padding:0;
		border-bottom:1px solid #CCCCCC;
	}
	#stuff > dl > dd{
		padding:0.5em  0.5em 1em;
	}
	
	.columBoxL dl {
    	/*margin: 0!important;*/
	}
	
	.columBoxL dl > dd {
    	margin-left:0!important;
	}

}


#endBox{
	padding-bottom:50px;
}