@charset "utf-8";
/* ===================================================================
CSS information
 file name  : movie/index.css
 style info :  イベントページだけに使用
=================================================================== */
/*gnavアクティブ表示*/
#gNav1 ul li a#gNav1-7 {
	background-position:0 -46px;
}


#main {
	position: relative;
}
#main h2 {
	margin-bottom: 50px;
}


#main ul {
}
#main ul li{
	background-image: url(img/bg_girl.png);
	background-repeat: no-repeat;
	height: 188px;
	width: 330px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
#main ul li a.girl {
	float: left;
	width: 150px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
}
#main ul li a.girl img {
	padding: 5px;
}
#main ul li div {
	float: right;
	width: 160px;
	display: inline;
	margin-right: 10px;
	overflow: hidden;
}
#main ul li div p.name {
	color: #E000A1;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 10px;
}
#main ul li div p.name span {
	color: #666666;
	font-size: 9pt;
	margin-left: 5px;
}
#main ul li div img {
	float: left;
}
img.bust{
	float: left;
	width: 34px;
	margin-right: 10px;	
}
li p.syukkin{
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
li p.link{
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
li p.link a {
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	line-height: 1.6em;
	letter-spacing: 2px;
}
li p.link a.prof {
	background-image: url(img/icn_prof.png);
	color: #603813;
}
li p.link a.play {
	background-image: url(img/icn_movie.png);
	color: #4D4D4D;	
}

/*090311修正*/
#main h3.page-pr {
	line-height: 40px;
	color: #998157;
	text-indent: 1em;
	font-size: 11pt;
	letter-spacing: 1px;
	overflow: hidden;
}

#main div.flash_Box{
    background-image: url(img/h_comment_bg.png);
	background-repeat: no-repeat;
	width: 544px;
	height: 90px;
	position: absolute;
	z-index: 1;
	top: 70px;
	overflow: hidden;
}

.flash_txt{
  float:left;
  color: #998157;
	font-size: 11pt;
	width:360px;
	padding-left:1em;
}

.flash_bnr{
  float:left;
  width:160px;
}

