/* --------------------------
2017-04-21
ブログ詳細画面において画像を中央揃えにする
---------------------------*/
.block__cms--body img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------
2017-04-21
投稿されたYoutube動画の幅を可変にする
---------------------------*/
.youtube_movie {
  position: relative;
  width: 100%;
	max-width:560px;
  padding-top: 56.25%;
}

.youtube_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------
2017-04-26
大会概要のYoutube関係
---------------------------*/
.block_youtubebox {
	padding:15px 0;
	max-width:560px;
	margin:0 auto;
}

.block_youtubebox .block_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.block_youtubebox .block_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------
2017-04-27
協賛のCSS
---------------------------*/
#page__company .textbox {
	max-width:768px;
	margin:0 auto;
}

#page__company .pdflink {
	padding:15px 0;
	margin-bottom:15px;
}

#page__company .pdflink .button {
	background:#61a02f;
	text-decoration:none;
}

#page__company .contactinfo h2 {
	font-weight:bold;
}

