.img {
        position: relative;
        background-image: url('../image/bookmarker3.png'),
                url('../image/top_img3.png');
}

.box {

        background-color: rgba(0, 0, 0, 0.5);
}

.button1,
.button1:hover,
.button1:active {
        background: #F37E1E;
}

section h2 {
        background-image: linear-gradient(to right, #437517, #6FBA2C, #437517);
}

table th {
        background-color: #210000;
        color: #FFFFFF;
}

table td {
        background-color: #DFE0DF;
}

.cp_01 {
        border: 2px solid #590000;
}

.cp_01::before {

        background-color: #DFE0DF;
}

.cp_01 h3 {

        border-top: 2px solid #590000;
}

.HeaderTable thead tr th,
.HeaderTable thead tr td {
        background-color: #210000;
}

body,
input,
textarea,
select,
button {
        font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'MS PGothic', sans-serif;
}