/*===============================================
画面の横幅が640pxまで（スマホ用）
===============================================*/
@media screen and (max-width:768px){


*{

}
header {
	height: px;
    z-index: 1000;
	position: fixed;
	z-index:200;
}
header nav {
    position: absolute;
    top: ０
}
#pagebody {
 
    margin:0 auto;
width:100%;  
}
a {
	color: #fff;

    text-decoration: none;
}