@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * セクショニング
 */

#main .column ~ .column {
  margin-top: 40px;
}

#main .section ~ .section {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .column ~ .column {
    margin-top: 70px;
  }

  #main .section ~ .section {
    margin-top: 80px;
  }

}

/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

#content {
  position: relative;
}

#youtube dv.body {}

/** ***************************************************************************
 * テキスト
 */

/* 日時*/
#content .text {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
#content .text img {
  margin: 0 auto;
}

/*展示内容・同日開催*/
#content .text-1 {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

#content .text-1 img {
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .text {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#content .text img.img-1 {
  width: 254px;
}

/*展示内容・同日開催*/
#content .text-1 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
#content .text-1 img.img-1 {
  width: 232px;
}
#content .text-1 img.img-2 {
  width: 286px;
}

}

/** ***************************************************************************
 * バナー
 * ************************************************************************* */

#banner {
  position: relative;
}

#banner .body {}

/* 出展要項はこちら*/
#banner .bnr {
  text-align: center;
  margin-top: 100px;
}

#banner .bnr a:hover {
  opacity: 0.7;
}

/* お問い合わせボタン*/
#banner .bnr-1 {
  text-align: center;
  margin-top: 80px;
}

#banner .bnr-1 a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

/* 出展要項はこちら*/
#banner .bnr {
  text-align: center;
  margin-top: 50px;
}
#banner .bnr img {
  width: 180px;
}

/* お問い合わせボタン*/
#banner .bnr-1 {
  text-align: center;
  margin-top: 50px;
}
#banner .bnr-1 img {
  width: 180px;
}

}

/** ***************************************************************************
 * テキスト
 */

#banner .text {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

#banner .text img {
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#banner .text {
  width: 100%;
  text-align: center;
  margin-top: 45px;
}

#banner .text img.img-1 {
  width: 250px;
}

}