@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#nav_global ul ul{
  z-index: 9999999;
}
.noa .imgR{
  max-width: 100% !important;
}
.noa img:hover{
  opacity: 0.8 !important;
}
#header .inner{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .inner p{
  margin-left: 10px;
}
#header .inner p:first-child a:hover{
  opacity: 1;
  cursor: default;
}
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
#header .inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
#header .inner{
  display: block;
  text-align: center;
}
#header .inner p{
  margin-left: 0;
  margin-top: 10px;
}
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

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