/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

/* グローバルナビ固定 */
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;	
}
ul.nav.navbar-nav {
	position: absolute;
	width: 1024px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(255,255,255,1);
}
@media screen and (max-width:767px){
  ul.nav.navbar-nav {
    width:100%;
  }
}