@charset "utf-8";

/*--------------------
       Header
--------------------*/

/* 201912-03 */
header > p:first-child {
    margin-bottom: 12px;
}
header > p:first-child > a {
    display: block;
    width: 260px;
    height: 24px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url('../img/logo.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
header > p:first-child > a:hover {
    background-position: left bottom;
}

#crumb {
    margin-bottom: 28px; /* 201912-03 */
    font-size: 10pt; /* 201812-04 */
    color: #808080;
}
#crumb > a {
    color: #808080;
    text-decoration: none;
}

/*--------------------
       Footer
--------------------*/

footer {
    margin-top: 28px;
    text-align: center;
}

#title {
    margin-bottom: 10px; /* 201812-05 */
    font-size: 12pt; /* 201812-05 */
    font-weight: bold;
    color: #000;
}

#description {
    font-size: 10pt; /* 201812-05 */
    color: #808080;
}
