@charset "utf-8";
/* ボタンを押せない 追加して使用します */
.gnav li.menu02 span,
.gnav li.menu02.has-child ul li:nth-child(1) a,
.gnav li.menu02.has-child ul li:nth-child(2) a,
.gnav li.menu02.has-child ul li:nth-child(3) a,
.gnav li.menu02.has-child ul li:nth-child(4) a,

.gnav li.menu06 span,
.gnav li.menu06.has-child ul li:nth-child(1) a,
.gnav li.menu06.has-child ul li:nth-child(2) a
 {
  /* pointer-events: none;
  color: #999999 !important; */
}

/* menu01 About */
    /* Welcome Message */
    /* Organizing Committee */
/* Programs */
    /* Program At A Glance */
    /* Confirmed Speakers */
    /* Important Dates */
    /* Social Program */
/* menu03 Abstract */
/* menu04 Registration */
/* menu05 Accommodation */
/* menu06 About Japan */
  /* General Information */
    /* Tourists Attractions */
/* menu07 Sponsorship & Exhibition */
/* menu08 Download File */

/* ボタンに NEW 付ける基準位置 */
.menu01, .menu02, .menu03, .menu04, 
.menu05, .menu06, .menu07, .menu08 {
  position: relative;
}

/* ボタンに NEW 追加して使用します */
.menu01::after, .menu02::after, .menu03::after, .menu04::after, 
.menu05::after, .menu06::after, .menu07::after, .menu08::after {
  /* content: '';
  display: block;
  position: absolute;
  top: 1.5em;
  right: 0.5em;
  width: 24px;
  height: 13px;
  z-index: 3;
  background: url(../images/icon_new.png) no-repeat left top / contain; */
}





/*------------------------------------------*/
/* タブレット, スマホ用 1300px */
/*------------------------------------------*/

@media screen and (max-width:1300px){
  /* 右からの位置を調整しています */
  .menu01::after, .menu02::after, .menu03::after, .menu04::after, 
  .menu05::after, .menu06::after, .menu07::after, .menu08::after {
    top: 16px;
    right: 35px;
    width: 26px;
    height: 15px;
  }


/* 下記は削除しない */
}
