﻿@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: しまなみ, Shimanami,serif;
}

.main {
    margin:  0 30px;
}
.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    height: 56px;
    width: 100%;
    box-shadow: 0 0 10px #808080;
    background-color: dimgray;
    color: white;
    position: fixed;
    top: 0;
    opacity: 0.9;
}
.header-left {
    float: left;
    margin-top: -10px;
    padding: 0 30px;
}
.header-left h4 {
    font-size: 18px;
    font-weight: lighter;
}
.header-right {
    float: left;
}
.header-right a {
    line-height: 56px;
    margin-left: 20px;
    color: white;
}
.clear {
    clear: both;
}

.footer {
    height: 30px;
    background-color: #2f3a44;
    color: #e8e8e8;
    padding-top: 15px;
    padding-left: 50px;
}
.footer-text {
    float: left;
 
}
