@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.releasedate {
	width: 1000px; 
	font-size: 11px; 
	color: #eee;
	text-align: right;
	margin: 100px auto; 
}


@font-face {
	font-family: iconfont;
	src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978);
	src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978#iefix) format("eot"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.woff?1449568682978) format("woff"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.ttf?1449568682978) format("truetype"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.svg?1449568682978#iconfont) format("svg")
}


#mainContents {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	background-color: #dadce1;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	height: 520px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/mainimg.jpg) no-repeat center top;
	background-color: #000;
}
h1 {
	width: 100%;
	height: 84px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/maintitle.png) no-repeat center bottom;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
	padding-top: 20px;
}
.mainTitle p {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}


/*==============================================
 導入・ニュース
============================================= */
#article {
	background: linear-gradient(#000, transparent 30%);
}

#article {
	background: linear-gradient(#000, transparent 100%);
	padding-top: 1px;
}


/*==============================================
 公式サイト
============================================= */
.makerBanner {
	width: 1000px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/logo_gfx.png) no-repeat center 0;
	margin: 0 auto;
	padding: 170px 0 0;
}
.makerBanner img {
	margin: 40px auto 0;
}
.makerBanner div {
	width: 380px;
	height: 50px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/arrow.svg) no-repeat 340px center;
	background-color: rgba(0,0,0,.3);
	border: 1px solid #bcbcbc;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 49px;
	text-align: center;
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 0 0 0 .1rem;
	transition: all ease .3s;
}
.makerBanner div:hover {
	background-color: rgba(0,0,0,.4);
}

.bannerBox {
	width: 1000px;
	text-align: center;
	margin: 90px auto;
}
.bannerBox a {
	display: block;
}
.bannerBox a img {
	margin: auto;
}
.bannerBox div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.bannerBox div a {
	width: 470px;
}


/*==============================================
 イベントレポート
============================================= */
.eventReport {
	width: 100%;
	margin: 115px auto;
}
.eventReport .lead {
	width: 100%;
	height: 261px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/lead_event-report.png) no-repeat center 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 115px;
}
.eventReport .reportBox {
	width: 1000px;
	background: rgba(0,0,0,.7);
	color: #fff;
	margin: 50px auto 0;
	padding: 60px 50px;
	box-sizing: border-box;
}
.eventReport h2 {
	width: 100%;
	height: 24px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/ttl_event-report.png) no-repeat center 0;
	border-bottom: 1px solid #fff;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.eventReport ul {
	height: 400px; /* ★イベント3件超えたら設定★ */
	padding-right: 10px;
	overflow-y: auto;
}
.eventReport li {
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.eventReport li:first-child {
	margin: 0;
}
.eventReport li img {
	width: 180px;
	height: 120px;
	float: left;
}
.eventReport li h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0 210px;
}
.eventReport li h3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #17a58f;
	vertical-align: 6px;
	margin-right: 10px;
}
.eventReport li h3 a {
	color: #17a58f;
}
.eventReport li h3 a:hover {
	text-decoration: underline;
}
.eventReport .reportBox li h3 small {
	display: block;
	background: #d73300;
	height: 21px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	line-height: 21px;
	text-align: center;
	padding: 0 10px 0 11px;
	position: absolute;
	top: 0;
	left: 0;
}
.eventReport li p {
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0 0 210px;
}
.eventReport li p small {
	margin-left: 5px;
}
.eventReport ul::-webkit-scrollbar {
	width: 8px;
}
.eventReport ul::-webkit-scrollbar-track {
	background: #000;
	border-radius: 5px;
}
.eventReport ul::-webkit-scrollbar-thumb {
	background: #45474d;
	border-radius: 5px;
}
#trigger {
	display: none;
}
.repoBox {
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/eventreport_bg.webp) no-repeat center 30px;
	padding-top: 25px;
}
.repoBox .eventReport .lead {
	height: 287px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/lead_event-report_202406.png) no-repeat center 0;
}


/*==============================================
 ニュース
============================================= */
.latest {
	width: 1000px;
	background: rgba(0,0,0,.7);
	color: #fff;
	margin: 80px auto 0;
	padding: 60px 50px;
	box-sizing: border-box;
}
.latest h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
}
.latest h2 br {
	display: none;
}
.latest ul + h2 {
	margin: 50px auto 0;
}
.latest ul {
	margin: 30px auto 0;
}
.latest li {
	font-size: 15px;
	margin-top: 35px;
	overflow: hidden;
}
.latest li div {
	width: 150px;
	float: left;
}
.latest li div a {
	display: block;
	width: 100%;
	background: #ccc;
	text-align: center;
}
.latest li div a img {
	height: 101px;
	margin: auto;
}
.latest li h3 {
	line-height: 1.1;
	margin-left: 180px;
}
.latest li h3 a {
	color: #17a58f;
}
.latest li h3 a:hover {
	text-decoration: underline;
}
.latest li p {
	line-height: 1.6;
	margin: 12px 0 0 180px;
}


/*==============================================
 コンテンツ
============================================= */
#contents {
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/products_bg.jpg) no-repeat center 0;
	background-color: #dadce1;
}
#contents.is-fixed {
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/products_bg.jpg) no-repeat center bottom fixed;
}

#products {
	margin: 80px auto 0;
	padding: 120px 0 100px;
}
#products .ttl01 {
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/ttl_products.png) no-repeat center 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
	position: relative;
}
#products .ttl01:before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: -120px;
	left: 50%;
}
#products .ttl02 {
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/ttl_lens-products.png) no-repeat center 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 220px auto 0;
	position: relative;
}
#products .ttl02:before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: -120px;
	left: 50%;
}


/*==============================================
 アンカー
============================================= */
#products .anchor {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 35px auto 0;
}
#products .anchor li {
	width: 310px;
	height: 45px;
	background: #fff;
	box-sizing: border-box;
}
#products .anchor li a {
	display: block;
	width: 100%;
	height: 45px;
	background: #fff;
	font-size: 24px;
	font-family: impact;
	color: #000;
	letter-spacing: -.01em;
	text-align: center;
	line-height: 46px;
	transition: all ease .3s;
}
#products .anchor li a:hover {
	background: #000;
	color: #17a58f;
}
#products .anchor.set4 li {
	width: 23%;
}
#products .anchor.set5 li {
	width: 19%;
}


/*==============================================
 製品
============================================= */
.prdBox {
	width: 1000px;
	background: rgba(255,255,255,.8);
	margin: 70px auto 0;
	padding: 50px;
	box-sizing: border-box;
}
.prdBox .product {
	background: #fff;
	padding: 40px 30px 40px;
	overflow: hidden;
	position: relative;
}
.prdBox .product h2 {
	width: 470px;
	height: 56px;
	background: #000;
	font-size: 36px;
	font-family: impact;
	color: #fff;
	line-height: 58px;
	padding-left: 30px;
	position: absolute;
	top: 50px;
	right: 0;
	box-sizing: border-box;
}
.prdBox .product .img {
	width: 370px;
	float: left;
	position: relative;
}
.prdBox .product .img img {
	width: 320px;
	margin: auto;
}
.prdBox .product .img .sample {
	margin: 15px auto 0;
	padding: 0 35px;
}
.prdBox .product .img .sample dt {
	font-weight: bold;
}
.prdBox .product .img .sample dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	height: 90px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-top: 12px;
}
.prdBox .product .img .sample a {
	display: block;
	max-width: 130px;
	max-height: 90px;
	cursor: zoom-in;
}
.prdBox .product .img .sample a img {
	display: block;
	width: auto;
	height: auto;
}
	/* パノラマサイズ非対応レイアウト
		.prdBox .product .img .sample dd {
			height: 90px;
			font-size: 0;
			line-height: 0;
			text-align: center;
			margin-top: 12px;
		}
		.prdBox .product .img .sample a img {
			display: inline-block;
			width: auto;
			margin: 0 10px;
			cursor: zoom-in;
		}
	*/
#lbCaption {
	font-weight: bold;
}

.prdBox .product .detail {
	width: 440px;
	float: right;
	margin-top: 95px;
}
.prdBox .product .detail h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.prdBox .product .detail p {
	font-size: 16px;
	line-height: 1.1;
	margin-top: 15px;
}
.prdBox .product .detail p strong {
	color: #d00000;
	margin: 0 1px 0 12px;
}
.prdBox .product .detail .btn a {
	display: block;
	width: 440px;
	height: 50px;
	background: linear-gradient(#f6f6f6, #e0e0e0);
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	box-sizing: border-box;
	position: relative;
}
.prdBox .product .detail .btn a:after {
	content: "▼";
	display: block;
	font-size: 10px;
	color: #9b9a9a;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 10px;
}
.prdBox .product .detail .btn a:hover {
	background: linear-gradient(#e0e0e0, #f6f6f6);
}
.prdBox .product .detail .btn a:hover:after {
	color: #17a58f;
}

.prdBox .product .detail .rv,
.prdBox .product .detail .bbs {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
}
.prdBox .product .detail .rv {
	margin-top: 30px;
}
.prdBox .product .detail .bbs {
	margin-top: -1px;
}
.prdBox .product .detail em {
	display: table-cell;
	width: 140px;
	border: 1px solid #9b9a9a;
	font-size: 14px;
	vertical-align: middle;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}
.prdBox .product .detail em br {
	display: none;
}
.prdBox .product .detail .rv a,
.prdBox .product .detail .bbs a {
	display: table-cell;
	border: 1px solid #9b9a9a;
	border-left: 0;
	letter-spacing: 0;
	vertical-align: middle;
	padding: 0 0 0 20px;
	transition: all ease .3s;
}
.prdBox .product .detail .rv a:hover,
.prdBox .product .detail .bbs a:hover {
	background: #fffce4;
}
.prdBox .product .detail a strong {
	font-size: 18px;
	font-family: verdana;
	font-weight: bold;
	color: #ff8400;
	vertical-align: -1px;
	margin-right: 3px;
}
.prdBox .product .detail a small {
	font-size: 12px;
}
.prdBox .product .detail .rv a strong {
	margin-right: 10px;
}
.prdBox .product .detail .bbs a small + span {
	font-size: 12px;
	margin-left: 1em;
}

.prdBox .product .detail .rv small:after {
	content: "";
	display: inline-block;
	width: 81px;
	height: 17px;
	background: url(https://img1.kakaku.k-img.com/images/itemview/item/icn_star_all.svg) no-repeat;
	background-size: 81px;
	vertical-align: -2px;
	margin: 0 0 0 10px;
}
.prdBox .product .detail .rv .s5 small:after {
	background-position: 0 1px
}
.prdBox .product .detail .rv .s4half small:after {
	background-position: 0 -26px
}
.prdBox .product .detail .rv .s4 small:after {
	background-position: 0 -53px
}
.prdBox .product .detail .rv .s3half small:after {
	background-position: 0 -80px
}
.prdBox .product .detail .rv .s3 small:after {
	background-position: 0 -107px
}
.prdBox .product .detail .rv .s2half small:after {
	background-position: 0 -134px
}
.prdBox .product .detail .rv .s2 small:after {
	background-position: 0 -161px
}
.prdBox .product .detail .rv .s1half small:after {
	background-position: 0 -188px
}
.prdBox .product .detail .rv .s1 small:after {
	background-position: 0 -215px
}
.prdBox .product .detail .rv .s0half small:after {
	background-position: 0 -242px
}
.prdBox .product .detail .rv .s0 small:after {
	background-position: 0 -269px
}
.prdBox .product .detail span.zero {
	display: table-cell;
	border: 1px solid #9b9a9a;
	border-left: 0;
	color: #aaa;
	vertical-align: middle;
	padding: 0 0 0 40px;
}
/* #gfx100s_II .product .img:after, */
.new .product .img:after {
	content: "NEW";
	display: block;
	width: 60px;
	height: 60px;
	background: #d73300;
	border-radius: calc(1px/0);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 62px;
	text-align: center;
	position: absolute;
	top: -25px;
	left: -15px;
}


/*==============================================
 レビューPICKUP
============================================= */
.prdBox .review {
	background: #fff;
	margin: 40px auto 0;
	padding: 0 0 35px;
}
.prdBox .review h3 {
	background: #000;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
	padding-left: 20px;
}
.prdBox .review ul {
	margin-top: 35px;
	padding: 0 25px;
}
.prdBox .review li {
	margin-top: 30px;
}
.prdBox .review li a {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	transition: all ease .3s;
}
.prdBox .review li a span {
	display: block;
	width: 100px;
	height: 70px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/balloon.png) no-repeat 0 0;
}
.prdBox .review li a img {
	margin: 18px 0 0 19px;
}
.prdBox .review li a div {
	width: 730px;
}
.prdBox .review li a h4 {
	font-size: 16px;
	font-weight: bold;
}
.prdBox .review li a p {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
}
.prdBox .review li a:hover {
	opacity: .6;
}
.prdBox .review p.zero {
	font-size: 18px;
	text-align: center;
	padding: 50px 0 15px;
}
.prdBox .review p.zero a {
	color: #17a58f;
	transition: all ease .3s;
}
.prdBox .review p.zero a:before,
.prdBox .review p.zero a:after {
	content: "\E003";
	font-family: iconfont;
	font-weight: 400;
	font-size: 18px;
	margin-right: 5px;
}
.prdBox .review p.zero a:after {
	content: "\E002";
	margin-left: 5px;
}
.prdBox .review p.zero a:hover {
	color: #68cbbc;
}


/*==============================================
 関連コンテンツ
============================================= */
.prdBox .related {
	background: #fff;
	margin: 40px auto 0;
	padding: 0 0 30px;
}
.prdBox .related h3 {
	background: #000;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
	padding-left: 20px;
}
.prdBox .related ul {
	padding: 0 20px;
	margin-top: 10px;
	overflow: hidden;
}
.prdBox .related li {
	width: 415px;
	margin: 20px 30px 0 0;
	float: left;
}
.prdBox .related li:nth-child(even) {
	margin-right: 0;
}
.prdBox .related li a {
	display: block;
	overflow: hidden;
	transition: all ease .3s;
}
.prdBox .related li a img {
	width: 120px;
	float: left;
}
.prdBox .related li a p {
	font-size: 15px;
	line-height: 1.6;
	margin-left: 140px;
}
.prdBox .related li a:hover {
	opacity: .6;
}


/*==============================================
 レンズ一覧
============================================= */
.lensBox {
	width: 1000px;
	background: rgba(255,255,255,.8);
	margin: 70px auto 0;
}
.lensBox .product {
	padding: 70px 50px 80px;
}
.lensBox .product h2 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.lensBox .product ul + h2 {
	margin-top: 70px;
}
.lensBox .product ul {
	display: flex;
	flex-flow: row wrap;
}
.lensBox .product li {
	width: 435px;
	background: #fff;
	margin-top: 30px;
	padding: 15px 12px;
	box-sizing: border-box;
}
.lensBox .product li:nth-child(odd) {
	margin-right: 30px;
}
.lensBox .product li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.lensBox .product li .img {
	width: 140px;
}
.lensBox .product li dl {
	width: 245px;
}
.lensBox .product li dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	word-break: break-all;
}
.lensBox .product li dd {
	width: 100%;
	height: 44px;
	background: linear-gradient(#f6f6f6, #e0e0e0);
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 44px;
	margin-top: 12px;
	box-sizing: border-box;
	position: relative;
}
.lensBox .product li dd:after {
	content: "▼";
	display: block;
	font-size: 8px;
	color: #9b9a9a;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 8px;
}
.lensBox .product li dd:hover {
	background: linear-gradient(#e0e0e0, #f6f6f6);
}
.lensBox .product li dd:hover:after {
	color: #17a58f;
}


/*==============================================
 レンズ関連記事
============================================= */
.lensBox .related {
	padding: 0 50px 70px;
}
.lensBox .related .wrap {
	background: #fff;
	padding: 40px 30px;
}
.lensBox .related h2 {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 12px;
}
.lensBox .related ul {
	display: flex;
	flex-flow: row wrap;
	background: #fff;
	margin-top: 10px;
}
.lensBox .related li {
	width: 405px;
	margin-top: 20px;
}
.lensBox .related li:nth-child(odd) {
	margin-right: 30px;
}
.lensBox .related li a {
	display: block;
	overflow: hidden;
	transition: all ease .3s;
}
.lensBox .related li a:hover {
	opacity: .6;
}
.lensBox .related li a img {
	display: block;
	width: 80px;
	float: left;
}
.lensBox .related li a p {
	font-size: 15px;
	line-height: 1.6;
	margin-left: 100px;
}




/*==============================================
 lightbox2
============================================= */
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  margin-top: 10px;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}