﻿body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    white-space: nowrap;
    font-family: 'Meiryo UI';
    font-size: 12px;
    color: #4c4948;
}

.td_left {
    vertical-align: top;
}

.td_right {
    width: 100%;
    vertical-align: top;
    text-align: left;
    border-left: 1px solid black;
    background: #efefef;
    vertical-align: top;
    height: 100vh;
}

.padding_left {
    padding-left: 20px;
}

.padding_bottom50 {
    padding-bottom: 50px;
}

.padding_bottom20 {
    padding-bottom: 20px;
}

.top {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.wrap {
    text-wrap: none;
}

.left {
    float: left;
}

.border {
    border: 1px solid #000000;
    border-collapse: collapse;
    background-color: white;
}

.alternating {
    background-color: aliceblue;
}

.button_orange {
    background-color: #ef7a00;
    color: #ffffff;
    width: 150px;
    height: 30px;
    font-family: 'Meiryo UI';
    font-size: 12px;
    cursor: pointer;
}

.button_gray {
    background-color: gray;
    color: #ffffff;
    width: 150px;
    height: 30px;
    font-family: 'Meiryo UI';
    font-size: 12px;
    cursor: pointer;
}

.button_red {
    background-color: #c0504d;
    color: #ffffff;
    width: 150px;
    height: 30px;
    font-family: 'Meiryo UI';
    font-size: 12px;
    cursor: pointer;
}

.button_gold {
    background-color: #ffc000;
    color: #ffffff;
    width: 150px;
    height: 30px;
    font-family: 'Meiryo UI';
    font-size: 12px;
    cursor: pointer;
}

.font_orange {
    color: #ef7a00;
}

/*現在の場所*/
.font_orange2 {
    color: #d05003;
}

.font_alert {
    color: #dc4b37;
}

.menu {
}

    .menu:link {
        color: #4C4948;
        transition: 0.5s;
    }

    .menu:hover {
        color: white;
        background-color: #d05003;
    }


a:link {
    color: royalblue;
    transition: 0.5s;
}

a:visited {
    color: royalblue;
    background-color: #efefef;
}

a:hover {
    color: white;
    background-color: royalblue;
}

a:active {
    color: red;
    background-color: #eeffaa;
}

.fixed {
    border-collapse: collapse;
    table-layout: fixed;
}

.btn_pointer{
    cursor: pointer;
}

