@charset "UTF-8";
#main {
  margin-bottom: 10px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin-bottom: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
background-color: black;
  width: 100%;
  height: 100%;
}


.price {
	position: relative;
}

.kakaku {
    position: absolute;
    top: 90.32%;
    left: 25%;
}

.kakaku2 {
    position: absolute;
    top: 90.32%;
    left: 68.22%;
}


p.hid {
  visibility: hidden;
}



/*-------*/

.goodsArea {
  padding: 30px;
  background-color: #F0F0F0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.GoodsBox {
  margin-bottom: 20px;
  text-align: center;
  max-width: 33%;
}
.GoodsName {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
.GoodsBox p {
  font-size: 0.9em;
  text-align: left;
}
.GoodsBox .Mbtn {
  padding-top: 5px;
  text-align: center;
}
.GoodsBox .GoodsPixc {
  margin-bottom: 5px;
}

.Item-Btn {
margin-bottom: 10px;
text-align: center;
padding-top: 10px;
}
.Item-Img {
  min-height: 441px;
  display: table-cell;
}
