article {
  width: 100%;
  overflow: hidden;
}

article h3 {
  padding: 10px 20px;
  background-color: #ccc;
  font-size: 2.7rem;
  text-align: center;
}

#technology, #spec, #gallery {
  width: 820px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #ccc;
  overflow: hidden;
}

#technology > section {
  margin: 0 20px;
  margin-top: 30px;
  font-family: Oswald;
}

#technology > section:last-child {
  margin-bottom: 30px;
}

#technology > section > h4 {
  text-align: left;
}

#technology > section > div, #technology > section > figure {
  margin-left: 20px;
  margin-right: 20px;
}

#spec, #gallery {
  display: none;
}

#products_page > #spec .spec, #products_page > #spec .shaft, #products_page > #spec .grip {
  margin: 30px 20px;
}

#products_page > #spec .spec table, #products_page > #spec .shaft table, #products_page > #spec .grip table {
  table-layout: fixed;
}

#products_page > #spec .spec table caption, #products_page > #spec .shaft table caption, #products_page > #spec .grip table caption {
  font-size: 20px;
}

#products_page > #spec .spec .notice, #products_page > #spec .shaft .notice, #products_page > #spec .grip .notice {
  font-size: 13px;
  text-align: right;
}

#products_page > #spec .shaft .notice {
  margin-bottom: 30px;
}

#products_page[data-products^="ut05"] .conts01 h4 {
	font-size:2.2rem;
}
#products_page[data-products^="ut05"] .conts01 dl {
  margin: 0 20px;
}

#products_page[data-products^="ut05"] .conts01 dl dt {
  font-size: 1.7rem;
  display: list-item;
  list-style-type: disc;
}

#products_page[data-products^="ut05"] .conts01 dl dd {
  font-size: 13px;
  margin: 0 0 10px;
}

#products_page[data-products^="ut05"] .conts02 h4, #products_page[data-products^="ut05"] .conts03 h4, #products_page[data-products^="ut05"] .conts04 h4 {
  width: 740px;
  background: linear-gradient(90deg, #aaa, #eee);
  padding: 10px;
  transform: skew(-20deg);
  font-size: 20px;
}

#products_page #spec .shaft img {
  width: 820px;
  margin-left: -20px;
  margin-bottom: 20px;
}

#products_page #spec .grip img {
  display: block;
  margin: 0 auto;
}

#products_page #spec table th {
  width: 50%;
}

#gallery .movie_box {
  margin: 30px 20px;
  text-align: center;
}

#gallery .movie_box iframe {
  width: 100%;
  height: 450px;
}

#gallery .movie_box ul {
  overflow: hidden;
  display: inline-block;
}

#gallery .movie_box ul li {
  display: inline-block;
  max-width: 105px;
  float: left;
  margin: 20px;
}

#gallery .movie_box ul li a {
  display: block;
  text-align: center;
}

#gallery .pictures_box {
  margin: 30px 20px;
  text-align: center;
}

#gallery .pictures_box #img_gallery_main {
  display: inline-block;
  overflow: hidden;
  width: 635px;
  height: 309px;
  position: relative;

}

#gallery .pictures_box #img_gallery_main img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border: 1px solid #000;
}

#gallery .pictures_box #img_gallery_main .img_02, #gallery .pictures_box #img_gallery_main .img_03 {
  display: none;
}

#gallery .pictures_box ul {
  overflow: hidden;
  display: inline-block;
}

#gallery .pictures_box ul li {
  display: inline-block;
  float: left;
  margin: 20px;
}

#gallery .pictures_box ul li a {
  display: block;
}

#products_page[data-products="ut05"] section figure img, #products_page[data-products="ut05_ladies"] section figure img {
  display: block;
  margin: 30px auto;
}

#products_page[data-products="ut05"] section figure figcaption, #products_page[data-products="ut05_ladies"] section figure figcaption {
  font-size: 1.4rem;
}

#products_page[data-products="ut05_lefty"] section figure img {
  display: block;
  margin: 30px auto;
}

#products_page[data-products="ut05_lefty"] section figure figcaption {
  font-size: 1.4rem;
}

#products_page[data-products="ut05_lefty"] section p .notice {
  display: block;
  font-size: 11px;
  text-align: right;
  color: #888;
}

/*try to implement one style for all products cards*/
article #technology section {
  clear: both;
}

article #technology section .card {
  margin: 0 35px 20px 35px;
}

article #technology section .card_head {
  max-width: 700px;
  background: linear-gradient(90deg, #aaa, #eee);
  margin: 30px auto;
  padding: 10px;
  transform: skew(-20deg);
}

article #technology section .card_head h4 {
  margin: 0;
  text-align: left;
  font-size: 20px;
}

article #technology section .card_body {
  margin: auto;
  text-align: left;
}

article #technology section .card_body .left {
  width: 50%;
  float: left;
  text-align: left;
}

article #technology section .card_body .right {
  width: 50%;
  float: right;
  text-align: right;
}

article #technology section .card_body .center {
  display: block;
  margin: auto;
}

article #technology section .card_body img {
  margin: 10px 0px 10px 0px;
  width: 100%;
}

#products_page #spec table th {
  width: auto;
}


@media screen and (max-width: 737px) {
  #technology, #spec, #gallery {
    width: 100%;
    border: none;
  }
  #products_page #technology > section {
    margin: 0 10px;
    margin-top: 30px;
  }
  #products_page #technology > section:last-child {
    margin-bottom: 30px;
  }
  #products_page #technology > section > h4 {
    text-align: left;
  }
  #products_page #technology > section > div, #products_page #technology > section > figure {
    margin: 30px 10px;
  }
  #products_page #technology .conts02 h4, #products_page #technology .conts03 h4, #products_page #technology .conts04 h4 {
    width: auto;
    background: #fff;
    transform: none;
    border-bottom: 1px #000 solid;
    margin: 0 20px;
    text-align: center;
  }
  #products_page > #spec .spec, #products_page > #spec .shaft, #products_page > #spec .grip {
    margin: 30px auto;
  }
  #products_page > #spec .spec .table_wrap, #products_page > #spec .shaft .table_wrap, #products_page > #spec .grip .table_wrap {
    overflow-x: scroll;
  }
  #products_page > #spec .shaft img {
    margin-left: auto;
  }
  #spec .shaft img {
    width: 100%;
    margin-left: 0;
  }
  #gallery .movie_box {
    margin: 30px auto;
  }
    #gallery .pictures_box #img_gallery_main {
    width: auto;
    display: block;
    height: auto;
    overflow: visible;
}
#gallery .pictures_box ul {
    padding-top: 48%;
}
#gallery .movie_box {
    margin: 30px auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
  #gallery .movie_box iframe,  
  #gallery .movie_box object,  
  #gallery .movie_box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
