@charset "euc-jp";

body {

}

img {
}


.related_item_title {
  display: block;
  clear: both;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
}
.related_item_title:after{
  width: 30px;
  height: 2px;
  background: #666;
  position: absolute;
  bottom:0;
  right:0;
  left:0;
  margin: auto;
  content:"";
  display: block;
}

.ma_related_item_wrapper {
  position: relative;
}
.ma_related_item_wrapper iframe{
  /*position: absolute;
  top:0;
  left:0;
  width:1px !important;
  min-width: 100%;
  height: 100%; */
  height: 242px;
}


.ma_ranking_wrapper {
  /*padding-bottom: calc(35vw * 1 / 1 + 26px + 6.4px + 32px + 5px + 20px);*/
  position: relative;
  margin-bottom: 40px;
}
.ma_ranking_wrapper iframe {
  /*position: absolute;
  top:0;
  left:0;
  width:1px !important;
  min-width: 100%;
  height: 100%;*/
  height: 270px;
}
