#contents {
  padding-top: 90px;
}
.img {
  padding-bottom: 10px;
}
.img img {
  width: 100%;
}
.date {
  margin-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
  text-align:right;
  padding-bottom: 2px;
}
.date time {
  display: inline-block;
  background-color: #fee503;
  padding: 2px 3px;
  font-size: 14px;
}
.cms {
  padding-bottom: 45px;
}
.cms:after {
  content: "";
  display: block;
  clear: both;
}
#return {
  text-align:center;
  padding-bottom: 80px;
}
#return a img {
  height: 25px;
  transition: opacity .3s;
}
#return a:hover img {
  opacity: 0.7;
}

img.over {
width: 100%;
height: auto;
}

iframe.over {
width: 100%;
height: 560px;
}
@media only screen and (max-width: 800px) {
iframe.over {
height: 404px;
}
}
@media only screen and (max-width: 768px) {
iframe.over {
height: 352px;
}
}
@media only screen and (max-width: 479px) {
iframe.over {
height: 220px;
}
}
@media only screen and (max-width: 360px) {
iframe.over {
height: 173px;
}
}
