.pictureTitle{
	padding: 15px;
	background: #333333;
}
.pictureTitle h2{
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -9999px;
	height: 17px;
	width: 162px;
	background: url(/images/common/picturepower-title.png) 0 0 no-repeat;
	background-size: 100%;
	border: none;
}
.pictureTitle p{
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#pictureEntry.relatedDetail{
	display: none;
}
#pictureEntry.relatedDetail p:first-child{
	margin: 0;
}
.pictureTitle h2:before{
	display: none;
}

.showCaseImg{
	text-align: center;
	padding: 15px 5px 0;
}
.showCaseImg img{
	width: 100%;
	height: auto;
	max-width: 420px;
}


#showcaseTitle a{
	display: block;
	text-decoration: none;
}
#showcaseTitle .entryTxt{
	padding: 10px 20px 10px 5px;
}
#showcaseTitle p.caption{
	margin-bottom: 5px;
	font-weight: bold;
	color: #e40114;
}
#showcaseTitle p.photoGrapher,
#showcaseTitle .date{
	margin: 0 0 2px 0;
	color: #616161;
	font-size: 14px;
}
#showcaseTitle .entryTxt .date{
	font-size: 12px;
	font-weight: bold;
}



.panelBottom{
	max-width: 400px;
	margin: -5px auto 0;
	text-align: left;
	background: #ecebe6;
	padding: 10px 10px;
}
.panelBottom p{
	font-size: 14px;
	margin: 0
}



/*.page-navi{
	position: relative;
	left: 50%;
	margin: 20px 0 20px -155px;
}


.page-navi .prev.page-none{
	visibility: hidden;
}
*/


/*#content{
	padding: 0 5px;
}*/
#content .showCaseImg{
	padding: 0;
	margin: 0;
}

#content #webTool{
	margin-bottom: 15px;
}



#articleList.picturePower .entryTxt{
	margin: 0 0 0 90px;
	padding-right: 20px;
}




.detailNavi{
  max-width: 420px;
  padding: 0;
  margin: 0 auto;
}

.detailNavi li{
  border-top: 1px solid #a9acaf;
  border-bottom: 1px solid #a9acaf;
  list-style-type: none;
  background: none;
}

.detailNavi li a{
  position: relative;
  display: block;
  background: none;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 0;
}

.detailNavi li a .arrow{
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -5px;
  width: 26px;
  height: 10px;
  background: url(/images/common/arrow_down.png) 10px 0 no-repeat;

}
.detailNavi li a.clicked .arrow{
  background: url(/images/common/arrow_up.png) 10px 0 no-repeat;
}


/*詳細ページサムネイル   #showcase-thumb*/
#showcase-thumb{
	margin: 20px 0 20px 0;
	text-align: center;
	overflow: hidden;
}
#showcase-thumb ul{
	position: relative;
	margin: 0;
	padding: 0;
}
#showcase-thumb ul.swiper li.slide{
	height: 84px;
}
#showcase-thumb li{
	list-style-type: none;
	float: left;
}
#showcase-thumb li + li{
	padding-left: 4px;
}
.pageNumber{
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}
#showcase-thumb li a{
	position: relative;
	display: block;
}
li.activeImg span{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 72px;
	border: 4px solid #e30b20;
	z-index: 100;
}
