@charset "Shift_JIS";

#nr_text #theater h3 {
	font-size:120%;
	margin-left: 2em;
}
#nr_text #theater ul {
	margin-left: 3em;
	padding: 0;
	font-size:93%;
	line-height:1.5;
	list-style: none;
}

#nr_text #theater p {
	margin:0 1em;
}
#nr_text #theater div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#nr_text #theater div {display: inline-table;}
/* Hides from IE-mac \*/
* html #nr_text #theater div {height: 1%;}
#nr_text #theater div {display: block;}
/* End hide from IE-mac */
/* WinIE7 only */
*:first-child+html #nr_text #theater div {
  height:1%;
}

#nr_text #theater dl {
	width: 280px;
	overflow: hidden;
	padding-bottom: 10px;
}
#nr_text #theater dl.fl_l {
	float: left;
}
#nr_text #theater dl.fl_r {
	float: right;
}
#nr_text #theater dl dt {
	color:#666666;
	line-height:1.6;
	font-weight: bold;
}
#nr_text #theater dl dt span {
	color:#999999;
}
#nr_text #theater dl dd {
	font-size: 85%;
	color: #999999;
	margin: 0;
}
