<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* CSS Document */
#mainbody #title {
    display: block;
    height: 50px;
    width: 920px;
    margin-bottom: 25px;
    background-image: url(title.gif);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}
#mainbody p {
    margin: 0 auto 25px auto;
    width: 96%;
}
#mainbody ul {
    width: 915px;
    overflow: hidden;
    margin: 0 auto;
}
#mainbody ul li {
    width: 295px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
}
#mainbody ul li img {
    width: 100%;
    height: 224px;
    margin: 0 0 10px 0;
}
#mainbody ul li table {
    width: 100%;
    margin: 0 0 10px 0;
    border-collapse: collapse;
}
#mainbody ul li table caption {
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #222;
    border-bottom: #6B7C86 2px solid;
    line-height: 26px;
    text-align: left;
}
#mainbody ul li table th {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #222;
    line-height: 20px;
    padding: .5em 0 0 0;
}
#mainbody ul li table td {
    font-size: 12px;
    font-weight: normal;
    color: #222;
    line-height: 18px;
    border-bottom: #6B7C86 1px dotted;
    padding: 0 0 .5em 0;
    letter-spacing: -.01em;
}
#mainbody ul li table td.kw {
    width: 20%;
    color: #111;
    text-align: right;
}
</pre></body></html>