@charset "utf-8";

h1{
	position: absolute;
	left: 0px;
	top: 20px;
	font-size: 14px;
	font-weight:normal;
}

h1 img{
	vertical-align:text-bottom;
}


#staff{
	width:440px;
	float:left;
	height:auto;
	margin-top:45px;
	position:relative;
}

#cast{
	width:320px;
	float:left;
	height:auto;
	margin-top:45px;
	position:relative;
}

#staff h2,#cast h2{
	position:absolute;
	left:20px;
	top:0;
	
}

#t-movie dl{
	margin-left:120px;
	line-height:1.5em;
}

#t-movie dl dt{
	font-size:14px;
	color:#6B7F8D;
}

#t-movie dl dd{
	color:#252525;
	font-size:16px;
	margin-bottom:2em;
}

#t-movie dl dd img{
	vertical-align:middle;
	margin-top:-1px;
}



#sns-area img{
	display:inline;
	margin:0 6px;
}

#navi-area{
	position:absolute;
	top:10px;
	right:0px;
	width:131px;
}

#navi-area img{
	margin-bottom:0px;
}

/*コメントクリック時の背景色・閉じるボタン*/

#md_win {
	background: url(../../images/_common/bg_blk_p.png);
}


#md_win #close{
	width:72px;
	height:18px;
	background:url(../../images/_common/opnwdw_cls.png) no-repeat;
	cursor: pointer;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:150px;
	margin-left:-36px;
}