@charset "utf-8";

/*--既存css更新--*/

#picture #showCase{
	background: #333333;
}


#picture #showcasePanel{
	padding: 15px 30px;
}
#picture #showCase #showcaseTitle p.caption,
#picture #showCase #showcaseTitle p.photoGrapher{
	float: none;
}
#picture #showCase #showcaseTitle p.caption,
#picture #showCase #showcaseTitle h3{
	margin: 0 0 7px 0;
}
#picture #showCase #showcaseTitle p.caption{
	font-size: 16px;
	color: #ff0000;
}
#picture #showCase #showcaseTitle,
#picture #showCase .showCaseImg,
#picture #showCase #showcasePanel p.img-caption,
#showcase-thumb{
	margin: 0 0 20px 0;
}
#picture #showCase #showcasePanel p.img-caption{
	line-height: 1.5em;
}
#picture #container #showCase .showCaseImg{
	overflow: hidden;
	background: none;
	border: 1px solid #535353;

}
#picture #showCase .btDetail{
	float: none;
	text-align: right;
}




/*--new css--*/

#picture #showCase .showcasetop{
	width: 660px;
	height: 7px;
	background: url(../images/picturepower/showcase_top.gif);
}
#picture #showCase .showcasebottom{
	width: 660px;
	height: 7px;
	background: url(../images/picturepower/showcase_bottom.gif);
}


#showcaseTitle{
	position: relative;
}
#showcaseTitle .pageNumber{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 -5px 0 0;
	letter-spacing: 5px;
	font-size: 16px;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}



.showCaseImg{
	position: relative;
}

.showCaseImg .prevArrow,
.showCaseImg .nextArrow{
	position: absolute;
	top:0;
	width: 50%;
	height: 100%;
}

.showCaseImg .nextArrow{
	right: 0;
}
.showCaseImg .prevArrow{
	left: 0;
}
.showCaseImg .nextArrow a,
.showCaseImg .prevArrow a{
	display: block;
	width: 100%;
	height: 100%;
}
.showCaseImg .nextArrow a{
	background: url(../images/picturepower/arrow_main_next.png) 95% 50% no-repeat;
}
.showCaseImg .prevArrow a{
	background: url(../images/picturepower/arrow_main_prev.png) 5% 50% no-repeat;
}
.showCaseImg .prevArrow a:hover,
.showCaseImg .nextArrow a:hover{
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}



#showcase-thumb{
	position: relative;
	width: 600px;
}
#showcase-thumb .showcase-thumb-inner{
	width: 600px;
	overflow: hidden;
}
#showcase-thumb li{
	float: left;
}
#showcase-thumb li + li{
	margin: 0 0 0 1px;
}
#showcase-thumb .prev_thumb,
#showcase-thumb .next_thumb{
	position: absolute;
	top: 50%;
	margin: -15px 0 0 0;
}
#showcase-thumb .prev_thumb{
	left: -20px;
}
#showcase-thumb .next_thumb{
	right: -20px;
}
#showcase-thumb .prev_thumb a,
#showcase-thumb .next_thumb a{
	display: block;
	width: 10px;
	height: 30px;
	cursor: pointer;
}
#showcase-thumb .prev_thumb a{
	background: url(../images/picturepower/arrow_thumb_prev.png);
}
#showcase-thumb .next_thumb a{
	background: url(../images/picturepower/arrow_thumb_next.png);
}
#showcase-thumb .prev_thumb.off a,
#showcase-thumb .next_thumb.off a{
	opacity: 0.5;
	cursor: default;
}

#showcase-thumb li a{
	overflow: hidden;
	display: block;
	height: 80px;
	opacity: 0.6;
}
#showcase-thumb li a img{
	height: 80px;
}
#showcase-thumb li.active a{
	border: 2px solid #fff;
	height: 76px;
	opacity: 1;
}
#showcase-thumb li a:hover{
	border: 2px solid #fff;
	height: 76px;
	opacity: 1;
}
#showcase-thumb li.active a img{
	margin: -2px;
}
#showcase-thumb li a:hover img{
	margin: -2px;
}


#picture #showCase .btDetail a{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
#picture #showCase .btDetail.over a{
	color: #ff0000;
}
#picture #showCase .btDetail a:hover{
	color: #ff0000;
}

#picture #showCase .btDetail a span{
	display: inline-block;
	margin: 0 5px 0 0;
	width: 6px;
	height: 8px;
	background: url(../images/picturepower/arrow_index.png) 0 0 no-repeat;
}





.cf:after{
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}


	