@charset "utf-8";

#leftbox {
    background: url(../active_img/active-left.jpg) no-repeat;
}

#pan,
#pan a {
    background-color: #4FB9FF;
    color: white;
}

#contents {
    width: 570px;
    margin: 0 auto;
}

h2 {
    font-size: 16px;
    text-align: left;
    margin: 40px auto 10px auto;
}

p.text {
    width: 540px;
    margin: 20px 20px;
    text-align: left;
    line-height: 170%;
    letter-spacing: 1px;
}

p.text2,
span {
    width: 540px;
    margin: 10px auto 0 auto;
    text-align: left;
    line-height: 170%;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: bold;
}

p.text3 {
    width: 540px;
    margin: 20px 20px;
    text-align: left;
    line-height: 170%;
    font-size: 14px;
}

.img {
    float: right;
    margin: 0 0 0 10px;
}

.img2 {
    float: left;
    margin: 0 10px 0 0;
}

.sub_title {
    font-size: 14px;
    border-bottom: solid 1px #666666;
}

.gyoumu {
    text-align: left;
    margin: 10px 20px;
    line-height: 170%;
}

.gallery_list {
    list-style: none;
    margin: 0 auto;
    padding: 5px;
    width: 90%;
    background-color: #fff;
    column-count: 4;
    column-gap: 0;
}

.gallery_list li {
    padding: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

table {
    width: 500px;
    border-collapse: collapse;
    border: solid 1px #333;
    margin: 0 auto;
}

th,
td {
    border: solid 1px #333;
    padding: 6px;
    text-align: left;
}

th {
    width: 110px;
}

.th_wide {
    width: 140px;
}

table caption {
    display: none;
}

h3 {
    width: 490px;
    text-align: left;
    font-size: 14px;
    margin: 20px auto 5px auto;
    background-color: #88CFFF;
    padding: 5px;
    color: white;
}

p.text4 {
    width: 490px;
    margin: 20px auto;
    text-align: left;
    line-height: 170%;
    font-size: 12px;
    letter-spacing: 1px;
}

.yoyaku {
    width: 240px;
    height: 50px;
    margin: 20px auto;
    border: 3px solid orange;
    border-radius: 10px;
}

.yoyaku a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #FEA601;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border-radius: 5px;
}

.yoyaku a:hover {
    background-color: white;
    color: #FEA601;
    text-decoration: underline;
}
