@charset "utf-8";

.itemImgBox{
  text-align: center;
  width: 100%;　
  }
.itemImgBox img{
  max-width: 90%;　　
  }
  
.youtube{
   width: 100%;
   aspect-ratio: 16 / 9;
   margin-bottom:50px
  }
  
.youtube iframe {
  width: 90%;
  height: 90%;
 }  
 
table.spec{
  border-collapse:collapse;
 }
	
table.spec th:nth-child(1){
  border:1px solid #bdbdbd;
  background-color:#333333;
  color:#fff;
  padding: 10px;
  text-align: center;
 }

td.specleft {
  border:1px solid #bdbdbd;
  background-color:#F2F2F2;
  width:15%;
  text-align: center;
  color:#737373;
  padding: 10px;
 }
table.spec td {
  color:#3d3d3d;
  border:1px solid #bdbdbd;
  padding: 10px;
}
div.syosai {
  width:90%;
  margin: 0 auto;
}
.recom-image {
  width: 100%; 
}
.pg-recom td {
  text-align: center; 
}
