@charset "UTF-8";
/*======================================
共通・パーツ
======================================*/
main {
  width: calc(100% - 250px);
}

/* ボタン */
/* セクションタイトル */
/*======================================
トップ
======================================*/
/* MV */
/* newsエリア */
.topnews-inner {
  background: #f9f9f9;
  padding: 30px;
  max-height: 200px;
  overflow-y: auto;
}

/* バナーエリア */
.top-bannerarea {
  margin: 20px auto 60px;
}

.topbanner-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.topbanner-flexbox a {
  width: 31%;
  display: block;
  margin: 10px;
}
.topbanner-flexbox a:hover {
  opacity: 0.8;
}

/*======================================
下層共通
======================================*/
/* MV */
.lower-MV {
  background: url(../img/common/lowerMV.jpg) no-repeat center center/cover;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lower-MV h1 {
  font-size: 32px;
  font-weight: 500;
  color: #b95a83;
  letter-spacing: 0.2em;
}

/*======================================
会長挨拶
======================================*/
.message-infobox {
  margin: 40px 0 0;
}
.message-infobox p {
  text-align: right;
  line-height: 2em;
}
.message-infobox p:nth-child(1) {
  font-weight: 500;
}
.message-infobox p:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
}
.message-infobox p:nth-child(3) {
  font-size: 14px;
}

/*======================================
開催概要
======================================*/
/*  */
/*======================================
プログラム
======================================*/
/* プログラム */
.programTable {
  border-collapse: collapse;
}
.programTable tr:nth-child(odd) {
  background: #fff7fb;
}
.programTable th, .programTable td {
  border: 1px solid #ddd;
  padding: 15px;
}
.programTable th {
  background: #b95a83;
  color: #fff;
}
.programTable .time {
  min-width: 100px;
  text-align: center;
}

.credits {
  margin: 30px 0 0;
}
.credits p:first-child {
  color: #b95a83;
}

/*======================================
web視聴
======================================*/
/* MV */