@charset "euc-jp";


  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }


a:hover img.prd-pct {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha( opacity=50 )";
}

.product-order {
  margin: 5px 0;
  text-align: center;
}
.opt-name {
  font-size: 16px;
}
.opt-name p{
  margin: 15px auto 0;
}
  .product-option-table table {
    width: 612px;
    margin: 0 auto;
    table-layout: fixed;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 320px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  margin: 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 10px 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 100px;
  text-align: right;
  font-size: 20px;
  line-height: 1;
}
.btn-addcart {
  line-height: 1.5;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error_view,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}


.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto ;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }
}
  p.inq {
    width: 550px;
    text-align: center;
    font-size: 18px;
}
/* フリースペース */
.prd-detail,
.prd-detail-ssg {
  width: 850px;
  margin: 0.5em auto 1.5em;
  border: 3px solid #000C5B;
}
.prd-detail h4,
.prd-detail-ssg h4 {
  border-top: 1px solid #000c5b;
  border-bottom: 1px solid #000c5b;
}
h4.dashed {
  border-top: 2px dashed #ffffff;
  border-bottom: 2px dashed #ffffff;
}
h4.white {
  color: #ffffff;
}
h4.ffs {
  color: #000;
  text-shadow: 2px 2px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, -1px -1px 1px #ddd;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
}
h4.ffsg {
  color: #fff;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
}
h4.ffsw {
 color: #fff;
  text-shadow: 0px 0px 0px #090049, 0px 0px 0px #090049, 2px 2px 2px #090049, 5px 5px 5px #090049;
  border-top: 3px double #090049;
  border-bottom: 3px double #090049;
}
h4.fft {
  color: #000;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
}
h4.ffr {
  color: #000;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
}
h4.ffn {
  color: #fff;
  text-shadow: 2px 2px 1px gray, -1px 1px 1px gray, 1px -1px 1px gray, -1px -1px 1px gray;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
}
h4.ffh90 {
  color: #000;
  border-top: 3px double #DC0000;
  border-bottom: 3px double #DC0000;
}
h4.double {
  color: #ffffff;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
}
h4.double2 {
  color: #F2E2CB;
  border-top: 3px double #F2E2CB;
  border-bottom: 3px double #F2E2CB;
}
h4.aphw {
 color: #fff;
  text-shadow: 0px 0px 0px #939393, 0px 0px 0px #939393, 2px 2px 2px #939393, 2px 2px 2px #939393;
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
}
h4.b-ring {
  background-color: #ddfffd;
}
h4.coad {
  border-top: 2px solid #0087ff;
  border-bottom: 2px solid #0087ff;
}
h4.h4-fu {
  border-top: 2px solid #01A512;
  border-bottom: 2px solid #01A512;
}
ul.tokua {
  list-style-type: none;
  text-align: left;
  font-size: 90%;
  margin: 5px 0 0 0;
}
ul.tokua li:before {
  content: '耐プラズマ性（特A）：';
}
ul.tokub {
  list-style-type: none;
  text-align: left;
  font-size: 90%;
  margin: 5px 0 0 0;
}
ul.tokub li:before {
  content: '耐プラズマ性（特B）：';
}
.prd-detail th,
.prd-detail-ssg th {
  background-color : #f7f7f7;
  padding: 5px;
  width: 3em;
  border: 1px solid #000C5B;
  border-right-width: 2px;
}
tr.underline {
  border-bottom: 2px solid #000C5B;
}
.prd-detail td {
  padding: 3px;
  border: 1px solid #000C5B;
}
tr.line {
  text-align: center;
  border-top: 2px solid #000C5B;
}
.date {
  text-align: center;
}
.chara {
  border: none;
}
.chara th {
  border: none;
}
.chara td {
  border: none;
}
.attention {
  font-size: 9px;
  text-align: right;
}
tr.gray {
  background-color: #b2b2b2;
  color: #fff;
  border-bottom: 2px solid #000C5B;
}
tr.pic {
  text-align: center;
}
img.etc {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}
tr.etc {
  background-color: #ffffff;
  border-bottom: 2px solid #000C5B;
}
.privy {
  text-align: right;
  margin: 0;
}
.prd-detail-fbr {/* フランジ用バックアップリングの寸法表専用 */
  width: 850px;
  margin: 0.5em auto 1.5em;
  border: 3px solid #000C5B;
}
.prd-detail-fbr th {
  background-color: #f7f7f7;
  padding: 5px;
  width: 3em;
  border: 1px solid #000C5B;
  border-right-width: 2px;
}
.prd-detail-fbr td {
  padding: 3px;
  border: 1px solid #000C5B;
  width: 15.5%;
}
img.b-mizo-image {
  width: 230px;
}
img.b4-ring-image {
  width: 160px;
  padding: 5px 0;
}

/** フリースペース **/

/* フリースペース-特殊品 */
.exc th {
  background-color: #eaeaea;
}
.exc td {
  padding: 5px 12px;
}
.move {
  text-align: right;
}
.move span {
  padding-right: 5px;
}
/** フリースペース-特殊品 **/

@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}
/* カタログ */
p.prd-ctlg {
  margin: .8em auto 2.5em;
  text-align: center;
  font-size: 110%;
}

a.download {
  text-decoration: none;
  background: -moz-linear-gradient(top,#FFF 0%,#EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  width: 300px;
  padding: .5em 1.5em;
}

/* フロロアップシリーズ特性 */
.fu-pfm {
  padding: 1% 1% 2%;
}
h4.h4-fu-lst {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
}
.h5-fu {
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
  border-left: 5px solid #000c5b;
  margin: 20px 0 4px;
}
.tbl-fu-lineup,/* フロロアップ特性の比較 */
.tbl-fu-ppt,/* フロロアップ特性値の比較 */
.tbl-fu-adh,/* フロロアップ特性の比較 */
.tbl-fu-vcm,/* 真空性能の比較 */
.tbl-fu-gus {/* ガス透過性 */
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 10px;
}
table.tbl-fu-lineup thead tr th,
table.tbl-fu-lineup thead tr td,
table.tbl-fu-ppt thead tr th,
table.tbl-fu-ppt thead tr td,
table.tbl-fu-adh thead tr th,
table.tbl-fu-adh thead tr td,
table.tbl-fu-vcm thead tr th,
table.tbl-fu-vcm thead tr td,
table.tbl-fu-gus thead tr th,
table.tbl-fu-gus thead tr td {
  background-color: #FAFFDD;
  border: 1px solid #000c5b;
  text-align: center;
}
table.tbl-fu-lineup tbody tr th,
table.tbl-fu-ppt tbody tr th,
table.tbl-fu-adh tbody tr th,
table.tbl-fu-vcm tbody tr th,
table.tbl-fu-gus tbody tr th {
  border: 1px solid #000c5b;
  text-align: center;
  width: 15em;
}
.tbl-fu-lineup tbody tr td,
.tbl-fu-ppt tbody tr td,
.tbl-fu-adh tbody tr td,
.tbl-fu-vcm tbody tr td,
.tbl-fu-gus tbody tr td {
  border: 1px solid #000c5b;
  text-align: center;
}
span.unit-s {
  font-size: 80%;
  font-weight: normal;
}
.prd-detail>table tbody tr th {
  background-color: #fff;
}
tr.prd-target {
  border: 2px solid #FFA500;
  background-color: #fcfcfc;
  font-weight: bold;
}
.tbl-fu-lineup caption {
  text-align: right;
  caption-side: bottom;
  font-size: 90%;
}
.tbl-fu-gus caption {
  text-align: right;
  caption-side: bottom;
  font-size: 90%;
}
.nontgt th,
.nontgt td {
  background-color: #fff;
}

/* センターリング */
.h4-nw {
  background-color: #EFF8FF;
}
.tbl-prd-nw,
.tbl-prd-nw-2,
.tbl-prd-nw-3 {
  width: 850px;
  margin: 0.5em auto 1.5em;
  border: 3px solid #000C5B;
  border-collapse: collapse;
}
.tbl-prd-nw tbody tr td h4,
.tbl-prd-nw-2 tbody tr td h4,
.tbl-prd-nw-3 tbody tr td h4 {
  border: 1px solid #000C5B;
  background-color: #EFF8FF;
  text-align: center;
  margin: 0;
}
.tbl-prd-nw tbody tr th,
.tbl-prd-nw-2 tbody tr th,
.tbl-prd-nw-3 tbody tr th {/* 「概要」 */
  width: 3em;
  padding: 5px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #000c5b;
  border-right-width: 2px;
}
.tbl-prd-nw tbody tr td {
  border: 1px solid #000C5B;
  padding: 3px;
  width: 105px;
}
.tbl-prd-nw-2 tbody tr td {
  border: 1px solid #000C5B;
  padding: 3px;
  width: 91px;
}
.tbl-prd-nw-3 tbody tr td {
  border: 1px solid #000C5B;
  padding: 3px;
}
img.img-prd-nwi,
img.img-prd-nwio,
img.img-prd-nwt {
  display: block;
  margin: 0 auto;
  padding: 3px 0;
}
img.img-prd-nworing {
  display: block;
  margin: 7px auto;
  width: 130px;
}
/* ヘルールガスケット */
.h4-ssg {
  text-shadow: 1px 3px 2px #87C7FF;
}
.prd-detail-ssg caption {
  text-align: right;
  caption-side: bottom;
  font-size: 90%;
} 
.prd-detail-ssg td {
  text-align: center;
  padding: 3px;
  border: 1px solid #000C5B;
}
img.img-prd-ssg {
  display: block;
  margin: 0 auto;
  width: 200px;
}
img.img-prd-ssg:hover {
  -webkit-transform: scale(1.45);
  -moz-transform: scale(1.45);
  -o-transform: scale(1.45);
  transform: scale(1.45);
  background-color: #fff;
}
img.img-prd-ssg2 {
  display: block;
  margin: 0 auto;
  width: 380px;
}
img.img-prd-ssg2:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  background-color: #fff;
}