@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

@media screen and (max-width: 768px) {
  /* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
  /*----------------------------------------------------------------------------title*/
  /*----------------------------------------------------------------------------common1*/
  /*----------------------------------------------------------------------------common2*/
  /*----------------------------------------------------------------------------common3*/
  #navGlobal {
    display: block;
  }
  #header .box2 {
    max-width: 100%;
    width: 400px;
  }
  .mypage {
    display: block !important;
  }

  /* tablet END ###################################################### */
}
@media screen and (max-width: 468px) {
  /* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
  /*----------------------------------------------------------------------------title*/
  #header .box2 {
    width: 75%;
  }
  #header .box2 select {
    width: 30%;
  }
  #siteID {
    width: 65px !important;
  }
  /*----------------------------------------------------------------------------common1*/
  /*----------------------------------------------------------------------------common2*/
  /*----------------------------------------------------------------------------common3*/

  /* smartphone END ################################################## */
}
