.page-product .content {
  padding: 0;
  background: #fff;
}

.page-product .visual {
  height: 410px;
  text-align: center;
  background: center top no-repeat url(../img/product/00-bg.jpg) #000;
  background-size: cover;
  margin-bottom: 80px;
}

.page-product .visual .inner {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  height: 410px;
  overflow: hidden !important;
}

.page-product .visual .inner .page-title {
  position: absolute;
  text-shadow: 0px 0px 3px black ,0px 0px 3px black ,0px 0px 3px black,0px 0px 3px black;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}

.page-product .box {
  margin-bottom: 100px;
}

.page-product .box .inner {
  padding: 0 20px;
}

.page-product .image.img_02 img {
  margin-top: 30px;
}

.page-product .image.img_03 {
  text-align: center;
}

.page-product .image.img_03 img {
  margin-top: 30px;
  max-width: 300px;
}

.page-product .image.img_04 {
  text-align: center;
}

.page-product .image.img_04 img {
  max-width: 190px;
}

.page-product .image img {
  width: 100%;
  height: auto;
}

.page-product .spec {
  width: 60%;
  margin: 20px auto;
}

.page-product .spec th {
  background-color: #f8f8f8;
}

.page-product .spec th, .page-product .spec td {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #888888;
}

.page-product .links {
  text-align: center;
  margin-top: 50px;
}

.page-product .links li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  width: 325px;
}

.page-product .links li a {
  text-decoration: none;
  color: #333;
  display: block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: .3s;
}

.page-product .links li a:hover {
  opacity: .7;
}

.page-product .links li span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .page-product .visual {
    height: 250px;
  }
  .page-product .visual .inner {
    height: 250px;
  }
  .page-product .visual .inner .page-title {
    margin-top: 120px;
  }
  .page-product .spec {
    width: 100%;
    margin: 20px auto;
  }
  .page-product .spec th {
    background-color: #f8f8f8;
  }
  .page-product .spec th, .page-product .spec td {
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #888888;
  }
  .page-product .links {
    width: auto;
    margin: 50px auto 0;
    text-align: center;
  }
  .page-product .links li {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    max-width: 320px;
  }
  .page-product .links li img {
    width: 100%;
  }
  .page-product .links li a {
    text-decoration: none;
    color: #333;
  }
}
