@charset "utf-8";
/* ボタンに NEW 付ける基準位置 */
.menu01, .menu02, .menu03, .menu04, .menu05,
.menu06, .menu07, .menu08, .menu09 {
  position: relative;
}
/* menu_ja Japanese*/
/* menu00 HOME */
/* menu01 Greeting */
/* menu02 General Information */
/* menu04 Call for Abstracts */
/* menu03 Access */

/* ボタンに NEW 追加して使用します */
/*.menu04::after, .menu05::after, .menu06::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 22px;
  width: 29px;
  height: 18px;
  z-index: 3;
  background: url(../images/icon_new.png) no-repeat;
}*/

/*------------------------------------------*/
/* タブレット用 */
/*------------------------------------------*/
@media screen and (max-width:959px){


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

/*------------------------------------------*/
/* スマホ用 767px*/
/*------------------------------------------*/
@media screen and (max-width:767px){
/*  .menu04::after, .menu05::after, .menu06::after  {
    right: 30px;
  }*/

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