@charset "UTF-8";
/* CSS Document */


/* ============================
	article
============================ */





/* ============================
	fixed 
============================ */


.headerFixed {
position: fixed;
top:0px;
z-index:99;
width: 100%;
padding-top: 0px;
background-color: #fff;
}


#navFix {
padding-bottom: 0px;
overflow: hidden;
}


