@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav li.nav-facility a:after {
  bottom: 0px!important;
  height: 4px!important;
  opacity: 1!important;
	background-color: #fff!important;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

}

