@charset "utf-8";

/*----------------------------------------------------
.ui-dialog .ui-header, 
.ui-dialog .ui-content, 
.ui-dialog .ui-footer { 
<strong>	max-width: 500px; 
	margin: 10% auto 15px auto; </strong>
}
 * indexnav
---------------------------------------------------- */
.movietitle {
	font-size: 16px;
	font-weight: bold;
	line-height:22px;
}
#headertxt {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#navindexnav {
	margin-left: -20px;
	margin-bottom: 20px;
}
#navindexnav ul {
	list-style:none;
	height: 30px;
}

#navindexnav li {
	float: left;
	border-left: 1px solid #333333;
	font-size: 14px;
	text-align: center;
	color: #CC0000;
	width: 30px;
	height: 40px;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
#navindexnav li:first-child {
	border: none;
}
#navindexnav  li .hearnow {
	display: block;
	width: 30px;
	height: 30px;
	padding: 10px 0px 0px;
}

#navindexnav  li a {
	display: block;
	width: 30px;
	height: 30px;
	padding: 10px 0px;
	color: #333333;
	text-decoration: none;
}

/*----------------------------------------------------
 * clearfix
 ----------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  min-height: 1px;
}

.clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
