﻿/* body {
    background-color: #dedddd;
    background-image: url('../images/list_back2.gif');
    background-repeat: no-repeat;
    background-position: 100% 100%;
} */

.main {
    color: #31db13;
    font-size: 17px;
    font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, 平成角ゴシック;
}

.sub {
    color: #0f08f3;
    font-size: 17px;
    font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, 平成角ゴシック;
}

a:active {
    color: #59dc02;
}

a:hover {
    color: #f34669;
}

.submenu {
    line-height: 1.8em;
    font-size: 12px;
}

.sz12 {
    font-size: 12px;
}

.list1 {
    color: #0633a7;
    font-size: 17px;
    background-color: #e8ff66;
    width: 140px;
    padding: 4px 4px 4px 10px;
    border: solid 1px #0f0bfb;
    list-style-type: none;
}

h4 {
    font-size: 15px;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: dotted 1px gray;
}

h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
}

.attention {
    border: 1px solid gray;
    margin: 10px;
}

.contents {
    background-color: white;
    width: 100%;
    display: grid;
    place-content: center;
    margin-right: 1px;
    margin-left: 5px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.header {
    font-size: 12px;
    text-align: right;
    padding: 13px 20px 2px 5px;
    height: 30px;
    background-image: url('../images/top_logo.jpg');
    background-repeat: no-repeat;
    background-position: left 2px;
}

.header a {
    font-size: 13px;
    text-decoration: none;
    padding-left: 15px;
    background-image: url('../images/botan_logo3.gif');
    background-repeat: no-repeat;
}

.footer {
    font-size: 13px;
    background-color: #e2eff7;
    text-align: center;
    width: 100%;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #808080
}

.main_c {
    background-repeat: no-repeat;
    background-position: right 140px;
    margin: 0 auto;
    width: 850px;
}

.footer_end {
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.list_main {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    list-style-type: decimal;
}

.list_zassi {
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 10px;
}

.yp_subt {
    font-size: 17px;
    color: #336699;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 50px;
}

.yp_cont {
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 30px;
}

.yp_center {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.yp_right {
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .contents {
        display: block;
        border: none !important;
    }

}