@charset "utf-8";

#conts_photo {
	left : 0;
}

#conts_photo .area_text {
	float  : left;
	height : 149px;
	width  : 270px;
}

.onNavFlg #conts_photo .btnPxD {
	display : block;
}
#conts_photo .js-gallery {
	width  : 400px;
	height : 320px;
	overflow : hidden;
}
#conts_photo .js-gallery span {
	width  : 74px;
	height : 74px;
	border : 2px solid #7E807D;
}
#conts_photo .js-gallery .act {
	border : 5px solid #fff;
	width  : 68px;
	height : 68px;
}
#conts_photo .js-gallery span img {
	width  : 74px;
	height : 74px;
	cursor: pointer;
	opacity : 0.6;
}

#conts_photo .js-gallery .act img {
	width  : 74px;
	height : 74px;
	margin : -3px;
	opacity : 1;
}
#conts_photo .gallery_paging li.page_target span {
	background-color: rgba(102,102,102,0.7);
}
#conts_photo .gallery_paging li.page_target span.act {
	background-color:#fff;
}

