body { text-align:center; ; color: #FF0099; font-family: "ＭＳ Ｐ明朝", "細明朝体"}  
#wrap { width:650px; text-align:left; margin:0 auto; }  
#inner { margin:0 10px; }  
#mainWrap { width:120px; float:left; ; line-height: 140%}  
#sideWrap { width:480px; float:right; ; line-height: 140%}  
h2 {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; color: #FF0099; font-style: normal; font-weight: bold; solid #FF0099; font-size: 24px; vertical-align: text-top}
.clear { clear:both; }  
.clear hr { display:none; }
.unnamed1 {  font-size: 14px; font-weight: bold; color: #FF0099; text-decoration: none}
.footer {  color: #000000}
.pinmy {  vertical-align: text-botom}


/********************************************************動画**************************************************/

.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: calc(56.25% + 40px); /* 上下20px×2 をアスペクト比に加算 */
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.wrap iframe {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20;
  width: calc(100% - 40px) !important;
  height: calc(100% - 20px) !important;
}

@media (max-width: 979px) {
  video {
    width: 100%;
    height: auto;
  }
}