@charset "Shift_JIS";

/*=========================================================

	Site Name   SONY AMC Light Stories
	File Name   thickbox.css

==========================================================*/


/* Layer
----------------------------------------------------------*/
body,
html {
	width:100%;
	height:100%;
}

#LayerBackground,
#LayerProgress,
#LayerContainer {
	display:none;
	position:fixed;
	_position:absolute;
	z-index:9999;
	left:0;
	top:0;
}

#LayerBackground {
	width:100%;
	height:100%;
	/*background:#fff;*/
}

#LayerContainer {
	/*background:#000;
	border:1px solid #4b4b4b;
	opacity:0.8;*/
}

#LayerContainer_bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	/*border:2px solid #4b4b4b;*/
	border:3px solid #A5A8A7;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#LayerLoader {
	position:relative;
}

#LayerClose {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	z-index:9999;
}


/* -- Content -- */
#Content {
	margin:40px 0 0 30px;
	width:670px;
	text-align:left;
}
*html #Content {
	margin:40px 0 0 0;
	width:670px;
	text-align:left;
}
*:first-child+html #Content {
	margin:40px 0 0 0;
	width:670px;
	text-align:left;
}

#Content .left {
	float:right;
	width:240px;
	margin-top:50px;
}

#Content .left dl dd {
	text-align:center;
	font-size:65%;
	margin:5px 0 15px 0;
}

#Content .left_V {
	float:right;
	width:340px;
	margin-top:18px;
}
#Content .left_V dl {
	float:left;
}
#Content .left_V dl.second {
	margin-left:20px;
}
#Content .left_V dl dd {
	text-align:center;
	font-size:65%;
	margin:5px 0 15px 0px;
	line-height:1.5;
}

#Content .left_V ul li {
	display:inline;
}

#Content .right {
	float:left;
	width:395px;
}
#Content .right_Vtop {
	float:left;
	width:425px;
}
#Content .right_V {
	float:left;
	width:305px;
}

#Content .right h3,#Content .right_V h3,#Content .right_Vtop h3  {
	font-family:"MS Serif", "New York", serif;
    background:url(../images/icon_layer.gif) no-repeat left top;
	margin-bottom:33px;
	padding-left:33px;
}

#Content .right dl dt,#Content .right_V dl dt,#Content .right_Vtop dl dt {
	font-size:150%;
	font-weight:bold;
	color:#ffffff;
}

#Content .right dl dd em,#Content .right_V dl dd em,#Content .right_Vtop dl dd em {
	display:block;
	margin-top:18px;
	margin-bottom:20px;
	font-size:100%;
	font-weight:normal;
	color:#ffffff;
	font-style:normal;
}

#Content .right dl dd p,#Content .right_V dl dd p,#Content .right_Vtop dl dd p  {
	margin-top:38px;
	font-size:75%;
	line-height:2.5;
}

#Content .right dl dd p.note,#Content .right_V dl dd p.note,#Content .right_Vtop dl dd p.note {
	margin-top:10px;
	font-size:65%;
}

/* -- photo_side -- */
.photo_side {
	width:800px !important;
	margin:80px 0 0 50px !important;
}

.photo_side div.photo {
	float:left;
	width:590px;
}

.photo_side div.photo img {
	cursor:pointer;
}

.photo_side ul.exiff {
	float:right;
	margin-top:175px;
	width:180px;
	font-size:70%;
}
.photo_side ul.exiff_plus {
	float:right;
	margin-top:151px;
	width:180px;
	font-size:70%;
}

.photo_side ul.exiff li, .photo_side ul.exiff_plus li {
	margin-bottom:10px;
	line-height:1.5;
	color:#ffffff;
}

/* -- photo_length -- */
.photo_length {
	width:540px !important;
	margin:40px 0 0 200px !important;
}

.photo_length div.photo {
	float:left;
	width:333px;
}

.photo_length div.photo img {
	cursor:pointer;
}

.photo_length ul.exiff{
	float:right;
	margin-top:280px;
	width:180px;
	font-size:70%;
}
.photo_length ul.exiff_plus{
	float:right;
	margin-top:256px;
	width:180px;
	font-size:70%;
}

.photo_length ul.exiff li, .photo_length ul.exiff_plus li {
	margin-bottom:10px;
	line-height:1.5;
	color:#ffffff;
}




/* Clearfix
----------------------------------------------------------*/
#Content {
	zoom:1;
}

#Content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}