@charset "UTF-8";
/* CSS Document */

/* インフォメーション
--------------------------------------------------------*/

/* レンズ一覧
--------------------------------------------------------*/
h1 {
  padding-top: 44px;
  }
h2 {
  color:#FFF;
  font-size: 18px;
  font-weight: normal;
  margin-top: 32px;
  margin-bottom: 24px;
  display:inline-block;
  padding:3px 24px 3px 24px;
  }

p.txt {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 24px;
  letter-spacing:1px;
  }



/* 製品リスト
--------------------------*/
.productList {
  margin:0 0 0 -21px;
  }
.productList li {
  display:inline-block;
  margin:0 0 0 22.5px;
  float:left;
  }
.productList li a {
  }
  
.box-base-L {
  padding:0px;
  margin-bottom:38px;
  }
.listBox {
  opacity: 0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity: 0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	zoom: 1;
  }
.productBox img {
  }
.productBox .img {
  height:140px;
  overflow:hidden;
  margin:1px;
  background:#FFF;
  }
  .opticallens-parts .productBox .img {
    background:#25262a;
    }
  .productBox .img img {
    position:relative;
    right:6px;
    }
  .productBox .img img.colorbox-147 {
      position:relative;
      right:0px;
    }
  /* 照明製品の画像の位置クリア */
  .post-type-archive-illumination .productBox .img img,
  .tax-illumination-type .productBox .img img {
    position:relative;
    right:0px;
    }

.txtArea {
  padding: 30px 16px 16px 16px;
  position:relative;
  }

.productBox h3 {
  font-size: 15px;
  font-weight: bold;
  line-height:1.3em;
  margin-bottom: 10px;
  width: 211px;
  }
.productBox p {
  width: 211px;
  /* letter-spacing:1px; */
  }

p.series {
  width: auto;
  font-size: 10px;
  color:#fff;
  padding: 3px 6px 2px 6px;
  position:absolute;
  top:0;
  left:0;
  }

