/* CSS Document */
/*TOP
------------------------------------------------------------*/
.top {
  background: url(../img/top/main_top.png) no-repeat center 20px; }
  .top #main {
    padding: 0 15px 0 30px;
    margin-bottom: 50px; }
    .top #main h2 {
      margin-bottom: 15px; }
    .top #main strong {
      display: block;
      padding-left: 5px; }
    .top #main .jsh {
      text-align: right;
      margin-top: 135px; }
    .top #main #contents {
      overflow: hidden; }
  .top #contents {
    display: flex;
    justify-content: space-between; }
  .top .meeting_info {
    width: 470px;
    background: #FAF8F5; }
    .top .meeting_info .box01 {
      padding: 15px;
      box-sizing: border-box; }
    .top .meeting_info .lead {
      border-bottom: 1px solid #6B4E07;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .top .meeting_info h4 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px; }
    .top .meeting_info dl {
      overflow: hidden; }
      .top .meeting_info dl dt {
        font-weight: bold;
        width: 4.5em;
        float: left; }
      .top .meeting_info dl dd {
        padding-left: 80px;
        margin-bottom: 10px; }
    .top .meeting_info .detail {
      margin-bottom: 10px; }
    .top .meeting_info .borB {
      overflow: hidden;
      clear: both;
      border-bottom: 1px solid #DACFBA;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .top .meeting_info .noB {
      overflow: hidden;
      clear: both; }
    .top .meeting_info .op05 {
      opacity: 0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha(opacity=50)";
      -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
      -o-opacity: 0.5;
      -webkit-opacity: 0.5; }
  .top .news_right {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    .top .news_right .bnr_seminar {
      display: block;
      margin-top: 15px;
      width: 100%; }
      .top .news_right .bnr_seminar img {
        display: block; }
  .top .news_list {
    background: #FAF8F5; }
    .top .news_list dt {
      font-weight: bold;
      padding: 15px 15px 0;
      border-top: 1px solid #DACFBA; }
      .top .news_list dt:first-child {
        border-top: none; }
    .top .news_list dd {
      padding: 10px 15px 15px; }

#right_side .submenu {
  background: url(../common_img/bg_submenu.png) repeat;
  padding: 3px 5px;
  margin: 20px 5px 20px 0; }


    .register {
      background-color: #fff;
      border: 2px solid #C00;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      color: #C00;
      margin: 10px 0;
      padding: 10px;
    }

    .detail_btn {
      display: flex;
      column-gap: 10px;
      margin-bottom: 10px;
    }
