@charset "UTF-8";

#footballmeeting-main {
    width: 100%;
}

section.inner {
	margin: 0.5em 0 2em 0em;
}

div.youtube-wrapper {
 max-width:640px;
 padding-top:10px;
 margin-bottom:20px;
}

div.youtube {
  position: relative;
  width: 640px;
  height: 360px;
  overflow: hidden;
 margin-bottom:20px;
}

div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* 修正前は <b>日時</b> だった箇所 */
.details-list dt {
    font-weight: bold !important;
    margin-top: 1em !important; /* 各項目の見出し上部に余白 */
}
