.home main{
	background-color:rgba(0,0,255,0);
}

/*media Queries PCサイズ（960px以上） ----------------------------------------------------*/ 
@media print, screen and (min-width: 960px) { 
/*#st-menubox{
  position: fixed;
  top:0px; 
  width: 100%;
  z-index:30;
  }*/
#st-menubox nav ul:not(.sub-menu) { 
	width:966px; 
  margin:0 auto;
  }
#header-l{
  /* position: absolute; */
   top:40px;
	z-index:20;
  }
}
