@charset "utf-8";

/* Suggested order:
    display
    list-style
    position
    float
    clear
    width
    height
    margin
    padding
    border
    background
    color
    font
    text-decoration
    text-align
    vertical-align
    white-space
    other text
    content
*/

body {
    background-color: #000000;
    color: #cccccc;
}

h1 {
    padding-top: 15px;
    font-size: 1.6rem;
    font-family: 'EB Garamond', 'Garamond';
    color: #ffffff;
}
h2 {
    padding-top: 15px;
    font-size: 1.2rem;
    font-family: 'EB Garamond', 'Garamond';
    color: #ffffff;
}

a {
    color: #cccccc;
    
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}

p {
    line-height: 150%;
}


header {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #444444;
    background-color: #010101;
    z-index: 100;
    text-align: center;
}

nav#main {
    background-color: #000000;
}
nav#main ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
nav#main ul li {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #444444;
    color: #cccccc;
    font-size: 1.1rem;
}
nav#main ul li a {
    display: block;
    width: 100%;
    height: 46px;
    padding-top: 15px;
    color: #cccccc;
}
nav#main ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

nav#bottom {
    margin-top: 15px;
    border-top: 5px solid #444444;
    border-bottom: 2px solid #444444;
    text-align: center;
}
nav#bottom ul li {
    width: 100%;
    height: 42px;
    border-bottom: 1px dashed #333333;
}
nav#bottom ul li.end {
    border-bottom: none;
}
nav#bottom ul li a {
    display: block;
    width: 100%;
    height: 42px;
    padding-top: 16px;
}
nav#bottom ul li a:hover {
    background-color: #222222;
}

#contents {
    width: 100%;
    margin-top: 56px;
}
.c-contents-inner-01 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.c-contents-inner-01-01 {
    float: left;
    width: 48%;
}
.c-contents-inner-01-02 {
    float: left;
    width: 48%;
    margin-left: 4%;
}

footer {
    height: 35px;
    margin-top: 36px;
    padding-top: 10px;
    border-top: 1px solid #444444;
    background-color: #010101;
    text-align: center;
}
footer small {
    color: #555555;
}

