@charset "utf-8";

/*----- navigation -----*/
body>header { padding-bottom: 3em; }

body>header ul:last-of-type { list-style: none; position: absolute; top: 8em; right: 0; }
body>header ul:last-of-type>li { font-size: 90%; float: left; }
body>header ul:last-of-type>li:after { content: '|'; margin: 0 1em; }
body>header ul:last-of-type>li:last-of-type:after { content: none; }
body>header ul:last-of-type a { color: #999; }
body>header ul:last-of-type a:hover { color: #9dd64a; }
