@charset "utf-8";

body {
    padding-top: 80px;
    font-family: 'Ubuntu';
    background-color: #f5f5f5;
}

.link-items {
    font-family: 'Ubuntu';
}

.link-items:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 255, 0.6);
}

.title {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 80px;
    margin-right: 80px;
    background-color: #faf0e6;
    border-radius: 10px;
}

.index {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}

.bumon {
    margin-top: 15px;
    background-color: #0000ff;
    color: #ffffff;
    font-weight: bold;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 10px;
}

.information {
    text-align: center;
}

.information_content {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: #ffa500;
    background-color: #faf0e6;
    border-radius: 10px;
}

.register {
    margin-top: 30px;
}

.login {
    margin-top: 30px;
}

.image {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

footer {
    margin-top: 50px;
    background-color: #d3d3d3;
    font-size: 15px;
}

.inquiry {
    margin-top: 30px;
}

.logo {
    width: 100px;
    height: auto;
}

.admin:hover {
    color: #ffffff;
    background-color: #0000ff;
}

.admin-infomation {
    font-size: 20px;
    color: #ff0000;
}