@charset "Shift_JIS";

/*===== class navigation =====*/

.navi ul {
margin: 0;
padding: 0 1.5%;
position: fixed;
top: 95%;
left: 10%;
right: 0;
bottom: 10%;
width: 100%;
text-align:center;
line-height: 150%;
}


.navi ul li {
margin: 0;
padding: 0;
display: inline;
font-size: 300%;
width: 100%;
line-height: 2;
}

.navi ul a {
background-color: #ffd;
}
