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

/*--------------------
01.共通
--------------------*/
/*-------------
01.ヘッダー
---------------*/
header {
position: absolute;
width: 100%;
top: 0;
}

header nav ul li a{
font-size: 12px;
}

header nav ul{
    width: 45%;
}